@media screen and (min-width: 1025px){
html{
    background-color: #fdfdfc;
}

#sitesTitle {
    color: #2c3e50; 
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); 
    padding-top: 0px;
    font-family: 'Cinzel', serif; 
    font-weight: 400; 
    display: block; 
    text-align: center;
    text-transform: uppercase; 
    letter-spacing: 3.8px; 
    line-height: 1.5;
    font-size: 3rem;
    width: 100%;
    max-width: 2500px; 
    margin: 0 auto; 
    padding-top: 70px; 
}

#sitesTitle::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #8E735B, #D4AF37, #C7A17A);
    margin: 25px auto 0;
    border-radius: 4px;
}

.name-site{
    color: #2c3e50;
}

#siteSearch {
    border: solid 1px #8E735B;
    outline: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
    padding: 10px 16px;
    border-radius: 6px;
    background-color: #fff;
    transition: all 0.3s ease;
}

#siteSearch:hover {
    box-shadow: 0 6px 20px rgba(142, 115, 91, 0.35);
}

#siteSearch:focus {
    border: 2px solid #D4AF37;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2);
}

.sites {
    width: 65%;
    float: left;
    padding: 40px 35px 50px 10px;
    margin-left: 50px;
    position: static;
}

.site {
    background: #ffffff;
    padding: 28px;
    margin-bottom: 28px;
    border: 2px solid #C7A17A;
    border-radius: 14px;
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.1),
        0 0 0 2px rgba(199, 161, 122, 0.6);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
}

.site p {
    margin: 0;       
    line-height: 1.6; 
    color: #333;
    font-size: 1.05em;
}

.site:hover {
    transform: translateY(-8px);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.2),
        0 0 0 3px #D4AF37;
}

.site::before,
.site::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #8E735B, #C7A17A);
    top: -11px;
    transform: rotate(45deg);
    border-radius: 2px;
}
.site::before { left: -11px; }
.site::after { right: -11px; }

.image {
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    border-radius: 18px;
    object-fit: cover;
    display: block;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
    transition: transform 0.4s ease;
}
.image:hover {
    transform: scale(1.02);
}

figcaption{
    text-align: center;
    margin: 0 auto;
    padding: 12px 0 40px 40px;
    width: 300px;
    font-size: 0.95em;
    font-style: italic;
    color: #444;
    position: static !important;
}

.sub-article {
    display: flex;         
    justify-content: center;
    align-items: center;
    width: 100%;         
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
    clear: both;
}

.map-clip {
    width: 50%;
    height: 350px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    position: relative;  
}

.map-middle {
    position: absolute; 
    width: 100%;        
    height: 100%;
    top: -90px;
    border: none;
    display: block;
    object-fit: cover;
}

.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 120px;
}

.modal-open {
  z-index: -1 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 14999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(6px);
}

.modal .nav-btn,
.modal .close {
  z-index: 1000000 !important;
}

.modal-content {
  position: relative;
  display: inline-block; /* shrink to content only */
  margin: 50px auto; /* leave space around content */
  text-align: center;
  max-width: 80%;
  top: 50%;                   /* vertical centering */
  left: 50%;                  /* horizontal centering */
  transform: translate(-50%, -50%); /* center properly */
}


.modal-snap {
width: 100%;
max-width: 600px;
z-index: 4001;
}

.nav-btn {
position: absolute;
top: 50%;
background-color: rgba(0, 0, 0, 0.5);
color: white;
font-size: 24px;
border: none;
cursor: pointer;
padding: 10px;
z-index: 1;
transform: translateY(-50%);
}

#prev {
left: 10px;
}

#next {
right: 10px;
}

.snap{
    transition: transform 0.3s ease;
    overflow: visible;
    border-radius: 2px;
}

.stars {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 4px; 
    margin: 0;              /* remove default margin */
    padding: 0;
    line-height: 1;/* consistent spacing between stars */
}

