.elementor-54095 .elementor-element.elementor-element-7231e12 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS *//* ==============================================
   GELATIN LABSESSIONS — LANDING PAGE CSS
   Add to Elementor via: Custom CSS widget or
   Appearance → Customize → Additional CSS.
   Requires Google Fonts: Lexend (400-700) & Nunito (700-900)
   Font link (add via Elementor → Custom Code → <head>):
   <link href="https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&family=Nunito:wght@700;800;900&display=swap" rel="stylesheet">
   ============================================== */

/* ===== SCOPED RESET ===== */
.gl-ls *, .gl-ls *::before, .gl-ls *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Headings, buttons, badges, bold UI */
body .gl-ls h1,
body .gl-ls h2,
body .gl-ls h3,
body .gl-ls .gl-ls-btn,
body .gl-ls .gl-ls-category-tag,
body .gl-ls .gl-ls-launch-badge,
body .gl-ls .gl-ls-type-label,
body .gl-ls .gl-ls-pill,
body .gl-ls .gl-ls-session-card-tag,
body .gl-ls .gl-ls-hiw-num,
body .gl-ls .gl-ls-featured-meta-value,
body .gl-ls .gl-ls-featured-price-original,
body .gl-ls .gl-ls-hero-badge,
body .gl-ls .gl-ls-featured-status,
body .gl-ls .gl-ls-session-status,
body .gl-ls .gl-ls-featured-partners-label,
body .gl-ls .gl-ls-location-partners-label,
body .gl-ls .gl-ls-featured-meta-label,
body .gl-ls .gl-ls-location-card h3 {
  font-family: 'korolev-rounded', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Body text, descriptions, lighter weight content */
body .gl-ls,
body .gl-ls p,
body .gl-ls span,
body .gl-ls .gl-ls-hero-sub,
body .gl-ls .gl-ls-what-intro,
body .gl-ls .gl-ls-featured-desc,
body .gl-ls .gl-ls-session-desc,
body .gl-ls .gl-ls-belief p,
body .gl-ls .gl-ls-hiw-step p,
body .gl-ls .gl-ls-location-text p,
body .gl-ls .gl-ls-location-detail,
body .gl-ls .gl-ls-type-details,
body .gl-ls .gl-ls-session-meta,
body .gl-ls .gl-ls-included-item,
body .gl-ls .gl-ls-lineup-subtitle {
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body .gl-ls-hiw-step h3 {
  color: #1a1a1a !important;
}

body .gl-ls-hiw-step p {
  color: #606060 !important;
}

body .gl-ls-belief strong {
  color: #1a1a1a !important;
}

body .gl-ls-belief p {
  color: #606060 !important;
}

body .gl-ls-what-intro {
  color: #1a1a1a !important;
}

body .gl-ls-included-item {
  color: #606060 !important;
}

html {
  scroll-behavior: smooth;
}

/* ===== ROOT VARIABLES & BASE ===== */
.gl-ls {
  --lab-green: #00D26A;
  --lab-green-dark: #00b85d;
  --lab-green-light: #E8F8EF;
  --lab-green-glow: rgba(0, 210, 106, 0.12);
  --golden-hour: #fdce31;
  --light-gold: #feebad;
  --shadow: #202020;
  --light-shadow: #606060;
  --fog: #f5f5f5;
  --white: #ffffff;
  --near-black: #1a1a1a;
  --light-green: #bce3cb;
  --light-pink: #f1d6d0;
  --light-blue: #c0e2ff;

  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--near-black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

/* ===== LAYOUT ===== */
.gl-ls-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.gl-ls section {
  padding: 72px 0;
}

/* ===== TYPOGRAPHY ===== */
.gl-ls h1, .gl-ls h2, .gl-ls h3 {
  font-family: 'Nunito', 'Lexend', sans-serif;
  line-height: 1.2;
}

.gl-ls h1 {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3rem);
}

.gl-ls h2 {
  font-weight: 800;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  margin-bottom: 16px;
}

.gl-ls h3 {
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.gl-ls p {
  margin-bottom: 12px;
}

.gl-ls .text-muted {
  color: var(--light-shadow);
}

.gl-ls .text-green {
  color: var(--lab-green);
}

.gl-ls .text-center {
  text-align: center;
}

/* ===== HERO ===== */
.gl-ls-hero {
  background: var(--shadow);
  color: var(--white);
  padding: 96px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gl-ls-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--lab-green-glow) 0%, transparent 70%);
  pointer-events: none;
}

.gl-ls-hero-badge {
  display: inline-block;
  background: var(--lab-green);
  color: var(--white);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.gl-ls-hero h1 {
  margin-bottom: 20px;
}

.gl-ls-hero-logo {
  height: clamp(48px, 8vw, 72px);
  display: block;
  margin: 0 auto;
}

.gl-ls-hero h1 {
  color: var(--white);
  margin-bottom: 20px;
}

.gl-ls-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.gl-ls-hero-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}

.gl-ls-hero-location svg {
  width: 16px;
  height: 16px;
  fill: var(--lab-green);
}

/* ===== LEARN BY DOING ===== */
.gl-ls-what {
  background: var(--white);
}

.gl-ls-what-logo {
  height: 40px;
  margin-bottom: 16px;
}

.gl-ls-what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 40px;
}

