.vrc-search-follow {
    max-width: 600px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Common Styles */
.vrc-search-follow label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 8px;
}

/* Location Section */
.vrc-searchmod-section-pickup {
    margin-bottom: 25px;
}

.vrc-searchmod-section-pickup label {
    margin-bottom: 0;
    font-weight: bold;
}

.vrcsfentrycont {
    margin-bottom: 15px;
    display: flex;
    column-gap: 20px;
    align-content: center;
    justify-content: space-between;
    flex-direction: row;
}

.vrc-searchmod-section-pickup .vrcsfentrycont {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.vrcsfentryselect {
    flex: 1;
    position: relative;
}

/* New Select Box Styling */
.vrcsfentryselect select,
.vrc-sf-time-container select,
.vrc-searchmod-section-categories select {
    width: 100%;
    font-size: 15px;
    color: #2c3e50;
    background: #f8f9fa;
    padding: 10px 35px 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232c3e50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    transition: all 0.2s ease;
}

.vrcsfentryselect select:hover,
.vrc-sf-time-container select:hover,
.vrc-searchmod-section-categories select:hover {
    background-color: #fff;
    border-color: #bdc3c7;
}

.vrcsfentryselect select:focus,
.vrc-sf-time-container select:focus,
.vrc-searchmod-section-categories select:focus {
    outline: none;
    border-color: #3498db;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.vrc-sf-time-container select option,
.vrcsfentryselect select option {
    padding: 10px;
    background: #fff;
    color: #2c3e50;
}

/* Date Time Section */
.vrc-searchmod-section-datetimes {
    margin-bottom: 25px;
}

.vrcsfentrylabsel {
    width: 50%;
}

.vrcsfentrydate {
    position: relative;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}

.vrcsfentrydate:hover {
    background: #fff;
    border-color: #bdc3c7;
}

.vrcsfentrydate input {
    width: 100%;
    border: 0;
    padding: 12px 0;
    font-size: 15px;
    color: #2c3e50;
    background: transparent;
}

.vrcsfentrydate input:focus {
    outline: none;
}

.vrcsfentrydate i {
    color: #2c3e50;
    font-size: 16px;
    cursor: pointer;
}

.vrcsfentrytime {
    width: 50%;
}

.vrc-sf-time-container {
    display: flex;
    align-items: center;
    /*background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 15px;*/
    transition: all 0.2s ease;
}

.vrc-sf-time-container:hover {
    background: #fff;
    border-color: #bdc3c7;
}

.vrctimesep {
    color: #2c3e50;
    margin: 0 8px;
    user-select: none;
}

/* Categories Section */
.vrc-searchmod-section-categories {
    margin-bottom: 25px;
}

/* Submit Section */
.vrc-searchmod-section-sbmt {
    margin-top: 10px;
}

.vrcsfentrysubmit .btn {
    background-color: var(--e-global-color-secondary);
    font-family: "Inter Tight", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    word-spacing: 0em;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
    border-radius: 100px 100px 100px 100px;
    padding: 16px 45px 16px 45px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.vrcsfentrysubmit .btn:hover {
    background: #2980b9;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.4);
}

/* Calendar UI Customization */
.ui-datepicker.ui-widget-content {
    background: #fff;
    padding: 15px;
    border: 0;
    width: 300px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: 0;
    padding: 5px;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    top: 5px;
}

.ui-datepicker table {
    margin: 0.4em 0;
}

.ui-datepicker th {
    color: #666;
    font-weight: 500;
    font-size: 13px;
}

.ui-datepicker td {
    padding: 2px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.ui-datepicker td a.ui-state-default {
    background: transparent;
    border: 0;
    color: #2c3e50;
}

.ui-datepicker td a.ui-state-default:hover {
    background: #f8f9fa;
}

.ui-datepicker td a.ui-state-active {
    background: #3498db;
    color: #fff;
}

/* Responsive Design */
@media screen and (max-width: 580px) {
    .vrc-search-follow {
        padding: 15px;
    }

    .vrcsfentrycont {
        flex-direction: column;
    }

    .vrcsfentryselect,
    .vrcsfentrydate,
    .vrc-sf-time-container {
        width: 100%;
    }

.ui-datepicker td a.ui-state-default:hover {
    background: #f5f5f5;
}

.ui-datepicker td a.ui-state-active {
    background: #4CAF50;
    color: #fff;
}
}
/* Responsive Design */
@media screen and (max-width: 767px) {
    .vrc-search-follow {
        padding: 15px;
    }

    .vrcsfentrycont {
        flex-direction: column;
    }

    .vrcsfentryselect,
    .vrcsfentrydate,
    .vrc-sf-time-container {
        width: 100%;
    }

    .vrcsfentrytime {
        margin-top: 15px;
    }
    .vrcdivsearch.vrc-search-follow .vrcsfentrycont {column-gap:0;}
    .vrcdivsearch.vrc-search-follow .vrcsfentrylabsel,
    .vrcdivsearch.vrc-search-follow .vrcsfentrytime { width: 100%; }
}    