.stars span {
    font-size: 20px;
    display: inline-block;
    background: linear-gradient(90deg, #D4AF37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.stars i.checked{
    font-size: 18px;
    display: inline-block;
    background:  #D4AF37 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars i.fa-star-half-full{
    font-size: 18px;
    display: inline-block;
    background: linear-gradient(90deg, #D4AF37 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars i.fa-star-o{
    font-size: 18px;
    display: inline-block;
    color: #ccc;
}


.close {
position: absolute;
top: 10px;
right: 20px;
color: white;
font-size: 36px;
font-weight: bold;
cursor: pointer;
}
}

@media screen and (min-width: 901px) and (max-width: 1024px){
    html{
    background-color: #fafafa;
}

#sitesTitle {
    color: #2c3e50; /* Dark, sophisticated color */
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); /* Slightly deeper shadow for elegance */
    padding-top: 70px;
    font-family: 'Cinzel', serif; 
    font-weight: 400; /* Slightly lighter weight for elegance */
    display: block; /* Ensure the title is treated as a block element */
    text-align: center;
    text-transform: uppercase; /* Uppercase adds a sense of sophistication */
    letter-spacing: 3.75px; /* Slightly tighter letter spacing for a clean, refined look */
    line-height: 1.5;
    font-size: 3rem; /* Larger font size for prominence without overwhelming */
    width: 100%;
    max-width: 1000px; /* Limit width to keep it elegant and centered */
    margin: 0 auto; /* Centers the title on the page */
    padding-bottom: 20px; /* Adds space for balance */
}


#sitesTitle::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #8E735B, #D4AF37, #C7A17A);
    margin: 25px auto 0;
    border-radius: 4px;
}

.name-site{
    color: #2c3e50;
}

#siteSearch{
    border: solid 1px #8E735B;
    outline: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}

#siteSearch:hover{
    box-shadow: 0 5px 20px 5px #8E735B;
}

#siteSearch:focus{
    border: solid thick #8E735B;
}

.sites{
    width: 55%;
    float: left;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 35px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}

.site {
    background-color: #ffffff; /* Light background for the content */
    padding: 20px; /* Padding inside for spacing */
    margin-bottom: 20px; /* Spacing between site containers */
    border: 4px solid #8E735B; /* Oak brown color for the outer border */
    border-radius: 8px; /* Slightly rounded corners for elegance */
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15), /* Light shadow for depth */
        0 0 0 2px #C7A17A; /* Inner glow for the "frame" effect (lighter wood tone) */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
    position: relative; 
}

.site:hover {
    transform: translateY(-5px); /* Slight lift for the "3D" effect */
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2), /* Stronger shadow for depth on hover */
        0 0 0 3px #D2B79D; /* Slightly stronger inner glow for a "finer" frame effect */
}

.site::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    left: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}

.site::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    right: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}

.site {
    background-color: #ffffff; /* Light background for the content */
    padding: 20px; /* Padding inside for spacing */
    margin-bottom: 20px; /* Spacing between site containers */
    border: 4px solid #8E735B; /* Oak brown color for the outer border */
    border-radius: 8px; /* Slightly rounded corners for elegance */
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15), /* Light shadow for depth */
        0 0 0 2px #C7A17A; /* Inner glow for the "frame" effect (lighter wood tone) */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
    position: relative; /* Ensure pseudo-elements are positioned relative to the parent */
}

.site:hover {
    transform: translateY(-5px); /* Slight lift for the "3D" effect */
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2), /* Stronger shadow for depth on hover */
        0 0 0 3px #D2B79D; /* Slightly stronger inner glow for a "finer" frame effect */
}

.site::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    left: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}

.site::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    right: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 280px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

figcaption{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-right: 90px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    width: 270px;
    font-size: 0.9em;
    color: black;
    position: static !important;
}

.sub-article {
    display: flex;         
    justify-content: center;
    align-items: center;
    width: 100%;         
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
    clear: both;
}

.map-clip {
    width: 50%;
    height: 350px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    position: relative;  
}

