html {
    font-size: 14px;
}
.modal-body {
    padding: 0;
    padding-top: 20px;
}
hr {
    margin: 0;
    padding: 0;
}
button {
    text-decoration: none;
    border: none;
    background: transparent;
}
.btn-primary:focus {
    color: #fff;
    background-color: #1b7d37;
    border-color: #1b7d37;
    box-shadow: 0 0 0 .25rem #1b7d37;
}
.btn-primary {
    color: #fff;
    background-color: #1b7d37;
    border-color: #1b7d37;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6db280;
    border-color: #6db280;
}
a {
    color: #2d7ab4;
    text-decoration: none;
}

body,
html {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    max-width: 100%;
    overflow-x: clip;
    color: #555555;
}

main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

nav.blue-bg {
    background-image: linear-gradient(315deg, #F0F8FF, #6CB4EE) !important;
}

#map {
    width: 100%;
}

.map-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 5;
}

.map-container.open {
    width: calc(100% - 350px);
}


.filter-container {
    margin-bottom: 14px;
    margin-top: 14px;

}

.actual-info {
    padding-left: 20px;
    padding-right: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 500ms;
}

.info-container {
    display: flex;
    height: 100%;
    width: 0;
    transition-duration: 350ms;
    max-height: 100% !important;
    overflow-y: auto;
    padding-top: 30px;
    background: #f9f9f9;
    ;
}

.info-container.open {
    width: 400px;
}

.site-container {
    display: flex;
    height: 100%;
    max-height: 100% !important;
    overflow-y: clip;
}

html,
body,
main {
    height: 100%;
}

.temperature-text {
    font-size: 42px;
    color: #388dcd;
    padding: 0;
    margin: 0;
}

.temperature-container {
    display: flex;
    align-items: center;
}

.temperature-icon {
    height: 42px;
    transform: translateY(4px);
}

.temperature-text-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 60px;
    justify-content: flex-end;
}

.temperature-logo-container {
    display: flex;
}

.temperature-wind-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.wind-direction-container {
    display: flex;
    align-items: center;
    /* padding: 20px; */
    border-radius: 100%;
    background: #ecffff;
    width: 64px;
    height: 64px;
    justify-content: center;

}

