:root {
  --tlmm-green: #3cb371;
  --tlmm-green-deep: #27895c;
  --tlmm-blue: #5dade2;
  --tlmm-blue-deep: #2f8fca;
  --tlmm-yellow: #f4d03f;
  --tlmm-ink: #163148;
  --tlmm-ink-soft: #51687b;
  --tlmm-paper: #ffffff;
  --tlmm-mist: #eef8f4;
  --tlmm-cloud: #edf6fd;
  --tlmm-border: rgba(22, 49, 72, 0.1);
  --tlmm-shadow: 0 26px 70px rgba(22, 49, 72, 0.14);
  --tlmm-shadow-soft: 0 16px 40px rgba(22, 49, 72, 0.08);
  --tlmm-radius: 28px;
  --tlmm-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f8fbfd;
  color: var(--tlmm-ink);
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.65em;
  color: var(--tlmm-ink);
  font-family: "Montserrat", sans-serif;
  line-height: 1.08;
}

p {
  margin: 0 0 1.05rem;
  line-height: 1.8;
}

a {
  color: var(--tlmm-green-deep);
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

ul {
  margin: 0;
}

.tlmm-container {
  width: min(1360px, calc(100% - 20px));
  margin: 0 auto;
}

.tlmm-section-heading {
  margin-bottom: 48px;
}

.tlmm-section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: var(--tlmm-ink);
  margin: 0;
}

.tlmm-center-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.tlmm-topbar {
  background: #153450;
  color: #f4fbff;
  font-size: 0.9rem;
  border-top: 0;
}

.tlmm-topbar-inner,
.tlmm-header-inner,
.tlmm-feature-grid,
.tlmm-post-grid,
.tlmm-gallery-grid,
.tlmm-team-grid,
.tlmm-testimonial-grid,
.tlmm-card-grid,
.tlmm-donation-grid,
.tlmm-contact-grid,
.tlmm-form-grid,
.tlmm-footer-grid {
  display: grid;
  gap: 24px;
}

.tlmm-topbar-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 9px 0;
}

.tlmm-topbar-copy,
.tlmm-topbar-links,
.tlmm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.tlmm-topbar a {
  color: #fff;
  font-weight: 700;
}

.tlmm-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(22, 49, 72, 0.06);
}

.tlmm-header-inner {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 18px 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tlmm-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--tlmm-ink);
  padding-right: 8px;
}

.tlmm-brand-mark {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--tlmm-green);
  box-shadow: none;
}

.tlmm-brand-mark .custom-logo-link,
.tlmm-brand-mark .custom-logo {
  width: 100%;
  height: 100%;
}

.tlmm-brand-mark .custom-logo {
  object-fit: cover;
}

.tlmm-brand-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

.tlmm-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.tlmm-brand-text strong {
  font-size: 1.08rem;
  line-height: 1.1;
  font-weight: 700;
}

.tlmm-brand-text small {
  max-width: 16ch;
  color: var(--tlmm-ink-soft);
  font-size: 0.82rem;
  line-height: 1.35;
}

.tlmm-nav {
  justify-self: end;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tlmm-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tlmm-nav-list li {
  list-style: none;
}

.tlmm-nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 0;
  color: var(--tlmm-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s ease, border-color 0.2s ease;
  border-bottom: 2px solid transparent;
}

.tlmm-nav-list a:hover {
  color: var(--tlmm-blue-deep);
}

.tlmm-nav-list .current-menu-item > a {
  color: var(--tlmm-blue-deep);
  border-bottom-color: var(--tlmm-green);
}

.tlmm-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  justify-self: end;
}

.tlmm-menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--tlmm-ink);
}

.tlmm-main {
  min-height: 60vh;
}

.tlmm-eyebrow {
  margin-bottom: 16px;
  color: var(--tlmm-green);
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlmm-hero-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: var(--tlmm-blue-deep);
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
}

.tlmm-hero-kicker::before {
  content: "";
  width: 2px;
  height: 42px;
  background: rgba(93, 173, 226, 0.45);
}

.tlmm-hero-slider-section {
  padding: 0 0 24px;
  background: #f0f6fa;
}

.tlmm-hero-slider {
  overflow: hidden;
  background: #f0f6fa;
}

.tlmm-hero-shell {
  position: relative;
  width: min(1440px, calc(100% - 8px));
  margin: 0 auto;
}

.tlmm-hero-slider-stage {
  position: relative;
  min-height: 560px;
}

.tlmm-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease;
}

.tlmm-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.tlmm-hero-slide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center;
  min-height: 560px;
  padding: 24px 0 54px;
  height: 100%;
  box-sizing: border-box;
}

.tlmm-hero-slide-copy {
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 28px 0 20px 10px;
}

.tlmm-hero-slide-copy h1 {
  color: #161b22;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  line-height: 1.12;
}

.tlmm-hero-slide-copy p {
  max-width: 48ch;
  color: #425768;
  font-size: 1rem;
  line-height: 1.85;
}

.tlmm-hero-slide-media {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1;
  align-self: center;
  margin-left: auto;
}

.tlmm-hero-slide-image-shell {
  position: absolute;
  inset: 0;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(22, 49, 72, 0.16);
}

.tlmm-hero-slide-image-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tlmm-hero-slide-badge {
  position: absolute;
  left: 0;
  bottom: 8px;
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--tlmm-ink);
  box-shadow: var(--tlmm-shadow-soft);
}

.tlmm-hero-slide-badge strong,
.tlmm-hero-stat-item strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.22rem;
}

.tlmm-hero-slide-badge span {
  color: var(--tlmm-ink-soft);
}

.tlmm-hero-meta-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-top: 10px;
}