.map-middle {
    position: absolute; 
    width: 100%;        
    height: 100%;
    top: -90px;
    border: none;
    display: block;
    object-fit: cover;
}

.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 100px;
}

.stars {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 4px; 
    margin: 0;              /* remove default margin */
    padding: 0;
    line-height: 1;/* consistent spacing between stars */
}

.stars span {
    font-size: 20px;
    display: inline-block;
    background: linear-gradient(90deg, #D4AF37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.stars i.checked{
    font-size: 18px;
    display: inline-block;
    background:  #D4AF37 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars i.fa-star-half-full{
    font-size: 18px;
    display: inline-block;
    background: linear-gradient(90deg, #D4AF37 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars i.fa-star-o{
    font-size: 18px;
    display: inline-block;
    color: #ccc;
}
}

@media screen and (min-width: 769px) and (max-width: 900px){
    html{
    background-color: #fafafa;
}

#sitesTitle {
    color: #2c3e50; /* Dark, sophisticated color */
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); /* Slightly deeper shadow for elegance */
    padding-top: 70px;
    font-family: 'Cinzel', serif;  /* Keep the same font */
    font-weight: 400; /* Slightly lighter weight for elegance */
    display: block; /* Ensure the title is treated as a block element */
    text-align: center;
    text-transform: uppercase; /* Uppercase adds a sense of sophistication */
    letter-spacing: 3.7px; /* Slightly tighter letter spacing for a clean, refined look */
    line-height: 1.5;
    font-size: 2.5rem; /* Larger font size for prominence without overwhelming */
    width: 100%;
    max-width: 1000px; /* Limit width to keep it elegant and centered */
    margin: 0 auto; /* Centers the title on the page */
}

#sitesTitle::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #8E735B, #D4AF37, #C7A17A);
    margin: 25px auto 0;
    border-radius: 4px;
}

.name-site{
    color: #2c3e50;
}

#siteSearch{
    border: solid 1px #8E735B;
    outline: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}

#siteSearch:hover{
    box-shadow: 0 5px 20px 5px #8E735B;
}

#siteSearch:focus{
    border: solid thick #8E735B;
}

.sites{
    width: 55%;
    float: left;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 35px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}

.site {
    background-color: #ffffff; /* Light background for the content */
    padding: 20px; /* Padding inside for spacing */
    margin-bottom: 20px; /* Spacing between site containers */
    border: 4px solid #8E735B; /* Oak brown color for the outer border */
    border-radius: 8px; /* Slightly rounded corners for elegance */
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15), /* Light shadow for depth */
        0 0 0 2px #C7A17A; /* Inner glow for the "frame" effect (lighter wood tone) */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
    position: relative; 
}

.site:hover {
    transform: translateY(-5px); /* Slight lift for the "3D" effect */
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2), /* Stronger shadow for depth on hover */
        0 0 0 3px #D2B79D; /* Slightly stronger inner glow for a "finer" frame effect */
}

.site::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    left: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}

.site::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    right: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}

.site {
    background-color: #ffffff; /* Light background for the content */
    padding: 20px; /* Padding inside for spacing */
    margin-bottom: 20px; /* Spacing between site containers */
    border: 4px solid #8E735B; /* Oak brown color for the outer border */
    border-radius: 8px; /* Slightly rounded corners for elegance */
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15), /* Light shadow for depth */
        0 0 0 2px #C7A17A; /* Inner glow for the "frame" effect (lighter wood tone) */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
    position: relative; /* Ensure pseudo-elements are positioned relative to the parent */
}

.site:hover {
    transform: translateY(-5px); /* Slight lift for the "3D" effect */
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2), /* Stronger shadow for depth on hover */
        0 0 0 3px #D2B79D; /* Slightly stronger inner glow for a "finer" frame effect */
}

.site::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    left: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}

.site::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    right: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 60%;
    height: 250px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

figcaption{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-right: 90px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    width: 270px;
    font-size: 0.9em;
    color: black;
    position: static !important;
}