.wind-info {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.beach-name-text {
    font-size: 20px;
    text-align: center;
    color: #29ad50;
}

.beach-name-container {
    padding-bottom: 13px;
}

.wind-direction {
    /* font-size: 32px;
      align-items: center;
     color: #388dcd;*/
}

.maps-container {
    display: flex;
    background: #ebebeb;
    /* padding: 10px; */
    padding-right: 12px;
    border-radius: 8px;
    max-width: 160px;
    padding-left: 6px;
}

.maps-logo-container {
    display: flex;
    padding: 5px;
}

.maps-logo-container>img {
    height: 32px;

}

.maps-text-container {
    display: flex;
    font-size: 16px;
    align-items: center;
    color: #777777;
    width: 100%;
    text-transform: uppercase;
    justify-content: center;
}

.share-links {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 30px;
    padding-top: 15px;
}

.radial-bg {
    background-image: radial-gradient(at 0% 50%, rgb(133 217 255 / 50%) 0px, transparent 75%), radial-gradient(at 0% 100%, rgb(255 255 255 / 40%) 0px, transparent 50%) !important;
}

.nearby-container {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    overflow-y: auto;
    width: 100%;
}

.nearby-beaches {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nearby-beaches>h5 {
    text-align: center;
    color: #fc6c03;
}

.filter-container>form>div {
    max-width: 800px;
    margin: auto;

}

.list-group-item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background: inherit;
}

.item-title {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.item-symbol {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.item-symbol>img {
    height: 20px;
}


.item-distance {
    display: flex;
    font-size: 12px;
    min-width: 50px;
    margin-left: 10px;
}

.item-left {
    display: flex;
    width: 100%;
}

.item-right {
    display: flex;
    padding-left: 20px;
}

.navbar.custom-navbar {
    display: flex;
    align-items: center;
    width: 100%;
    flex-flow: column;
    flex-direction: row;
    border: none !important;
    z-index: 2;
}

.form-select:focus,
select.form-select {
    border: none;
    border-bottom: 3px solid #57b14d;
    /* padding: .375rem 0.375rem .375rem .75rem; */
    background: transparent;
    text-align: left;
    padding: 5px !important;
    min-width: 150px;
}

.form-select.blue:focus,
select.form-select.blue {
    border-bottom: 3px solid #ffffff !important;
    color: white !important;
}

.form-select:focus {
    outline: none;
    box-shadow: none !important;
}

.custom-navbar-nav.navbar-nav {
    flex-direction: row !important;
}

.navbar-brand {
    margin-left: 1rem;
}

.arrow {
    border: solid #29ad50;
    border-width: 0 3px 3px 0;
    display: inline-block;
    opacity: 0.7;
    vertical-align: middle;
    margin-left: -3px;
    padding: 2px 10px 10px 2px;
}

.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: -6px;

}

.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow-container {
    display: flex;
    cursor: pointer;
    margin-top: -30px;
}


.arrow-section {
    justify-content: center;
    align-items: center;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 55%;
    transition-duration: 350ms;

}

.temperature-text.minimum-temperature {
    font-size: 20px;
}

.forecasts-container {
    border: 1px solid #fc6c03;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.min-max-container {
    text-align: center;
    max-width: 100px;
    font-size: 12px;
}

.forecasts-title-container {
    padding-left: 3px;
    padding-right: 3px;
    margin-top: -16px;
    background: #f9f9f9;
}

.forecasts-title-container>h5 {
    font-weight: 200;
    font-size: 15px;
    color: #ff6c02;
}

.flex-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.beach-image {
    max-height: 200px;
    max-width: 270px;
    place-self: center;
    height: 100%;
    width: 100%;
}

.swiper {
    width: 100%;
    /* height: 100%; */
    max-height: 100%;
}


.beach-preview {
    background-image: url(http://localhost:5010/images/9be27c5e-ee01-4da2-9ba0-eb030990c955.jpg);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-size: cover;
    min-height: 250px;
    background-repeat: no-repeat;
}

.rounded-button {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    border: none;
    margin-left: 15px;
    margin-top: 15px;
}

.sidebar-icon {
    background-image: url(/icons/sidebar_icon.png);
    background-size: cover;
}

.main-menu-icon {
    background-image: url(/icons/main_menu_icon.png);
    background-size: cover;
}

.language-icon {
    background-image: url(/icons/language.png);
    background-size: cover;
}

.location-icon {
    background-image: url(/icons/location.png);
    background-size: cover;
}

.buttons-section {
    transition-duration: 350ms;
    position: absolute;
    z-index: 100000;
    display: flex;
    flex-direction: column;
}

.buttons-section.open {
    left: 400px;
}

.menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

.link {
    padding: 0;
}

.menu-item > .link {
    color: #fc6c03;
    border-bottom: 3px solid #57b14d;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu-container {
    padding-top: 40px;
    padding-left: 10px;
}


li.navbar-item.generic-item {
    font-size: 18px;
    border-bottom: 3px solid #57b14d;
    text-transform: uppercase;
    margin-right: 15px;
    line-height: 1;
    font-weight: 400;
}


li.navbar-item.generic-item.selected {
    font-weight: 500;
}


li.navbar-item.generic-item>a.nav-link {
    color: #fc6c03 !important;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-nav.custom {
    width: 100%;
    justify-content: right;
    padding-right: 30px;
}

.generic-item {
    display: flex;
}

.page-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}

.title-container>h1 {
    text-transform: uppercase;
    font-size: 32px;
    color: #1fad4f;
}

.title-container {
    margin-bottom: 20px;
    margin-top: 20px;
}

:root {
    --bs-body-font-size: 1.2rem;
}

.site-container.scrollable {
    overflow-y: auto !important;
    padding-bottom: 30px;
}

.paragraphs-container {
    padding-bottom: 45px;
}

.last-update-info {
    font-size: 10px;
    color: gray;
    align-self: flex-start;
    margin-left: 15px;
}

@media only screen and (max-width: 601px) {

    .lang-icon {
        position: absolute !important;
        left: 14px;
        bottom: 16px;
        height: 12px;
    }

    .info-container.open {
        width: 100%;
    }

    li.navbar-item.generic-item {
        font-size: 16px;
    }

    .actual-info {
        max-width: 360px;
        margin: auto;
        margin-top: 10px;
        padding-bottom: 50px !important;
        height: unset !important;
    }

    .actual-info.main-menu {
        margin-top: 30px;
        margin-left: 10px;
    }

    .navbar-brand>img {
        height: 55px !important;
    }

    .arrow.right {
        margin-left: 18px;
    }

    .arrow-section {
        display: none;
    }

    .rounded-button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .buttons-section {
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        left: unset !important;
        background: white;
    }

    .buttons-section {
        flex-direction: row;
        position: fixed;
    }

}

button.navbar-toggler {
    border: none;
}

.swiper {
    max-height: 200px !important;
}

.ocean-container {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.water-section {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #388dcd;
}

.min-max-container {
    text-align: center;
    max-width: 70px;
    font-size: 12px;
    line-height: 1;
}

.temperature-info {
    width: 100%;
}

.ocean-container.water {
    justify-content: space-around;
}

.forecasts-container.ocean {
    border: 1px solid #388dcd;
}

.forecasts-container.ocean>.forecasts-title-container>h5 {
    color: #388dcd;
}

.hidden {
    display: none !important;
}

.mini-filters {
    z-index: 1 !important;
    transition: 500ms;
    margin-top: -53px;
    background: #388dcd !important;
    justify-content: flex-end;
}

.nav-link {
    cursor: pointer;
}


.feature-icon {
    background-size: cover;
    height: 50px;
    max-height: 50px;
    width: 50px;
}

.feature-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    padding: 5px 10px;
    max-width: 100px;
    text-align: center;
    font-weight: 600;
    min-height: 100px;
    width: 90px;
}

.feature-icon.shower {
    background-image: url(/icons/features/shower.png);

}

.feature-icon.lifeguard {
    background-image: url(/icons/features/lifeguard.png);
}

.feature-icon.toilet {
    background-image: url(/icons/features/toilet.png);
}

.feature-icon.parking {
    background-image: url(/icons/features/parking.png);
}

.feature-icon.emergency {
    background-image: url(/icons/features/emergency.png);
}


.feature-icon.trash {
    background-image: url(/icons/features/trash_gathering.png);
}

.beach-components-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
    max-width: 300px;
    margin: auto;
    padding-bottom: 20px;
}

.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flags-section {
    font-size: 13px;
    padding: 0;
    align-self: center;
    margin-top: -12px;
}

.profile-icon {
    height: 33px;
    width: 33px;
    border: 1px solid #fc6c03;
    color: #29ad50;
    border-radius: 50%;
    padding: 2px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: -6px;
}

.navbar-icon {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 18px;
    margin-left: 12px;
}

.close-modal-icon{
    transform: rotate(45deg);
}

.custom-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    background: #f1f1f1;
}

