@font-face {
    font-family: "GenosGFG";
    src: url("../fonts/genosgfg_regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GenosGFG";
    src: url("../fonts/genosgfg_bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "GenosGFG", Arial, sans-serif;
    background-color: #f8f9fa;
}

.heading,
h1, h2, h3, h4, h5, h6,
strong, b {
    font-family: "GenosGFG", Arial, sans-serif;
    font-weight: bold;
}

p, div, span, a,
input, select, option {
    font-family: "GenosGFG", Arial, sans-serif;
    font-weight: normal;
}

.small {
    font-size: 0.8125rem;
}

.lh-md {
    line-height: 1.75;
}

.text-primary {
    color: #002d67 !important;
}

.text-secondary {
    color: #0066b3 !important;
}

.bg-primary {
    background-color: #002d67 !important;
}

.bg-primary-10 {
    background-color: #d6e8ff;
}

.border-primary {
    border-color: #002d67 !important;
}

.btn-secondary {
    background-color: #0066b3;
}

.p-18px {
    padding: 18px;
}

.p-22px {
    padding: 22px;
}

.py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
}

.list-unstyled li::before {
    content: "• ";
    color: #6c757d;
}

.dropdown-toggle::after {
    margin-left: 0.25em;
}

.badge.bg-success {
    background-color: #28a745 !important;
}

.badge.bg-warning {
    background-color: #ffc107 !important;
    color: #212529 !important;
}

.badge.bg-secondary {
    background-color: #6c757d !important;
}

.search-container {
    position: relative;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-hint {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    font-style: italic;
}

.search-loading {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.search-result-item {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f8f9fa;
    transition: background-color 0.2s ease;
}

.search-result-item:hover,
.search-result-item:focus {
    background-color: #f8f9fa;
    border-left: 4px solid #002d67;
    padding-left: 12px;
    outline: none;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item.selected {
    background-color: #007bff;
    color: white;
}

.search-result-item.selected .search-result-address {
    color: rgba(255, 255, 255, 0.8);
}

.search-result-name {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4px;
}

.search-result-name .badge {
    font-size: 0.65rem;
    margin-left: 8px;
    vertical-align: middle;
}

.search-result-address {
    font-size: 0.875rem;
    color: #6c757d;
}

.no-results {
    padding: 16px;
    text-align: center;
    color: #6c757d;
}

.page-transition {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}

.page-active {
    opacity: 1;
    transform: translateY(0);
}

.island-card {
    max-width: 500px;
}

.partner-logo {
    max-height: 40px;
    max-width: 120px;
    object-fit: contain;
}
