.rc-container-39f769fe {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-family: inherit;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.rc-fields-39f769fe {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rc-field-group-39f769fe {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rc-label-39f769fe {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rc-select-39f769fe {
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    color: #444;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    white-space: normal;
    text-overflow: ellipsis;
    min-height: 48px;
    height: auto;
}

.rc-select-39f769fe option {
    white-space: normal;
}

.rc-select-39f769fe:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0,115,170,0.2);
}

.rc-total-wrap-39f769fe {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 2px dashed #ccc;
    font-size: 24px;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #111;
}

.rc-total-label-39f769fe {
    margin-right: 10px;
    font-size: 18px;
    color: #555;
}
