.ds-wrapper-adb6f7c1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 200px;
    font-family: inherit;
}

.ds-trigger-adb6f7c1 {
    order: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.ds-trigger-text-adb6f7c1 {
    font-size: 16px;
}

.ds-arrow-icon-adb6f7c1 {
    font-size: 12px;
    color: #666;
}

/* Enforce physical layout order: Dropdown is order 2, info-display is order 3 */
.ds-dropdown-adb6f7c1 {
    order: 2;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.ds-dropdown-item-adb6f7c1 {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.ds-dropdown-item-adb6f7c1:hover {
    background: #f1f1f1;
}

.ds-info-display-adb6f7c1 {
    order: 3;
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}

.ds-info-date-adb6f7c1 {
    font-weight: bold;
    margin-bottom: 5px;
}

.ds-info-text-adb6f7c1 {
    line-height: 1.4;
}
