/* Resize the video on homepage SS-3403829-zd*/
.home .wp-block-embed iframe {
    max-width: 230px;
    height: 230px;
}
@media screen and (min-width: 600px) {
    .home .wp-block-embed iframe {
        max-width: 500px;
        height: 500px;
    }
}

/* Home page YouTube embeds */
.home .wp-block-embed-youtube iframe {
    max-width: 100%;
}

/* CTA button */
.cta-button {
    display: inline-block;
    background-color: #CDAF63;
    color: white;
    font-size: 18px;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'Garamond', serif;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.cta-button:hover {
    background-color: #B89F50;
    transform: scale(1.05);
}

/* Headings */
body h1 {
  font-size: 24px !important;
}

/* Booking button */
.booking-button {
    display: inline-block;
    background-color: #DAA520;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.booking-button:hover {
    background-color: #B8860B;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.3);
}

/* CTA Box (legacy) */
.cta-box {
    text-align: center;
    background-color: #f8f1e4;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}
.cta-box h2 {
    font-size: 1.8rem;
    color: #B8860B;
    margin-bottom: 10px;
}
.cta-box p {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
}




/* Hide author/date on single posts */
.single .entry-header > *:not(.entry-title):not(h1) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* MAXIMUM COMPRESSION OF SPACE BELOW HEADER – HOMEPAGE ONLY */
body.home header {
    margin-bottom: 5px !important; /* was 20px */
}

/* ELIMINATE ANY BLOCK-LEVEL TOP SPACE ON HOMEPAGE CONTENT */
body.home .site-content,
body.home .entry-content,
body.home .entry-header,
body.home .content-area,
body.home .hentry {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* PREVENT ANY THEME DEFAULT SPACING ABOVE THE FIRST BLOCK */
body.home .entry-content > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


  /* Remove hidden padding from mobile containers */
  body.home .site-content,
  body.home .entry-content,
  body.home .content-area,
  body.home .entry-header,
  body.home .hentry {
      margin-top: 0 !important;
      padding-top: 0 !important;
  }

  /* Remove Gutenberg block spacing on mobile */
  body.home .entry-content > *:first-child,
  body.home .wp-block-group:first-child,
  body.home .wp-block-paragraph:first-child {
      margin-top: 0 !important;
      padding-top: 0 !important;
  }

  /* Obsidian-specific mobile wrapper */
  body.home .ob-section,
  body.home .ob-content,
  body.home .site-main {
      margin-top: 0 !important;
      padding-top: 0 !important;
  }
}

  /* Remove hidden padding from mobile containers */
  body.home .site-content,
  body.home .entry-content,
  body.home .content-area,
  body.home .entry-header,
  body.home .hentry {
      margin-top: 0 !important;
      padding-top: 0 !important;
  }

  /* Remove Gutenberg block spacing on mobile */
  body.home .entry-content > *:first-child,
  body.home .wp-block-group:first-child,
  body.home .wp-block-paragraph:first-child {
      margin-top: 0 !important;
      padding-top: 0 !important;
  }

  /* Obsidian-specific mobile wrapper */
  body.home .ob-section,
  body.home .ob-content,
  body.home .site-main {
      margin-top: 0 !important;
      padding-top: 0 !important;
  }
}


