.epo-amohi-container {
    margin: 16px 0;
    font-family: inherit;
    float: left;
    width: 100%;
    font-family: "Jost", sans-serif !important;
}

.epo-amohi-container h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.3em;
    color: #000;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    font-family: "Jost", sans-serif !important;
}

.epo-section {
    margin-bottom: 16px;
}

.epo-section h4 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.1em;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Jost", sans-serif !important;
}

.epo-rows-container {
    margin-bottom: 15px;
}

.epo-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.epo-row select {
    flex-grow: 1;
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: auto;
    min-width: auto !important;
    width: auto !important;
    margin: 0 !important;
}

.epo-row input[type=number] {
    width: 70px;
    text-align: center;
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: auto;
    min-width: auto !important;
    width: auto !important;
    margin: 0 !important;
}

.epo-remove-btn {
    color: #e74c3c;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 999px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
}

.epo-remove-btn:hover {
    background: #ffeeee;
}

.epo-add-btn {
    float: none !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #ddd !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
    display: inline-block;
    margin: 0 !important;
}

#epo-total-preview {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #eee;
    font-weight: 700;
    font-size: 1.25em;
    color: #2c3e50;
    text-align: right;
}

.epo-total-price {
    color: #27ae60;
}