.gl-ls-what-intro {
  font-size: 1.05rem;
  max-width: 680px;
}

.gl-ls-belief {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
}

.gl-ls-belief-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--lab-green-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gl-ls-belief-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--lab-green);
}

.gl-ls-belief strong {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}

.gl-ls-belief p {
  font-size: 0.92rem;
  color: var(--light-shadow);
  margin: 0;
}

/* ===== FEATURED SESSION (Photo Journaling) ===== */
.gl-ls-featured {
  background: var(--near-black);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.gl-ls-featured-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.gl-ls-featured-content {
  position: relative;
  z-index: 1;
}

.gl-ls-featured-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.gl-ls-category-tag {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 6px;
}

.gl-ls-tag--getting-started {
  background: var(--lab-green);
  color: var(--white);
}

.gl-ls-tag--process {
  background: var(--golden-hour);
  color: var(--near-black);
}

.gl-ls-tag--review {
  background: var(--light-pink);
  color: var(--near-black);
}

.gl-ls-tag--next-steps {
  background: var(--light-blue);
  color: var(--near-black);
}

.gl-ls-tag--workshop {
  background: rgba(255,255,255,0.12);
  color: var(--white);
}

.gl-ls-featured-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lab-green);
  margin-bottom: 12px;
}

.gl-ls-featured-status::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--lab-green);
  border-radius: 50%;
  animation: gl-ls-pulse 2s ease-in-out infinite;
}

@keyframes gl-ls-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.gl-ls-featured h2 {
  color: var(--white);
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  margin-bottom: 16px;
}

.gl-ls-featured-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-bottom: 24px;
}

.gl-ls-featured-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.gl-ls-featured-meta-item {
  display: flex;
  flex-direction: column;
}

.gl-ls-featured-meta-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 4px;
}

.gl-ls-featured-meta-value {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--white);
}

.gl-ls-featured-meta-value--green {
  color: var(--lab-green);
}

.gl-ls-featured-price-original {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.35);
  text-decoration: line-through;
  margin-right: 6px;
}

.gl-ls-featured-price-row {
  display: flex;
  align-items: baseline;
  gap: 0;
}

.gl-ls-launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--lab-green);
  color: var(--white);
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 6px;
  margin-top: 6px;
}

.gl-ls-launch-badge::before {
  content: '\2605';
  font-size: 0.7rem;
}

.gl-ls-featured-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.gl-ls-featured-partners {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.gl-ls-featured-partners-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}

.gl-ls-partner-logos {
  display: flex;
  align-items: center;
  gap: 32px;
}

.gl-ls-partner-logo {
  height: 32px;
  opacity: 0.5;
  filter: brightness(0) invert(1);
  transition: opacity 0.2s;
}

.gl-ls-partner-logo:hover {
  opacity: 0.8;
}

.gl-ls-featured-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gl-ls-featured-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  max-height: 520px;
  object-fit: contain;
}

/* ===== SESSION TYPES ===== */
.gl-ls-types {
  background: var(--fog);
}