.tlmm-hero-slider-nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.tlmm-slider-side-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--tlmm-ink);
  font-size: 1.25rem;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 16px 36px rgba(22, 49, 72, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.tlmm-slider-side-arrow:hover {
  color: var(--tlmm-blue-deep);
  transform: translateY(-50%) scale(1.03);
  box-shadow: 0 20px 42px rgba(22, 49, 72, 0.16);
}

.tlmm-slider-side-arrow-prev {
  left: -64px;
}

.tlmm-slider-side-arrow-next {
  right: -64px;
}

  @media (max-width: 1024px) {
    .tlmm-hero-slider-controls {
      justify-content: center;
    }

    .tlmm-hero-slider-section + .tlmm-section .tlmm-section-heading {
      padding: 24px 0 8px 0;
    }

    .tlmm-hero-slider-section + .tlmm-section .tlmm-section-heading h2 {
      max-width: none;
    }
  }

.tlmm-hero-slider-controls {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 18px;
  margin-left: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 30px rgba(22, 49, 72, 0.08);
  box-sizing: border-box;
}

.tlmm-slider-dot {
  border: 0;
  cursor: pointer;
}

.tlmm-slider-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.tlmm-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(22, 49, 72, 0.18);
  transition: width 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.tlmm-slider-dot.is-active {
  width: 32px;
  background: var(--tlmm-green);
}

.tlmm-hero-stat-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 28px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 46px rgba(22, 49, 72, 0.09);
}

.tlmm-hero-stat-item {
  text-align: center;
  padding: 14px 18px;
  border-radius: 18px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tlmm-hero-stat-item:hover {
  background: rgba(97, 105, 201, 0.05);
  transform: translateY(-1px);
}

.tlmm-hero-stat-item span {
  display: block;
  color: var(--tlmm-ink-soft);
  font-size: 0.95rem;
}

.tlmm-hero-stat-item strong {
  margin-bottom: 4px;
}

.tlmm-section,
.tlmm-page-section {
  padding: 78px 0;
}

.tlmm-hero-slider-section + .tlmm-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-top: 1px solid rgba(22, 49, 72, 0.05);
  margin-top: -8px;
}

.tlmm-hero-slider-section + .tlmm-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--tlmm-green);
  opacity: 0.9;
}

.tlmm-page-hero {
  padding: 74px 0 52px;
  background: #f4faf7;
}

.tlmm-page-hero h1 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.tlmm-page-content {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tlmm-page-content-builder {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.tlmm-section-muted {
  background: #f4faf7;
}

.tlmm-gallery-band {
  background: #fafaf5;
}

.tlmm-section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-section-heading {
  position: relative;
  max-width: 860px;
  padding: 36px 28px 8px 0;
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-section-heading h2 {
  max-width: 18ch;
  color: #183956;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.06;
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-section-heading p {
  max-width: 62ch;
  color: #35556a;
  font-size: 1.02rem;
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-eyebrow {
  color: var(--tlmm-green-deep);
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-eyebrow::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--tlmm-green);
}

.tlmm-feature-grid,
.tlmm-post-grid,
.tlmm-gallery-grid,
.tlmm-team-grid,
.tlmm-testimonial-grid,
.tlmm-card-grid,
.tlmm-donation-grid,
.tlmm-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tlmm-feature-card,
.tlmm-post-card,
.tlmm-team-card,
.tlmm-testimonial-card,
.tlmm-info-card,
.tlmm-donation-card,
.tlmm-contact-card,
.tlmm-form,
.tlmm-cta-panel {
  border-radius: var(--tlmm-radius);
  background: #fff;
  box-shadow: var(--tlmm-shadow-soft);
}

.tlmm-feature-card,
.tlmm-post-card,
.tlmm-team-card,
.tlmm-testimonial-card,
.tlmm-info-card,
.tlmm-donation-card,
.tlmm-contact-card {
  padding: 30px;
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-feature-grid {
  gap: 22px;
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-feature-card {
  position: relative;
  padding: 30px 28px 28px;
  border: 1px solid rgba(22, 49, 72, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(22, 49, 72, 0.06);
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 24px 24px 0 0;
  background: var(--tlmm-green);
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-feature-card h3 {
  margin-bottom: 14px;
  color: #183956;
  font-size: 1.42rem;
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-feature-card p {
  color: #496478;
  min-height: 108px;
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tlmm-green-deep);
  font-size: 0.96rem;
  font-weight: 800;
}

.tlmm-hero-slider-section + .tlmm-section .tlmm-text-link::after {
  content: "->";
  color: var(--tlmm-blue);
  font-weight: 700;
}

.tlmm-gallery-grid img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--tlmm-shadow-soft);
}

.tlmm-pill {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(60, 179, 113, 0.12);
  color: var(--tlmm-green-deep);
  font-family: "Montserrat", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
}

.tlmm-testimonial-card blockquote {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.8;
}

.tlmm-post-meta,
.tlmm-team-role,
.tlmm-testimonial-name {
  color: var(--tlmm-ink-soft);
  font-size: 0.95rem;
}

.tlmm-cta-panel {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 38px;
  background: #f4faf7;
}

.tlmm-button,
.tlmm-form button,
.tlmm-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--tlmm-green);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(60, 179, 113, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tlmm-button:hover,
.tlmm-form button:hover {
  transform: translateY(-1px);
  background: var(--tlmm-green-deep);
  box-shadow: 0 16px 32px rgba(39, 137, 92, 0.2);
}

.tlmm-button-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--tlmm-ink);
  border: 1px solid var(--tlmm-border);
  box-shadow: 0 10px 24px rgba(22, 49, 72, 0.06);
}

.tlmm-button-secondary:hover {
  color: var(--tlmm-blue-deep);
  border-color: rgba(93, 173, 226, 0.26);
  box-shadow: 0 14px 30px rgba(22, 49, 72, 0.08);
}

.tlmm-hero-actions {
  gap: 14px;
  margin-top: 30px;
}

.tlmm-form {
  padding: 30px;
}

.tlmm-form input,
.tlmm-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid var(--tlmm-border);
  border-radius: 16px;
  color: var(--tlmm-ink);
  font: inherit;
}

.tlmm-form textarea {
  margin-top: 18px;
  resize: vertical;
}

.tlmm-form button {
  margin-top: 18px;
  cursor: pointer;
}

.tlmm-form-notice {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
}

.tlmm-form-notice-success {
  background: rgba(60, 179, 113, 0.12);
  color: #176a44;
}

.tlmm-form-notice-error {
  background: rgba(198, 40, 40, 0.12);
  color: #902323;
}

.tlmm-text-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.tlmm-footer {
  margin-top: 74px;
  color: #dce9f1;
  background: #0f2436;
}

.tlmm-footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  padding: 58px 0 38px;
}

.tlmm-footer h2,
.tlmm-footer h3 {
  color: #fff;
}

.tlmm-footer-kicker {
  color: var(--tlmm-yellow);
  font-family: "Great Vibes", cursive;
  font-size: 2rem;
}

.tlmm-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tlmm-footer-list li {
  margin-bottom: 12px;
}

.tlmm-footer-list a {
  color: #dce9f1;
}

.tlmm-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
}

.tlmm-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tlmm-pagination .page-numbers {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--tlmm-shadow-soft);
}