button.login-button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

button.login-button:hover {
    color: #fff;
    background-color: #5cb876;
    border-color: #5cb876;
}

form.modal-login {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    max-width: min-content;
}
.custom-input {
    min-width: 25rem;
    margin-top: 8px;
    margin-bottom: 15px;
    max-width: 100%;
}

.login-sub-container {
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.login-sub-container.signup {
    background-color: #f1f1f1;

}

label.custom-label {
    font-size: 16px;
}

.input-error-container {
    padding: 5px;
    position: absolute;
    background: #ff3333;
    color: white;
    margin-top: -15px;
    font-size: 14px;
    border-radius: 5px;
    z-index: 1;
}

.login-failed-error {
    background: #ffe5e5;
    color: #ff2525;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ff2525;
}

.beach-popup-container {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;

}

.beach-popup-title {
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 10px;
    align-items: center;
    font-size: 15px;
    width: 100%;
}

.heart-icon {
    font-size: 12px;
    width: 20px;
    color: red;
    height: 20px;
}

.heart-icon[data-liked=true] > svg > path {
    fill: red;
}

.small-image {
    max-height: 150px;
    max-width: 202px;
}

.beach-preview.beach-preview-small {
    background-size: 200px 150px;
    min-height: 160px;
    object-fit: contain;
}


.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #f2f2f2;
    background-image: none;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* google signin */
.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
}

.gsi-material-button:disabled .gsi-material-button-state {
    background-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #001d35;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #001d35;
    opacity: 8%;
}
/* google signin */

.search-options-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: start;
}

.actual-info#location-panel {
    max-width: unset;

}
.form-group.search-option {
    min-width: 50%;
    max-width: 140px;
    padding-right: 15px;
}

label.filter-option {
    font-size: 15px;
}
.search-title-container > h3 {
    color: #fc6c03;
    text-align: center;
}
.search-title-container {
    margin-top: 10px;
    margin-bottom: 30px;
}