.gl-ls-types-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.gl-ls-type-card {
  background: var(--white);
  border-radius: 16px;
  padding: 36px 32px;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.gl-ls-type-card:hover {
  border-color: var(--lab-green);
}

.gl-ls-type-label {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
}

.gl-ls-type-label--workshop {
  background: var(--lab-green);
  color: var(--white);
}

.gl-ls-type-label--talk {
  background: var(--shadow);
  color: var(--white);
}

.gl-ls-type-card h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.gl-ls-type-details {
  list-style: none;
  padding: 0;
}

.gl-ls-type-details li {
  padding: 8px 0;
  border-bottom: 1px solid var(--fog);
  font-size: 0.92rem;
  display: flex;
  justify-content: space-between;
}

.gl-ls-type-details li:last-child {
  border-bottom: none;
}

.gl-ls-type-details .detail-label {
  color: var(--light-shadow);
}

.gl-ls-type-details .detail-value {
  font-weight: 600;
}

/* ===== SESSIONS LINEUP ===== */
.gl-ls-lineup {
  background: var(--white);
}

.gl-ls-lineup-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}

.gl-ls-lineup-subtitle {
  color: var(--light-shadow);
  font-size: 1.05rem;
  margin-bottom: 32px;
  max-width: 560px;
}

/* Category filter pills */
.gl-ls-category-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.gl-ls-pill {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1.5px solid var(--fog);
  background: var(--white);
  color: var(--light-shadow);
  cursor: default;
  transition: all 0.2s;
}

.gl-ls-pill--getting-started { border-color: var(--lab-green); color: var(--lab-green); background: var(--lab-green-light); }
.gl-ls-pill--process { border-color: var(--golden-hour); color: #9c6f00; background: var(--light-gold); }
.gl-ls-pill--review { border-color: var(--light-pink); color: #b05d5d; background: #fdf0ed; }
.gl-ls-pill--next-steps { border-color: var(--light-blue); color: #126eb2; background: #edf5ff; }

.gl-ls-session-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.gl-ls-session-card {
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
}

.gl-ls-session-card:hover {
  transform: translateY(-2px);
}

.gl-ls-session-card--soon {
  background: var(--fog);
  color: var(--near-black);
}

.gl-ls-session-card-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.gl-ls-session-card-tag {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
}

.gl-ls-session-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.gl-ls-session-status--coming {
  color: var(--light-shadow);
}

.gl-ls-session-card h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.gl-ls-session-desc {
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.gl-ls-session-card--soon .gl-ls-session-desc {
  color: var(--light-shadow);
}

.gl-ls-session-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 500;
}

.gl-ls-session-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.gl-ls-session-card--soon .gl-ls-session-meta {
  color: var(--light-shadow);
}

body .gl-ls-types h2,
body .gl-ls-what h2,
body .gl-ls-lineup h2,
body .gl-ls-hiw h2 {
  color: #1a1a1a !important;
}

body .gl-ls-types,
body .gl-ls-what,
body .gl-ls-lineup,
body .gl-ls-hiw {
  color: #1a1a1a !important;
}

body .gl-ls-session-card h3,
body .gl-ls-session-card .gl-ls-session-desc,
body .gl-ls-session-card .gl-ls-session-status,
body .gl-ls-session-card .gl-ls-session-meta {
  color: #1a1a1a !important;
}

body .gl-ls-session-card--soon .gl-ls-session-desc,
body .gl-ls-session-card--soon .gl-ls-session-meta,
body .gl-ls-session-status--coming {
  color: #606060 !important;
}

body .gl-ls-type-card h3,
body .gl-ls-type-card p,
body .gl-ls-type-details .detail-label {
  color: #1a1a1a !important;
}

body .gl-ls-type-details .detail-label {
  color: #606060 !important;
}

/* ===== CTA BUTTON ===== */
.gl-ls-btn {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 12px;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}

.gl-ls-btn--primary {
  background: var(--lab-green);
  color: var(--white);
}

.gl-ls-btn--primary:hover {
  background: var(--lab-green-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 210, 106, 0.3);
}

.gl-ls-btn--outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.3);
}

.gl-ls-btn--outline:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.06);
}

.gl-ls-btn--dark {
  background: var(--shadow);
  color: var(--white);
}