@media (max-width: 1366px) {
  .tlmm-brand-text small {
    display: none;
  }
  .tlmm-nav-list a {
    font-size: 0.82rem;
    padding: 0 6px;
  }
  .tlmm-nav-list {
    gap: 2px 3px;
  }
}

@media (max-width: 1180px) {
  .tlmm-hero-slide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tlmm-hero-slide-media {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1;
  }

  .tlmm-hero-slide-image-shell {
    inset: 0;
  }
}

@media (max-width: 1024px) {
  .tlmm-header-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
  }

  .tlmm-topbar-inner,
  .tlmm-feature-grid,
  .tlmm-post-grid,
  .tlmm-gallery-grid,
  .tlmm-team-grid,
  .tlmm-testimonial-grid,
  .tlmm-card-grid,
  .tlmm-donation-grid,
  .tlmm-contact-grid,
  .tlmm-footer-grid,
  .tlmm-cta-panel {
    grid-template-columns: 1fr;
  }

  .tlmm-hero-slider-stage {
    min-height: auto;
  }

  .tlmm-hero-slide-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: auto;
    padding: 34px 0 74px;
  }

  .tlmm-hero-slide-copy h1 {
    max-width: none;
  }

  .tlmm-hero-slide-media {
    min-height: auto;
    width: 100%;
    max-width: 480px;
    height: 320px;
    margin: 0 auto;
    align-self: center;
    position: relative;
  }

  .tlmm-hero-slide-image-shell {
    position: absolute;
    inset: 0;
    border-radius: 28px;
    overflow: hidden;
  }

  .tlmm-hero-shell {
    width: min(1360px, calc(100% - 20px));
  }

  .tlmm-nav {
    background: transparent;
    border: 0;
    padding: 0;
  }

  .tlmm-hero-slide-badge {
    left: 18px;
    bottom: 18px;
  }
}

@media (max-width: 920px) {
  .tlmm-brand-text small {
    display: none;
  }

  .tlmm-menu-toggle {
    display: inline-block;
  }

  .tlmm-nav {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .tlmm-nav.is-open {
    display: block;
  }

  .tlmm-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
  }

  .tlmm-nav-list a {
    justify-content: flex-start;
    min-height: 48px;
    padding: 0 4px;
    border-bottom: 0;
  }

  .tlmm-hero-meta-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tlmm-hero-slider-controls {
    justify-self: center;
    margin-left: 0;
  }

  .tlmm-slider-side-arrow-prev {
    left: -10px;
  }

  .tlmm-slider-side-arrow-next {
    right: -10px;
  }
}

@media (max-width: 720px) {
  .tlmm-brand-text {
    display: none;
  }

  .tlmm-container,
  .tlmm-hero-shell {
    width: calc(100% - 32px);
  }

  .tlmm-topbar-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    text-align: center;
  }

  .tlmm-topbar-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .tlmm-topbar-copy span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.82rem;
  }

  .tlmm-topbar-links {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .tlmm-topbar-links a {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--tlmm-yellow);
    text-decoration: none;
  }

  .tlmm-hero-slider-section,
  .tlmm-page-hero,
  .tlmm-section,
  .tlmm-page-section {
    padding: 50px 0;
  }

  .tlmm-hero-slide-grid {
    padding: 20px 0 72px;
    gap: 24px;
  }

  .tlmm-hero-slide-copy {
    padding: 18px 0 0;
  }

  .tlmm-hero-slide-copy h1 {
    font-size: clamp(2.6rem, 12vw, 4.1rem);
  }

  .tlmm-hero-slide-media {
    min-height: auto;
    height: 280px;
  }

  .tlmm-hero-slider-controls {
    padding: 6px 14px;
    justify-self: center;
    margin-left: 0;
    margin-bottom: 14px;
  }

  .tlmm-slider-side-arrow {
    display: none;
  }

  .tlmm-hero-stat-ribbon {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 8px 0 24px 0;
    padding: 16px 10px;
    gap: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(22, 49, 72, 0.07);
    border: 1px solid rgba(22, 49, 72, 0.05);
  }

  .tlmm-hero-stat-item {
    padding: 2px 4px;
    border-radius: 0;
  }

  .tlmm-hero-stat-item:not(:last-child) {
    border-right: 1px solid rgba(22, 49, 72, 0.08);
  }

  .tlmm-hero-stat-item strong {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 4px;
    color: var(--tlmm-blue-deep);
  }

  .tlmm-hero-stat-item span {
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--tlmm-ink-soft);
    line-height: 1.2;
  }

  .tlmm-page-content,
  .tlmm-feature-card,
  .tlmm-post-card,
  .tlmm-team-card,
  .tlmm-testimonial-card,
  .tlmm-info-card,
  .tlmm-donation-card,
  .tlmm-contact-card,
  .tlmm-event-card,
  .tlmm-form,
  .tlmm-cta-panel {
    padding: 22px;
  }

  .tlmm-hero-actions {
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .tlmm-button,
  .tlmm-form button,
  .tlmm-button:visited {
    min-height: 46px;
    padding: 0 16px;
    font-size: 0.85rem;
  }
}

