#stickySearchClone {
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
}

#stickySearchClone.sticky-search-clone-shell {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}

#stickySearchClone .sticky-search-form {
    display: flex;
    align-items: center;
    gap: 4px;
}

#stickySearchClone .date-time-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
}

#stickySearchClone .sticky-date-time-pair {
    background: #f1f1f2;
    border-radius: 0.5rem;
    overflow: visible;
    min-height: 50px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

#stickySearchClone .sticky-date-time-btn {
    min-height: 50px;
    border: 0;
    background: transparent !important;
    color: #111827;
    padding: 0.5rem 0.75rem;
}


#stickySearchClone .sticky-date-time-btn .date-time-label {
    font-size: 0.625rem;
    color: #7b7f87;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 0.22rem;
}

#stickySearchClone #pickupTimeBtn_clone .date-time-label,
#stickySearchClone #returnTimeBtn_clone .date-time-label {
    visibility: hidden;
}

#stickySearchClone .sticky-date-time-btn .date-time-value {
    font-size: 0.875rem;
    color: #20242b;
    font-weight: 700;
    line-height: 1.1;
}

#stickySearchClone .sticky-date-time-btn svg {
    width: 12px;
    height: 8px;
    margin-left: 8px;
    color: #111827;
}

#stickySearchClone .sticky-date-time-pair.date-time-error {
    border-color: #efc5cc;
    background: #f9e8eb;
    box-shadow: 0 0 0 2px rgba(230, 95, 120, 0.16);
}

#stickySearchClone .sticky-date-time-pair.date-time-error #pickupTimeBtn_clone,
#stickySearchClone .sticky-date-time-pair.date-time-error #returnTimeBtn_clone {
    border-left-color: #efc5cc;
}

#stickySearchClone .sticky-view-cars-btn {
    min-width: 120px;
    height: 50px;
    border-radius: 0.5rem;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
}

#stickySearchClone .date-picker,
#stickySearchClone .time-picker-dropdown {
    position: absolute !important;
    z-index: 9999 !important;
    margin-top: 4px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

header.sticky {
    z-index: 1000;
}

#stickySearchSlot {
    z-index: 1001;
}

#stickySearchSlot.hidden {
    display: none !important;
}

#stickySearchSlot.opacity-0 {
    opacity: 0;
}

@media (max-width: 1023px) {
    #stickySearchSlot {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    #stickySearchClone {
        max-width: 760px;
        width: 100%;
        padding: 0;
    }
}
