/* Transfer Landing Page - Search Bar Select Styling */

/* Targeted at the landing page form to avoid affecting the results page */
.search_tour_form--transfer .input {
    padding-left: 15px !important;
    padding-right: 35px !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #eca63c !important;
    border-radius: 8px !important;
    height: 50px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20fill%3D%22%23eca63c%22%20d%3D%22M10.293%203.293L6%207.586%201.707%203.293A1%201%200%2000.293%204.707l5%205a1%201%200%20001.414%200l5-5a1%201%200%2010-1.414-1.414z%22%2F%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 14px !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.search_tour_form--transfer .input:focus {
    border-color: #d18a1a !important;
    box-shadow: 0 0 0 3px rgba(236, 166, 60, 0.2) !important;
    outline: none !important;
}

/* Options Styling */
.search_tour_form--transfer select.input option {
    background-color: #ffffff !important;
    color: #333333 !important;
    padding: 12px !important;
    font-size: 14px !important;
}

.search_tour_form--transfer select.input option:disabled {
    color: #999 !important;
    background-color: #f8f9fa !important;
}

/* Hide default wrapper arrow if it exists */
.search_tour_form--transfer .field_wrap.select_field--transfer::after {
    display: none !important;
}

/* Fix for text cutting off */
.search_tour_form--transfer .field_wrap {
    width: 100% !important;
}

/* List styling inside norms-box */
.norms-box ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.norms-box ol {
    list-style-type: decimal !important;
    padding-left: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.norms-box li {
    display: list-item !important;
    margin-bottom: 5px !important;
}