/* Event Cards & Lists styling */
.tlmm-event-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(22, 49, 72, 0.06);
  padding: 32px;
  box-shadow: 0 16px 38px rgba(22, 49, 72, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
}

.tlmm-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(22, 49, 72, 0.08);
  border-color: rgba(60, 179, 113, 0.24);
}

.tlmm-event-header {
  margin-bottom: 14px;
}

.tlmm-event-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--tlmm-blue-deep);
  margin: 0 0 16px 0;
}

.tlmm-event-meta-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.tlmm-event-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tlmm-ink-soft);
  font-size: 0.92rem;
}

.tlmm-event-meta-item svg {
  color: var(--tlmm-green);
  flex-shrink: 0;
}

.tlmm-event-desc {
  color: #4e6a81;
  font-size: 0.96rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 24px;
  flex-grow: 1;
}

.tlmm-event-card .tlmm-button {
  align-self: flex-start;
  min-height: 46px;
  padding: 0 20px;
  font-size: 0.88rem;
  box-shadow: 0 8px 20px rgba(60, 179, 113, 0.12);
}

/* Testimonial avatar/footer styles */
.tlmm-testimonial-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.tlmm-testimonial-card blockquote {
  flex-grow: 1;
}

.tlmm-testimonial-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.tlmm-testimonial-avatar-shell {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(60, 179, 113, 0.18);
  flex-shrink: 0;
}

.tlmm-testimonial-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tlmm-testimonial-meta {
  display: flex;
  flex-direction: column;
}

.tlmm-testimonial-meta .tlmm-testimonial-name {
  margin: 0;
}

/* Blog Post Card Image styling */
.tlmm-post-media {
  margin-bottom: 18px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16/10;
  box-shadow: var(--tlmm-shadow-soft);
}

.tlmm-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tlmm-post-card:hover .tlmm-post-media img {
  transform: scale(1.04);
}

/* About Us Page Custom Styling */
.tlmm-about-section {
  padding: 80px 0;
  background: #f8fafc;
}

.tlmm-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

@media (max-width: 991px) {
  .tlmm-about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.tlmm-about-block {
  padding: 40px;
  border-radius: 24px;
  background: var(--tlmm-white);
  border: 1px solid rgba(22, 49, 72, 0.08);
  box-shadow: var(--tlmm-shadow-soft);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.tlmm-about-block:hover {
  transform: translateY(-4px);
  border-color: rgba(60, 179, 113, 0.3);
  box-shadow: var(--tlmm-shadow);
}

.tlmm-about-block h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--tlmm-ink);
  position: relative;
  padding-bottom: 8px;
}

.tlmm-about-block h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--tlmm-green);
  border-radius: 99px;
}

.tlmm-about-body-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--tlmm-ink-soft);
  margin-bottom: 18px;
}

/* Founder Section Styling */
.tlmm-founder-section {
  padding: 80px 0;
  background: #f4faf7;
}

.tlmm-founder-card {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--tlmm-white);
  border-radius: var(--tlmm-radius);
  box-shadow: var(--tlmm-shadow-soft);
  border: 1px solid rgba(22, 49, 72, 0.06);
  display: grid;
  grid-template-columns: 380px 1fr;
  overflow: hidden;
  align-items: center;
}

.tlmm-founder-image {
  height: 100%;
  min-height: 400px;
}

.tlmm-founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tlmm-founder-content {
  padding: 50px 60px;
  text-align: left;
}

.tlmm-quote-icon {
  margin-bottom: 24px;
  color: var(--tlmm-green);
  opacity: 0.8;
  display: inline-block;
}

.tlmm-founder-content blockquote {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.tlmm-founder-content blockquote p {
  font-family: var(--tlmm-font-body);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75;
  color: var(--tlmm-ink);
  font-style: italic;
  margin: 0;
}

.tlmm-founder-content cite {
  display: block;
  font-style: normal;
}

.tlmm-founder-content cite strong {
  display: block;
  font-size: 1.2rem;
  color: var(--tlmm-ink);
  font-weight: 700;
  margin-bottom: 4px;
}

.tlmm-founder-content cite span {
  display: block;
  font-size: 0.9rem;
  color: var(--tlmm-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .tlmm-founder-card {
    grid-template-columns: 1fr;
  }
  .tlmm-founder-image {
    height: 320px;
    min-height: auto;
  }
  .tlmm-founder-content {
    padding: 40px 30px;
  }
}

/* Mission & Vision Section Styling */
.tlmm-mission-vision-section {
  padding: 60px 0;
  background: #ffffff;
}

.tlmm-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

@media (max-width: 768px) {
  .tlmm-mv-grid {
    grid-template-columns: 1fr;
  }
}

.tlmm-mv-card {
  padding: 40px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(22, 49, 72, 0.08);
  box-shadow: var(--tlmm-shadow-soft);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.tlmm-mv-card:hover {
  transform: translateY(-4px);
  border-color: rgba(60, 179, 113, 0.3);
}

.tlmm-mv-icon-wrapper {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(60, 179, 113, 0.08);
  color: var(--tlmm-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.tlmm-mv-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--tlmm-ink);
}

.tlmm-mv-card p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--tlmm-ink-soft);
  margin: 0;
}

.tlmm-vision-list {
  padding-left: 20px;
  margin: 0;
  list-style: none;
}

.tlmm-vision-list li {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--tlmm-ink-soft);
  margin-bottom: 12px;
  padding-left: 14px;
}

