/* wellbeing365: article images + hide leftover comment chrome */

.post-single .featured-image,
article.is-single .featured-image {
  max-width: 640px;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  border-radius: 10px;
}

.post-single .featured-image img,
article.is-single .featured-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

article.is-single .wp-block-image,
article.is-single figure.wp-block-image {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 1.35rem auto;
}

article.is-single .wp-block-image img,
article.is-single figure.wp-block-image img,
article.is-single .clearfix > img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  max-height: 380px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 8px;
}

article.is-single .wp-block-image figcaption,
article.is-single figure.wp-block-image figcaption {
  margin-top: 0.45rem;
  color: #6b7280;
  font-size: 0.88rem;
  text-align: center;
}

@media (max-width: 640px) {
  .post-single .featured-image,
  article.is-single .featured-image,
  article.is-single .wp-block-image,
  article.is-single figure.wp-block-image,
  article.is-single .wp-block-image img,
  article.is-single figure.wp-block-image img,
  article.is-single .clearfix > img {
    max-width: 100%;
  }

  .post-single .featured-image img,
  article.is-single .featured-image img {
    max-height: 240px;
  }

  article.is-single .wp-block-image img,
  article.is-single figure.wp-block-image img,
  article.is-single .clearfix > img {
    max-height: 260px;
  }
}

.comments-area,
.comment-respond,
#respond,
#comments,
.comment-form {
  display: none !important;
}

/* Contact page */
.wb365-contact {
  padding: 42px 0 64px;
}

.wb365-contact-intro {
  max-width: 720px;
  margin-bottom: 34px;
}

.wb365-contact-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #0d9488;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wb365-contact-intro h1 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.wb365-contact-intro p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.wb365-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wb365-contact-card {
  padding: 26px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.wb365-contact-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #ccfbf1;
  color: #0f766e;
  font-size: 14px;
  font-weight: 800;
}

.wb365-contact-card h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 1.15rem;
}

.wb365-contact-card p {
  min-height: 44px;
  margin: 0 0 12px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.wb365-contact-card a {
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}

.wb365-contact-card a:hover {
  color: #115e59;
}

.wb365-contact-office {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  margin-top: 28px;
  padding: 28px 30px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f766e 0%, #134e4a 100%);
  color: #ecfdf5;
}

.wb365-contact-office h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.1rem;
}

.wb365-contact-office p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.wb365-contact-office a {
  color: #99f6e4;
  text-decoration: none;
}

@media (max-width: 900px) {
  .wb365-contact-grid,
  .wb365-contact-office {
    grid-template-columns: 1fr;
  }

  .wb365-contact-card p {
    min-height: 0;
  }
}

/* HTML sitemap page */
.wb365-sitemap {
  padding: 42px 0 64px;
}

.wb365-sitemap-intro {
  max-width: 720px;
  margin-bottom: 34px;
}

.wb365-sitemap-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #0d9488;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wb365-sitemap-intro h1 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.wb365-sitemap-intro p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.wb365-sitemap-section {
  margin-bottom: 28px;
  padding: 24px 26px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.wb365-sitemap-section h2 {
  margin: 0 0 14px;
  color: #0f766e;
  font-size: 1.05rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wb365-sitemap-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  column-gap: 28px;
}

.wb365-sitemap-section li {
  break-inside: avoid;
  margin: 0 0 10px;
}

.wb365-sitemap-section a {
  color: #111827;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.45;
}

.wb365-sitemap-section a:hover {
  color: #0f766e;
  text-decoration: underline;
}

@media (max-width: 760px) {
  .wb365-sitemap-section ul {
    columns: 1;
  }
}