.profile-menu-container {
    position: absolute;
    top: 94px;
    background: white;
    min-width: 270px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 7px 10px rgb(125 125 125 / 55%);
    right: 0;
    transition: right 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.profile-menu-container.open {
    right: -350px;
}
.menu-container-item > button {
    padding: 0;
    color: inherit;
}
.menu-container-item {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ffffff;
    padding-left: 10px;
    border-bottom: 1px solid #fe6f0f;
    /* border-bottom-left-radius: 10px; */
    /* border-top-left-radius: 10px; */
    color: #206418;
    margin-right: -10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.register-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-section {
    background: #fbfbfb;
    padding-top: 20px;
    border-radius: 15px;
}

.menu-container-item > a {
    color: inherit;
}

.heart-icon-container {
    display: flex;
}

.heart-icon-button {
    padding: 0;
}

.like-count {
    margin-right: 3px;
}

.mini-filters.closed {
    margin-top: -53px !important;
}

.mini-filters.open {
    margin-top: 0px !important;
}


.map-container {
    height: 80%;
    width: 100%;
}

:global(.mapboxgl-popup-content) { padding: 0; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.beach-popup-container { font-family: sans-serif; }
.beach-popup-title { font-weight: bold; font-size: 16px; padding: 10px 15px; }
.beach-popup-title a { color: #333; text-decoration: none; }


.feature-container.small {

}
.feature-icon.miniature {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}

.item-attributes {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.item-url {
    width: 100%;
}

.feature-container-miniature {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.search-background {
    position: absolute;
    top: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    background: #000000ab;
}

.search-container {
    display: flex;
    border: 1px solid white;
    align-self: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* Search Button Styling */
#open-search-btn {
    background-color: #2563eb;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

#open-search-btn:hover {
    background-color: #1d4ed8;
    transform: scale(1.05);
}

#open-search-btn:focus {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

/* Utility class to hide elements */
.hidden {
    display: none;
}

/* Search Overlay */
#search-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 40;
}

/* Search Modal Container */
#search-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000;
    width: 100%;
    max-width: 32rem; /* 512px */
    padding: 1rem;
}

/* Search Modal Content Box */
.search-modal-content {
    background-color: white;
    border-radius: 0.75rem; /* 12px */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.search-input-wrapper {
    position: relative;
}

/* Search Icon inside the input */
.search-icon {
    position: absolute;
    top: 50%;
    left: 1.5rem; /* 24px */
    transform: translateY(-50%);
    pointer-events: none;
    color: #9ca3af;
}

/* Search Input Field */
#search-input {
    width: 100%;
    font-size: 1.125rem; /* 18px */
    padding: 1.5rem 1.5rem 1.5rem 4rem; /* 24px top/bottom/right, 64px left */
    color: #374151;
    border: none;
    box-sizing: border-box; /* Ensures padding is included in the width */
}

#search-input::placeholder {
    color: #6b7280;
}

#search-input:focus {
    outline: 2px solid #2563eb;
    outline-offset: -2px; /* Ring inside */
}

/* Close Button */
#close-search-btn {
    position: absolute;
    top: 50%;
    right: 1.5rem; /* 24px */
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
}

#close-search-btn:hover {
    color: #4b5563;
}

/* Search Results Styling */
.search-results {
    max-height: 300px;
    overflow-y: auto;
    border-top: 1px solid #e5e7eb;
    padding: 0.5rem 0;
}

.search-result-item {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #374151;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out;
}

.search-result-item:hover,
.search-result-item:focus {
    background-color: #f3f4f6;
    outline: none;
}

.no-results-message {
    padding: 1.5rem;
    text-align: center;
    color: #6b7280;
}

/* Footer link to all results */
.search-footer {
    padding: 1rem 1.5rem;
    text-align: center;
    border-top: 1px solid #e5e7eb;
    background-color: #f9fafb;
}

.view-all-results-link {
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
    transition: text-decoration 0.15s ease-in-out;
}

.view-all-results-link:hover {
    text-decoration: underline;
}
/* Main Container for the results */
.results-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-top: 2rem;
}

/* Heading for the results page */
.results-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1ead51;
    margin-bottom: 2rem;
    text-align: center;
}

/* Responsive Grid for the cards */
.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
    padding: 10px;
}

/* Individual Beach Card */
.beach-card {
    background-color: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}

.beach-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

/* Card Image */
.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background-color: #e5e7eb;
}

/* Card Content Area */
.card-content {
    padding: 1.25rem;
    flex-grow: 1; /* Allows this section to grow and push the footer down */
}

.card-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-right: 0.5rem; /* Space between title and flag */
}

.country-flag {
    font-size: 1.5rem; /* Adjust flag size */
    border-radius: 0.25rem;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

/* Card Attributes (Footer) */
.card-attributes {
    display: flex;
    gap: 1rem;
    padding: 0 1.25rem 1.25rem; /* Add padding to match card-content */
    border-top: 1px solid #f3f4f6;
    margin-top: auto; /* Pushes the footer to the bottom */
    padding-top: 1rem;
}

.attribute-icon {
    width: 24px;
    height: 24px;
    color: #fb923c; /* Orange color for icons */
}

/* Media query for smaller screens */
@media (max-width: 640px) {
    body {
        padding: 1.5rem 0.5rem;
    }
    .results-heading {
        font-size: 1.75rem;
    }
}

.no-results-heading {
    margin: 10px;
    text-align: center;
}