.tlmm-vision-list li:last-child {
  margin-bottom: 0;
}

.tlmm-vision-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tlmm-green);
}

/* Values Section Styling */
.tlmm-values-section {
  padding: 68px 0;
  background: #f8fbfd;
}

.tlmm-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 38px;
}

@media (max-width: 991px) {
  .tlmm-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tlmm-values-grid {
    grid-template-columns: 1fr;
  }
}

.tlmm-value-card {
  padding: 36px 30px;
  border-radius: 24px;
  background: var(--tlmm-white);
  border: 1px solid rgba(22, 49, 72, 0.06);
  box-shadow: var(--tlmm-shadow-soft);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tlmm-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--tlmm-green);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tlmm-value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--tlmm-shadow);
  border-color: rgba(60, 179, 113, 0.2);
}

.tlmm-value-card:hover::before {
  opacity: 1;
}

.tlmm-value-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(60, 179, 113, 0.08);
  color: var(--tlmm-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.tlmm-value-card:hover .tlmm-value-icon-wrapper {
  background: var(--tlmm-green-deep);
  color: var(--tlmm-white);
  transform: scale(1.05);
}

.tlmm-value-card h4 {
  font-family: var(--tlmm-font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--tlmm-ink);
  margin: 0 0 12px;
  transition: color 0.3s ease;
}

.tlmm-value-card:hover h4 {
  color: var(--tlmm-green-deep);
}

.tlmm-value-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--tlmm-ink-soft);
  margin: 0;
}

/* Team section on About page spacing */
.tlmm-team-section {
  padding: 68px 0 80px;
  background: #ffffff;
}

/* Global Section Headings & Eyebrows */
.tlmm-section-heading {
  margin-bottom: 40px;
}

.tlmm-section-heading h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 700;
  color: var(--tlmm-ink);
  line-height: 1.15;
  margin-top: 10px;
}

.tlmm-eyebrow {
  display: inline-block;
  color: var(--tlmm-green-deep);
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  position: relative;
  padding-bottom: 12px;
}

.tlmm-eyebrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  background: var(--tlmm-green);
  border-radius: 99px;
}

.tlmm-center-heading {
  text-align: center;
}

.tlmm-center-heading .tlmm-eyebrow::after {
  left: 50%;
  transform: translateX(-50%);
}

.tlmm-split-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 52px;
  align-items: center;
  margin-bottom: 54px;
}

@media (max-width: 991px) {
  .tlmm-split-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 38px;
  }
}

.tlmm-intro-image {
  position: relative;
  border-radius: var(--tlmm-radius);
  overflow: hidden;
  box-shadow: var(--tlmm-shadow-soft);
  aspect-ratio: 4/3;
}

.tlmm-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tlmm-section-heading.no-margin {
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}

/* Event Detail Styles & Countdown */
.tlmm-page-hero {
  background: var(--tlmm-cloud);
  padding: 60px 0;
  border-bottom: 1.5px solid var(--tlmm-border);
}

.tlmm-page-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--tlmm-ink) !important;
  line-height: 1.15;
}

.tlmm-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--tlmm-green-deep) !important;
  margin-bottom: 8px;
}

.tlmm-countdown-section {
  background: var(--tlmm-ink);
  color: var(--tlmm-white);
  padding: 40px 0;
  text-align: center;
}

.tlmm-countdown-wrapper h3 {
  color: var(--tlmm-white) !important;
  font-family: var(--tlmm-font-heading);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tlmm-countdown-timer {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.tlmm-countdown-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--tlmm-radius);
  width: 90px;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.tlmm-countdown-item strong {
  font-size: 2rem;
  font-family: var(--tlmm-font-heading);
  color: var(--tlmm-yellow) !important;
  line-height: 1.1;
}

.tlmm-countdown-item span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--tlmm-white) !important;
  opacity: 0.8;
  margin-top: 4px;
}

.tlmm-event-content-section {
  padding: 80px 0;
  background: #f8fafc;
}

.tlmm-event-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 52px;
}

@media (max-width: 991px) {
  .tlmm-event-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.tlmm-event-body-content {
  background: var(--tlmm-white);
  padding: 40px;
  border-radius: var(--tlmm-radius);
  box-shadow: var(--tlmm-shadow-soft);
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--tlmm-ink);
}

.tlmm-event-body-content h2,
.tlmm-event-body-content h3 {
  font-family: var(--tlmm-font-heading);
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 16px;
  color: var(--tlmm-ink);
}

.tlmm-registration-card {
  background: var(--tlmm-white);
  padding: 36px;
  border-radius: var(--tlmm-radius);
  box-shadow: var(--tlmm-shadow-soft);
  position: sticky;
  top: 40px;
}

.tlmm-registration-card h3 {
  font-family: var(--tlmm-font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: var(--tlmm-ink);
}

.tlmm-registration-card p {
  color: var(--tlmm-ink-soft);
  margin-bottom: 28px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.tlmm-form-field {
  margin-bottom: 20px;
}

.tlmm-form-field label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--tlmm-ink);
}

.tlmm-form-field input,
.tlmm-form-field select,
.tlmm-form-field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  font-family: var(--tlmm-font-body);
  font-size: 0.95rem;
  color: var(--tlmm-ink);
  transition: all 0.25s ease;
  background: #f8fafc;
}

.tlmm-form-field input:focus,
.tlmm-form-field select:focus,
.tlmm-form-field textarea:focus {
  outline: none;
  border-color: var(--tlmm-blue);
  background: var(--tlmm-white);
  box-shadow: 0 0 0 3px rgba(93, 173, 226, 0.15);
}

.tlmm-form-response {
  margin-top: 15px;
}

.tlmm-form-success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
}