.sub-article {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative; /* optional */
}

.sub-article {
    display: flex;         
    justify-content: center;
    align-items: center;
    width: 100%;         
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
    clear: both;
}

.map-clip {
    width: 50%;
    height: 350px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    position: relative;  
}

.map-middle {
    position: absolute; 
    width: 100%;        
    height: 100%;
    top: -90px;
    border: none;
    display: block;
    object-fit: cover;
}

.stars {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 4px; 
    margin: 0;              /* remove default margin */
    padding: 0;
    line-height: 1;/* consistent spacing between stars */
}

.stars span {
    font-size: 20px;
    display: inline-block;
    background: linear-gradient(90deg, #D4AF37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.stars i.checked{
    font-size: 18px;
    display: inline-block;
    background:  #D4AF37 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars i.fa-star-half-full{
    font-size: 18px;
    display: inline-block;
    background: linear-gradient(90deg, #D4AF37 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars i.fa-star-o{
    font-size: 18px;
    display: inline-block;
    color: #ccc;
}
}

@media screen and (min-width: 481px) and (max-width: 768px){
    html{
    background-color: #fafafa;
}

#sitesTitle {
    color: #2c3e50; /* Dark, sophisticated color */
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); /* Slightly deeper shadow for elegance */
    padding-top: 0px;
    font-family: 'Cinzel', serif;  /* Keep the same font */
    font-weight: 400; /* Slightly lighter weight for elegance */
    display: block; /* Ensure the title is treated as a block element */
    text-align: center;
    text-transform: uppercase; /* Uppercase adds a sense of sophistication */
    letter-spacing: 3.6px; /* Slightly tighter letter spacing for a clean, refined look */
    line-height: 1.5;
    font-size: 2rem; /* Larger font size for prominence without overwhelming */
    width: 100%;
    max-width: 1000px; /* Limit width to keep it elegant and centered */
    margin: 0 auto; /* Centers the title on the page */
    padding-bottom: 20px; /* Adds space for balance */
}

#sitesTitle::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #8E735B, #D4AF37, #C7A17A);
    margin: 25px auto 0;
    border-radius: 4px;
}

.name-site{
    color: #2c3e50;
}

#siteSearch{
    border: solid 1px #8E735B;
    outline: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}

#siteSearch:hover{
    box-shadow: 0 5px 20px 5px #8E735B;
}

#siteSearch:focus{
    border: solid thick #8E735B;
}

.sites{
    width: 50%;
    float: left;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 35px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}

.site {
    background-color: #ffffff; /* Light background for the content */
    padding: 20px; /* Padding inside for spacing */
    margin-bottom: 20px; /* Spacing between site containers */
    border: 4px solid #8E735B; /* Oak brown color for the outer border */
    border-radius: 8px; /* Slightly rounded corners for elegance */
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15), /* Light shadow for depth */
        0 0 0 2px #C7A17A; /* Inner glow for the "frame" effect (lighter wood tone) */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
    position: relative; 
}

.site p, .site ol{
    font-size: 0.9em;
}

.site:hover {
    transform: translateY(-5px); /* Slight lift for the "3D" effect */
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2), /* Stronger shadow for depth on hover */
        0 0 0 3px #D2B79D; /* Slightly stronger inner glow for a "finer" frame effect */
}

.site::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    left: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}

.site::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    right: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 30%;
    height: 150px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

figcaption{
    text-align: center;
    margin: 0 auto;
    width: 10%;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    width: 50px;
    font-size: 0.5em;
    color: black;
    position: static !important;
}

.map{
    z-index: 0;
    width: 40%;
    height: 350px;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-top: 0;
    border: none;
    flex-shrink: 0;
    right: 0;
    object-fit: cover;
    margin-right: 0;
}

.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 270px;
}

.stars {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 4px; 
    margin: 0;              /* remove default margin */
    padding: 0;
    line-height: 1;/* consistent spacing between stars */
}

