.elementor-525 .elementor-element.elementor-element-1010b364 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-525 .elementor-element.elementor-element-1010b364{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:120px 0px 120px 0px;}.elementor-525 .elementor-element.elementor-element-1010b364 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-525 .elementor-element.elementor-element-aa6dc35 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-525 .elementor-element.elementor-element-42c39e07 > .elementor-container{max-width:800px;}.elementor-525 .elementor-element.elementor-element-70d5d05 .jeg-elementor-kit.jkit-heading{text-align:center;}.elementor-525 .elementor-element.elementor-element-70d5d05 .jeg-elementor-kit.jkit-heading .heading-title{-webkit-box-decoration-break:clone;box-decoration-break:clone;display:inline;font-family:var( --e-global-typography-cbeba72-font-family ), Sans-serif;font-size:var( --e-global-typography-cbeba72-font-size );font-weight:var( --e-global-typography-cbeba72-font-weight );line-height:var( --e-global-typography-cbeba72-line-height );}.elementor-525 .elementor-element.elementor-element-70d5d05 .jeg-elementor-kit.jkit-heading .heading-section-title{margin:0px 0px 0px 0px;}.elementor-525 .elementor-element.elementor-element-70d5d05 .jeg-elementor-kit.jkit-heading .heading-title > span{color:var( --e-global-color-accent );}.elementor-525 .elementor-element.elementor-element-425b352{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:start;font-family:"Poppins", Sans-serif;font-size:18px;color:#000000;}.elementor-525 .elementor-element.elementor-element-e200e88 .elementor-button{background-color:transparent;fill:#FFFFFF;color:#FFFFFF;background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-accent ) 100%);border-radius:20px 20px 20px 20px;padding:10px 20px 10px 20px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-525 .elementor-element.elementor-element-1010b364{padding:80px 10px 40px 10px;}.elementor-525 .elementor-element.elementor-element-70d5d05 .jeg-elementor-kit.jkit-heading .heading-title{font-size:var( --e-global-typography-cbeba72-font-size );line-height:var( --e-global-typography-cbeba72-line-height );}}@media(max-width:767px){.elementor-525 .elementor-element.elementor-element-1010b364{padding:40px 10px 20px 10px;}.elementor-525 .elementor-element.elementor-element-70d5d05 .jeg-elementor-kit.jkit-heading .heading-title{font-size:var( --e-global-typography-cbeba72-font-size );line-height:var( --e-global-typography-cbeba72-line-height );}}/* Start custom CSS for html, class: .elementor-element-98ff22b *//* Wrapper */
.yoga-schedule {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
  color: #111;
}

/* Titolo */
.schedule-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.schedule-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #e83e8c;
  margin-top: 12px;
  border-radius: 4px;
}

/* Tabella */
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

/* Header */
.schedule-table thead th {
  text-align: left;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #777;
  padding: 16px 12px;
  border-bottom: 1px solid #eee;
}

/* Righe */
.schedule-table tbody tr {
  transition: background 0.3s ease;
}

.schedule-table tbody tr:hover {
  background: #fafafa;
}

/* Celle */
.schedule-table td {
  padding: 18px 12px;
  font-size: 1rem;
  border-bottom: 1px solid #f0f0f0;
}

/* Giorno */
.schedule-table td:first-child {
  font-weight: 600;
  color: #e83e8c;
}

/* Orario */
.schedule-table td:nth-child(2) {
  color: #444;
}

/* Lezione */
.schedule-table td:last-child {
  font-weight: 500;
}

@media (max-width: 1024px) {

  /* struttura a card */
  .yoga-schedule .schedule-table thead { display: none !important; }

  .yoga-schedule .schedule-table,
  .yoga-schedule .schedule-table tbody,
  .yoga-schedule .schedule-table tr,
  .yoga-schedule .schedule-table td {
    display: block !important;
    width: 100% !important;
  }

  /* card */
  .yoga-schedule .schedule-table tr {
    background: #fff !important;
    border-radius: 20px;
    padding: 22px;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    overflow: hidden;
  }

  /* KILL totale “sfondi interni” del tema */
  .yoga-schedule .schedule-table td {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 14px 0;
  }
  .yoga-schedule .schedule-table td * {
    background: transparent !important;
  }

  /* label: le scriviamo noi (niente data-label) */
  .yoga-schedule .schedule-table td::before {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #a7a7a7;
    margin-bottom: 6px;
    background: transparent !important;
    padding: 0 !important;
  }
  .yoga-schedule .schedule-table td:nth-child(1)::before { content: "Giorno"; }
  .yoga-schedule .schedule-table td:nth-child(2)::before { content: "Orario"; }
  .yoga-schedule .schedule-table td:nth-child(3)::before { content: "Lezione"; }

  /* valori */
  .yoga-schedule .schedule-table td:nth-child(1) {
    color: #e83e8c;
    font-weight: 650;
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .yoga-schedule .schedule-table td:nth-child(2) {
    color: #222;
    font-size: 1.02rem;
  }
  .yoga-schedule .schedule-table td:nth-child(3) {
    color: #111;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0;
  }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-e200e88 */.btn a {
    text-decoration: none!important;
}/* End custom CSS */