.tlmm-form-error {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #991b1b;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
}

/* Social Share Buttons */
.tlmm-share-box {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e2e8f0;
}

.tlmm-share-box h4 {
  font-family: var(--tlmm-font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: var(--tlmm-ink);
}

.tlmm-share-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tlmm-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 30px;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.tlmm-share-btn svg {
  display: block;
  fill: #ffffff !important;
}

.tlmm-share-btn.facebook {
  background: #3b5998;
}
.tlmm-share-btn.facebook:hover {
  background: #2d4373;
  transform: translateY(-2px);
}

.tlmm-share-btn.twitter {
  background: #1da1f2;
}
.tlmm-share-btn.twitter:hover {
  background: #0d8ddb;
  transform: translateY(-2px);
}

.tlmm-share-btn.linkedin {
  background: #0077b5;
}
.tlmm-share-btn.linkedin:hover {
  background: #005987;
  transform: translateY(-2px);
}

.tlmm-share-btn.whatsapp {
  background: #25d366;
}
.tlmm-share-btn.whatsapp:hover {
  background: #128c7e;
  transform: translateY(-2px);
}

/* Blog Comments Area Styling */
.comments-area {
  margin-top: 40px;
  background: var(--tlmm-white);
  padding: 40px;
  border-radius: var(--tlmm-radius);
  box-shadow: var(--tlmm-shadow-soft);
}

.comments-title {
  font-family: var(--tlmm-font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 30px;
  color: var(--tlmm-ink);
  border-bottom: 2px solid var(--tlmm-border);
  padding-bottom: 12px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.comment-list .comment {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--tlmm-border);
}

.comment-list .comment:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
}

.comment-author .avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid var(--tlmm-mist);
}

.comment-meta {
  font-size: 0.85rem;
  color: var(--tlmm-ink-soft);
  margin-bottom: 8px;
}

.comment-meta a {
  color: var(--tlmm-ink-soft);
}

.comment-meta .fn {
  font-weight: 700;
  font-style: normal;
  color: var(--tlmm-ink);
  font-size: 1rem;
  display: block;
}

.comment-content {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--tlmm-ink);
}

.comment-content p {
  margin-bottom: 0;
}

.reply a {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--tlmm-green-deep);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Comment Form Styling */
.comment-respond {
  margin-top: 40px;
}

.comment-reply-title {
  font-family: var(--tlmm-font-heading);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--tlmm-ink);
  margin-bottom: 20px;
}

.comment-form {
  display: grid;
  gap: 20px;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--tlmm-ink);
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  font-family: var(--tlmm-font-body);
  font-size: 0.95rem;
  color: var(--tlmm-ink);
  background: #f8fafc;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.comment-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus {
  outline: none;
  border-color: var(--tlmm-blue);
  background: var(--tlmm-white);
  box-shadow: 0 0 0 3px rgba(93, 173, 226, 0.15);
}

.comment-form .submit {
  display: inline-block;
  background: var(--tlmm-green-deep);
  color: var(--tlmm-white) !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 28px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease;
  align-self: start;
}

.comment-form .submit:hover {
  background: var(--tlmm-green);
  transform: translateY(-2px);
}

/* Team Section & Card Styling */
.tlmm-team-grid {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .tlmm-team-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 900px) {
  .tlmm-team-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .tlmm-team-grid {
    grid-template-columns: 1fr !important;
  }
}

.tlmm-team-card {
  background: var(--tlmm-white);
  border-radius: var(--tlmm-radius);
  border: 1px solid rgba(22, 49, 72, 0.06);
  box-shadow: var(--tlmm-shadow-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 !important; /* Let image be full width */
  transition: all 0.3s ease;
}

.tlmm-team-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--tlmm-shadow);
  border-color: rgba(60, 179, 113, 0.25);
}

.tlmm-team-media {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--tlmm-mist);
  position: relative;
}

.tlmm-team-media img.tlmm-team-avatar {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
  transition: transform 0.4s ease;
}

.tlmm-team-card:hover .tlmm-team-media img.tlmm-team-avatar {
  transform: scale(1.05);
}

.tlmm-team-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tlmm-team-info h3 {
  font-family: var(--tlmm-font-heading);
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0 0 4px;
  color: var(--tlmm-ink);
}

.tlmm-team-role {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--tlmm-green-deep);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  display: block;
}

.tlmm-team-info p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--tlmm-ink-soft);
  margin: 0;
}

/* Team Card Social Links */
.tlmm-team-socials {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.tlmm-social-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tlmm-ink-soft);
  background: var(--tlmm-mist);
  transition: all 0.25s ease;
}

.tlmm-social-link:hover {
  color: var(--tlmm-white) !important;
}

.tlmm-social-link.ln:hover {
  background: #0077b5;
}

.tlmm-social-link.tw:hover {
  background: #1da1f2;
}

.tlmm-social-link.em:hover {
  background: var(--tlmm-green-deep);
}

/* Read Bio Button */
.tlmm-team-bio-btn {
  background: none;
  border: none;
  padding: 0;
  margin-top: 15px;
  color: var(--tlmm-green-deep);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
  align-self: flex-start;
}

.tlmm-team-bio-btn:hover {
  color: var(--tlmm-green);
  gap: 10px;
}

/* Biography Responsive Modal */
.tlmm-bio-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.tlmm-bio-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.tlmm-bio-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 32, 48, 0.6);
  backdrop-filter: blur(4px);
}

.tlmm-bio-modal-container {
  position: relative;
  background: var(--tlmm-white);
  width: 90%;
  max-width: 820px;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 2;
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tlmm-bio-modal.active .tlmm-bio-modal-container {
  transform: scale(1);
}

.tlmm-bio-modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: var(--tlmm-mist);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--tlmm-ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.tlmm-bio-modal-close:hover {
  background: rgba(22, 49, 72, 0.1);
  transform: rotate(90deg);
}

.tlmm-bio-modal-content {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 400px;
}

.tlmm-bio-modal-left {
  background: #f8fafc;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(22, 49, 72, 0.06);
}

.tlmm-bio-modal-img-shell {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--tlmm-white);
  box-shadow: var(--tlmm-shadow-soft);
  margin-bottom: 24px;
}