.stars span {
    font-size: 20px;
    display: inline-block;
    background: linear-gradient(90deg, #D4AF37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.stars i.checked{
    font-size: 18px;
    display: inline-block;
    background:  #D4AF37 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars i.fa-star-half-full{
    font-size: 18px;
    display: inline-block;
    background: linear-gradient(90deg, #D4AF37 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars i.fa-star-o{
    font-size: 18px;
    display: inline-block;
    color: #ccc;
}
}

@media screen and (max-width: 480px){
    html{
    background-color: #fafafa;
}


/*body {
  touch-action: pan-y;
  overscroll-behavior-x: none;
}*/

#sitesTitle {
    color: #2c3e50; /* Dark, sophisticated color */
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); /* Slightly deeper shadow for elegance */
    padding-top: 70px;
    font-family: 'Cinzel', serif; 
    font-weight: 400; /* Slightly lighter weight for elegance */
    display: block; /* Ensure the title is treated as a block element */
    text-align: center;
    text-transform: uppercase; /* Uppercase adds a sense of sophistication */
    letter-spacing: 3.5px; /* Slightly tighter letter spacing for a clean, refined look */
    line-height: 1.5;
    font-size: 1.5rem; /* Larger font size for prominence without overwhelming */
    width: 60%;
    max-width: 1000px; /* Limit width to keep it elegant and centered */
    margin: 0 auto; /* Centers the title on the page */
    padding-bottom: 0px; /* Adds space for balance */
}

#sitesTitle::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #8E735B, #D4AF37, #C7A17A);
    margin: 25px auto 0;
    border-radius: 4px;
}

.name-site{
    color: #2c3e50;
}

#siteSearch{
    border: solid 1px #8E735B;
    outline: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
    width: 90%;
}

#siteSearch:hover{
    box-shadow: 0 5px 20px 5px #8E735B;
}

#siteSearch:focus{
    border: solid thick #8E735B;
}

.sites{
    width: 80vw;
    padding-top: 30px;
    margin: 0 auto;
    position: static;
}

.site {
    background-color: #ffffff; /* Light background for the content */
    padding: 20px; /* Padding inside for spacing */
    margin-bottom: 20px; /* Spacing between site containers */
    border: 4px solid #8E735B; /* Oak brown color for the outer border */
    border-radius: 8px; /* Slightly rounded corners for elegance */
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15), /* Light shadow for depth */
        0 0 0 2px #C7A17A; /* Inner glow for the "frame" effect (lighter wood tone) */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
    position: relative; 
}

.site p, .site ol{
    font-size: 0.75em;
}

.site:hover {
    transform: translateY(-5px); /* Slight lift for the "3D" effect */
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2), /* Stronger shadow for depth on hover */
        0 0 0 3px #D2B79D; /* Slightly stronger inner glow for a "finer" frame effect */
}

.site::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    left: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}

.site::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8E735B;
    top: -12px;
    right: -12px;
    transform: rotate(45deg); /* Angle for the corner box */
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 180px;
    margin: 0 auto;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

figcaption{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    font-size: 0.9em;
    color: black;
    position: static !important;
}

.map{
    z-index: 0;
    width: 80dvw;
    height: 220px;
    margin: 0 auto 30px 30px;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: block;
}

.images{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column-reverse;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 80vw;
}

.stars {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 4px; 
    margin: 0;              /* remove default margin */
    padding: 0;
    line-height: 1;/* consistent spacing between stars */
}

.stars span {
    font-size: 20px;
    display: inline-block;
    background: linear-gradient(90deg, #D4AF37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.stars i.checked{
    font-size: 18px;
    display: inline-block;
    background:  #D4AF37 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars i.fa-star-half-full{
    font-size: 18px;
    display: inline-block;
    background: linear-gradient(90deg, #D4AF37 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars i.fa-star-o{
    font-size: 18px;
    display: inline-block;
    color: #ccc;
}

}