.gl-ls-btn--dark:hover {
  background: var(--near-black);
}

/* ===== HOW IT WORKS ===== */
.gl-ls-hiw {
  background: var(--fog);
}

.gl-ls-hiw-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.gl-ls-hiw-step {
  background: var(--white);
  border-radius: 16px;
  padding: 28px 26px;
  position: relative;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.gl-ls-hiw-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--lab-green-light);
  color: var(--lab-green);
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gl-ls-hiw-step--active .gl-ls-hiw-num {
  background: var(--lab-green);
  color: var(--white);
}

.gl-ls-hiw-step h3 {
  margin-bottom: 4px;
}

.gl-ls-hiw-step p {
  font-size: 0.88rem;
  color: var(--light-shadow);
  margin: 0;
  line-height: 1.55;
}

.gl-ls-included {
  margin-top: 40px;
  text-align: center;
}

.gl-ls-included-items {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.gl-ls-included-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--light-shadow);
}

.gl-ls-included-item span:first-child {
  font-size: 1.2rem;
}

/* ===== LOCATION ===== */
.gl-ls-location {
  background: var(--shadow);
  color: var(--white);
}

.gl-ls-location h2 {
  color: var(--white);
}

.gl-ls-location-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.gl-ls-location-photo {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 24px;
  object-fit: cover;
  max-height: 280px;
}

.gl-ls-location-text p {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  line-height: 1.7;
}

.gl-ls-location-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 32px;
}

.gl-ls-location-card h3 {
  color: var(--lab-green);
  font-size: 1rem;
  margin-bottom: 16px;
}

.gl-ls-location-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.7);
}

.gl-ls-location-detail svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  fill: var(--lab-green);
  margin-top: 2px;
}

.gl-ls-location-partners {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.gl-ls-location-partners-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.3);
  margin-bottom: 12px;
}

.gl-ls-location-partner-logos {
  display: flex;
  align-items: center;
  gap: 28px;
}

.gl-ls-location-partner-logo {
  height: 20px;
  opacity: 0.45;
  filter: brightness(0) invert(1);
  transition: opacity 0.2s;
}

.gl-ls-location-partner-logo:hover {
  opacity: 0.7;
}

body .gl-ls-hero-logo {
  height: clamp(48px, 8vw, 72px) !important;
  max-height: 72px !important;
  width: auto !important;
}

body .gl-ls-partner-logo {
  height: 32px !important;
  max-height: 32px !important;
  width: auto !important;
}

body .gl-ls-partner-logo[alt*="Old Friend"] {
  height: 48px !important;
  max-height: 48px !important;
}

body .gl-ls-location-partner-logo {
  height: 20px !important;
  max-height: 20px !important;
  width: auto !important;
}

body .gl-ls-location-partner-logo[alt*="Old Friend"] {
  height: 36px !important;
  max-height: 36px !important;
}

/* ===== FINAL CTA ===== */
.gl-ls-final-cta {
  background: var(--lab-green);
  color: var(--white);
  text-align: center;
  padding: 80px 0;
}

.gl-ls-final-cta h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin-bottom: 12px;
}

.gl-ls-final-cta p {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  margin-bottom: 32px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .gl-ls section {
    padding: 56px 0;
  }

  .gl-ls-what-grid,
  .gl-ls-types-grid,
  .gl-ls-hiw-steps,
  .gl-ls-location-inner,
  .gl-ls-featured-inner {
    grid-template-columns: 1fr;
  }

  .gl-ls-featured-inner {
    gap: 40px;
  }

  .gl-ls-featured-image {
    order: -1;
  }

  .gl-ls-session-grid {
    grid-template-columns: 1fr;
  }

  .gl-ls-hero {
    padding: 64px 0 56px;
  }

  .gl-ls-type-card,
  .gl-ls-session-card {
    padding: 28px 24px;
  }
}

@media (max-width: 480px) {
  .gl-ls-container {
    padding: 0 16px;
  }

  .gl-ls-btn {
    width: 100%;
    text-align: center;
  }

  .gl-ls-featured-cta-row {
    flex-direction: column;
  }

  .gl-ls-featured-meta {
    gap: 16px;
  }
}/* End custom CSS */