.tlmm-bio-modal-img-shell img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
}

.tlmm-bio-modal-socials {
  display: flex;
  gap: 12px;
}

.tlmm-bio-modal-socials .tlmm-social-link {
  width: 38px;
  height: 38px;
}

.tlmm-bio-modal-right {
  padding: 50px;
  overflow-y: auto;
  max-height: 80vh;
}

.tlmm-bio-modal-right h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--tlmm-ink);
  margin: 0 0 6px;
}

.tlmm-bio-modal-right .tlmm-team-role {
  margin-bottom: 20px;
}

.tlmm-bio-text {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--tlmm-ink-soft);
}

.tlmm-bio-text p {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .tlmm-bio-modal-content {
    grid-template-columns: 1fr;
  }
  .tlmm-bio-modal-left {
    padding: 40px 20px 24px;
    border-right: none;
    border-bottom: 1px solid rgba(22, 49, 72, 0.06);
  }
  .tlmm-bio-modal-right {
    padding: 30px;
    max-height: 50vh;
  }
}

/* ================================================
   PAGE CONTENT — Generic pages via page.php
   ================================================ */
.tlmm-page-section {
  padding: 70px 0 100px;
  background: #f4f8fb;
}

.tlmm-page-content {
  /* nothing here — let shortcodes control layout */
}

/* Prose headings inside generic page content */
.tlmm-page-content h1,
.tlmm-page-content h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 800;
  color: var(--tlmm-ink);
  margin: 0 0 12px;
}

.tlmm-page-content > h2:first-child {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}

.tlmm-page-content > p:first-of-type {
  font-size: 1.1rem;
  color: var(--tlmm-ink-soft);
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 700px;
}

/* Section divider between Programs and Events */
.tlmm-page-content h2 + h2,
.tlmm-page-content .tlmm-card-grid + h2 {
  margin-top: 72px;
  padding-top: 60px;
  border-top: 1px solid rgba(22, 49, 72, 0.08);
}

/* ================================================
   PROGRAMS GRID — [tlmm_programs] shortcode
   ================================================ */
.tlmm-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 0;
}

.tlmm-info-card {
  background: var(--tlmm-white);
  border-radius: 24px;
  padding: 36px 32px;
  border: 1px solid rgba(22, 49, 72, 0.07);
  box-shadow: 0 2px 12px rgba(22, 49, 72, 0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}

.tlmm-info-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--tlmm-green), var(--tlmm-green-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.tlmm-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(22, 49, 72, 0.12);
  border-color: rgba(60, 179, 113, 0.2);
}

.tlmm-info-card:hover::after {
  transform: scaleX(1);
}

.tlmm-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(60, 179, 113, 0.12), rgba(22, 120, 70, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tlmm-green);
  flex-shrink: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}

.tlmm-info-card:hover .tlmm-card-icon {
  background: linear-gradient(135deg, var(--tlmm-green), var(--tlmm-green-deep));
  color: #fff;
  transform: scale(1.08);
}

.tlmm-info-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--tlmm-ink);
  margin: 0;
  line-height: 1.35;
}

.tlmm-info-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--tlmm-ink-soft);
  margin: 0;
}

@media (max-width: 1024px) {
  .tlmm-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tlmm-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .tlmm-info-card {
    padding: 28px 24px;
  }
}

/* ================================================
   UPGRADED FORM STYLES — all pages
   ================================================ */
.tlmm-form {
  padding: 48px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 4px 24px rgba(22, 49, 72, 0.07);
  border: 1px solid rgba(22, 49, 72, 0.07);
  margin-top: 48px;
}

.tlmm-form h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--tlmm-ink);
  margin: 0 0 6px;
}

.tlmm-form > p:first-of-type {
  color: var(--tlmm-ink-soft);
  margin-bottom: 28px;
}

.tlmm-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.tlmm-form input,
.tlmm-form textarea,
.tlmm-form select {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  border: 1.5px solid rgba(22, 49, 72, 0.12);
  border-radius: 14px;
  color: var(--tlmm-ink);
  font: inherit;
  font-size: 0.97rem;
  background: #f9fbfd;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  outline: none;
}

.tlmm-form input:focus,
.tlmm-form textarea:focus,
.tlmm-form select:focus {
  border-color: var(--tlmm-green);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(60, 179, 113, 0.1);
}

.tlmm-form input::placeholder,
.tlmm-form textarea::placeholder {
  color: #9aacba;
}

.tlmm-form textarea {
  margin-top: 0;
  resize: vertical;
  min-height: 140px;
}

.tlmm-form button[type="submit"] {
  margin-top: 20px;
  cursor: pointer;
  padding: 0 36px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

@media (max-width: 680px) {
  .tlmm-form {
    padding: 28px 20px;
  }
  .tlmm-form-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================
   CONTACT CARDS — icons + improved layout
   ================================================ */
.tlmm-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

.tlmm-contact-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px 28px;
  border: 1px solid rgba(22, 49, 72, 0.07);
  box-shadow: 0 2px 16px rgba(22, 49, 72, 0.06);
  text-align: center;
  transition: all 0.3s ease;
}

.tlmm-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(22, 49, 72, 0.1);
  border-color: rgba(60, 179, 113, 0.2);
}

.tlmm-contact-card h3 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--tlmm-green-deep);
  margin: 0 0 10px;
}

.tlmm-contact-card p,
.tlmm-contact-card a {
  font-size: 0.97rem;
  color: var(--tlmm-ink);
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

.tlmm-contact-card a:hover {
  color: var(--tlmm-green);
}

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

@media (max-width: 500px) {
  .tlmm-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================
   DONATION CARDS
   ================================================ */
.tlmm-donation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 0;
}

.tlmm-donation-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 36px;
  border: 1px solid rgba(22, 49, 72, 0.07);
  box-shadow: 0 2px 16px rgba(22, 49, 72, 0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tlmm-donation-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tlmm-green), var(--tlmm-green-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.tlmm-donation-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(22, 49, 72, 0.11);
  border-color: rgba(60, 179, 113, 0.2);
}

.tlmm-donation-card:hover::before {
  transform: scaleX(1);
}

.tlmm-donation-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--tlmm-ink);
  margin: 0;
}

.tlmm-donation-card p {
  font-size: 0.97rem;
  color: var(--tlmm-ink-soft);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 700px) {
  .tlmm-donation-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================
   PAGE CONTENT PROSE — h2/h3/ul/li for all pages
   ================================================ */
.tlmm-page-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--tlmm-ink);
  margin: 48px 0 16px;
}

.tlmm-page-content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0;
  list-style: none;
  margin-bottom: 48px;
}

.tlmm-page-content ul li {
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px 18px 52px;
  border: 1px solid rgba(22, 49, 72, 0.07);
  box-shadow: 0 2px 10px rgba(22, 49, 72, 0.05);
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--tlmm-ink);
  position: relative;
  transition: all 0.25s ease;
}

.tlmm-page-content ul li::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(60, 179, 113, 0.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232e8b57' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.tlmm-page-content ul li:hover {
  transform: translateY(-2px);
  border-color: rgba(60, 179, 113, 0.25);
  box-shadow: 0 6px 20px rgba(22, 49, 72, 0.08);
}

@media (max-width: 900px) {
  .tlmm-page-content ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .tlmm-page-content ul {
    grid-template-columns: 1fr;
  }
}

/* ================================================
   GALLERY PAGE
   ================================================ */
.tlmm-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tlmm-gallery-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(22, 49, 72, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: block;
}

.tlmm-gallery-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 16px 48px rgba(22, 49, 72, 0.14);
}

/* Gallery empty state */
.tlmm-page-content > p:only-of-type {
  font-size: 1.05rem;
  color: var(--tlmm-ink-soft);
  line-height: 1.7;
  max-width: 640px;
}

@media (max-width: 900px) {
  .tlmm-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .tlmm-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================
   PAGE HERO — consistent across all pages
   ================================================ */
.tlmm-page-hero {
  background: linear-gradient(135deg, #eef5fb 0%, #f4f8fb 60%, #eaf4ee 100%);
  padding: 72px 0 60px;
  border-bottom: 1px solid rgba(22, 49, 72, 0.06);
}

.tlmm-page-hero h1 {
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 900;
  color: var(--tlmm-ink);
  margin: 8px 0 0;
  line-height: 1.1;
}

.tlmm-page-hero .tlmm-eyebrow {
  margin-bottom: 10px;
}

/* ================================================
   IMAGE HERO — pages with background photo
   ================================================ */
.tlmm-page-hero-img {
  background-color: var(--tlmm-ink) !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  position: relative;
  padding: 120px 0 100px;
}

.tlmm-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(14, 36, 54, 0.78) 0%,
    rgba(22, 80, 52, 0.6) 100%
  );
  z-index: 0;
}

.tlmm-page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.tlmm-page-hero-img h1 {
  color: #fff !important;
  font-size: clamp(2.4rem, 5vw, 4rem) !important;
  font-weight: 900 !important;
  margin: 8px 0 20px !important;
  line-height: 1.1 !important;
  text-shadow: 0 3px 16px rgba(0,0,0,0.35) !important;
}

.tlmm-page-hero-img .tlmm-eyebrow {
  color: rgba(255,255,255,0.9) !important;
  border-color: rgba(255,255,255,0.5) !important;
  margin-bottom: 12px !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

.tlmm-hero-sub {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  margin: 0 0 32px;
  max-width: 580px;
}

.tlmm-page-hero-img .tlmm-button {
  background: #fff;
  color: var(--tlmm-green-deep);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.tlmm-page-hero-img .tlmm-button:hover {
  background: var(--tlmm-green);
  color: #fff;
}

/* ================================================
   GALLERY ITEM LINKS — hover overlay
   ================================================ */
.tlmm-gallery-item {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.tlmm-gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(14, 36, 54, 0);
  transition: background 0.3s ease;
}

.tlmm-gallery-item:hover::after {
  background: rgba(14, 36, 54, 0.3);
}

.tlmm-gallery-item img {
  border-radius: 0;
  box-shadow: none;
}

/* ================================================
   GALLERY EMPTY STATE
   ================================================ */
.tlmm-gallery-empty {
  text-align: center;
  padding: 80px 40px;
  background: #fff;
  border-radius: 28px;
  border: 2px dashed rgba(22, 49, 72, 0.12);
}

.tlmm-gallery-empty-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(60, 179, 113, 0.1);
  color: var(--tlmm-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.tlmm-gallery-empty h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--tlmm-ink);
  margin: 0 0 12px;
}

.tlmm-gallery-empty p {
  font-size: 1rem;
  color: var(--tlmm-ink-soft);
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.65;
}

/* Gallery upload hint for admins */
.tlmm-gallery-upload-hint {
  text-align: center;
  margin-top: 36px;
  font-size: 0.9rem;
  color: var(--tlmm-ink-soft);
}

.tlmm-gallery-upload-hint a {
  color: var(--tlmm-green-deep);
  font-weight: 700;
  text-decoration: none;
}

.tlmm-gallery-upload-hint a:hover {
  color: var(--tlmm-green);
}

/* Ensure gallery images all have consistent height */
.tlmm-media-gallery .tlmm-gallery-item img,
.tlmm-media-gallery > div img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
