/* Plugin UI isolation */
.cll-ui,
.cll-ui * {
    box-sizing: border-box;
}

.cll-plugin * {
    hyphens: none;
    -webkit-hyphens: none;
    word-break: normal;
}

.cll-ui a,
.cll-ui button,
.cll-ui input,
.cll-ui textarea,
.cll-ui select {
    font: inherit;
}

.cll-series-shell,
.cll-teacher-archive__shell,
.cll-class-page__shell,
.cll-series-index__shell,
.cll-classes-shortcode__shell,
.cll-plugin {
    --cll-accent: #2563EB;
    --cll-accent-rgb: 37, 99, 235;
    --cll-accent-soft: #93C5FD;
    --cll-accent-border: #BFDBFE;
    --cll-accent-bg: #EFF6FF;
    --cll-accent-hover-bg: #F8FBFF;
    --cll-accent-dark: #1A3A6B;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Heading system */
.cll-ui h1.cll-h1,
.cll-ui .cll-h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
}

.cll-ui h2.cll-h2,
.cll-ui .cll-h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 10px;
}

.cll-ui h3.cll-h3,
.cll-ui .cll-h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 10px;
}

.cll-ui h4.cll-h4,
.cll-ui .cll-h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
}

.cll-ui h5.cll-h5,
.cll-ui .cll-h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 10px;
}

.cll-ui h6.cll-h6,
.cll-ui .cll-h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 10px;
}

/* Sermon metadata */
.cll-ui .cll-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.cll-ui .cll-meta-sep {
    color: #e2e8f0;
    font-size: 13px;
}

.cll-ui .cll-meta-passage {
    font-size: 13px;
    font-weight: 400;
    color: #374151;
}

.cll-ui a.cll-meta-series,
.cll-ui .cll-meta-series {
    font-size: 13px;
    font-weight: 400;
    color: var(--cll-accent);
    text-decoration: none;
}

.cll-ui .cll-meta-series:hover {
    text-decoration: underline;
}

.cll-ui a.cll-meta-preacher,
.cll-ui .cll-meta-preacher {
    font-size: 13px;
    font-weight: 400;
    color: var(--cll-accent);
    text-decoration: none;
}

.cll-ui .cll-meta-preacher:hover {
    text-decoration: underline;
}

.cll-ui .cll-meta-date {
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
}

.cll-ui .cll-meta-topic {
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

.cll-ui .cll-meta.compact .cll-meta-passage,
.cll-ui .cll-meta.compact .cll-meta-sep,
.cll-ui .cll-meta.compact .cll-meta-series,
.cll-ui .cll-meta.compact .cll-meta-preacher,
.cll-ui .cll-meta.compact .cll-meta-date,
.cll-ui .cll-meta.compact .cll-meta-topic {
    font-size: 12px;
}

.cll-classes-shortcode {
    padding: 0 1rem;
}

.cll-classes-shortcode__header {
    margin-bottom: 1rem;
}

.cll-classes-shortcode__header > .cll-h2 {
    margin: 0;
    color: #111;
}

.cll-classes-shortcode__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.cll-classes-shortcode__card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 1.25rem 1.4rem;
    transition: border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.cll-classes-shortcode__card:hover {
    border-color: var(--cll-accent-border);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(var(--cll-accent-rgb), 0.15);
}

.cll-classes-shortcode__card-title {
    margin: 0 0 0.55rem;
}

.cll-classes-shortcode__card > .cll-h3 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.cll-classes-shortcode__card-link {
    color: var(--cll-text-primary);
    text-decoration: none;
}

.cll-classes-shortcode__card-link:hover {
    color: var(--cll-accent);
    text-decoration: none;
}

.cll-classes-shortcode__meta {
    gap: 5px 7px;
}

.cll-classes-shortcode__meta .cll-meta-passage,
.cll-classes-shortcode__meta .cll-meta-series,
.cll-classes-shortcode__meta .cll-meta-preacher,
.cll-classes-shortcode__meta .cll-meta-date,
.cll-classes-shortcode__meta .cll-meta-sep {
    font-size: 14px;
}

@media (max-width: 900px) {
    .cll-classes-shortcode__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cll-classes-shortcode__grid {
        grid-template-columns: 1fr;
    }
}





/* 
Estilos de subir imagen a una serie
*/

.subir-imagen-serie input {
    width: 100%;
    margin-bottom: 10px;
}

.subir-imagen-serie p {
    margin-top: 10px;
}

.subir-imagen-serie img.image-preview {
    width: 100%;
    margin-top: 20px;
}

.cll-teacher-archive {
    padding: 40px 20px 56px;
    background: transparent;
}

.cll-ui .cll-teacher-hero {
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 1.5rem;
}

.cll-ui .cll-teacher-hero-top {
    background: var(--cll-accent-hover-bg);
    border-bottom: 1px solid #f0f0f0;
    padding: 1.75rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.cll-ui .cll-teacher-hero-top--compact {
    gap: 0;
}

.cll-ui .cll-teacher-hero-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--cll-accent-border);
    background: var(--cll-accent-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cll-ui .cll-teacher-hero-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cll-ui .cll-teacher-hero-initials {
    font-size: 20px;
    font-weight: 600;
    color: var(--cll-accent);
}

.cll-ui .cll-teacher-hero-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.cll-ui .cll-teacher-hero-eyebrow {
    font-size: 11px;
    font-weight: 600;
    color: var(--cll-accent-soft);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

.cll-ui .cll-teacher-hero-name {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
    margin: 0;
}

.cll-ui .cll-teacher-hero-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cll-ui .cll-teacher-hero-role {
    font-size: 13px;
    font-weight: 400;
    color: #777;
}

.cll-ui .cll-teacher-hero-sep {
    font-size: 13px;
    color: #e2e8f0;
}

.cll-ui .cll-teacher-hero-count {
    font-size: 12px;
    font-weight: 400;
    color: var(--cll-accent);
    background-color: var(--cll-accent-bg);
    border-radius: 100px;
    padding: 3px 10px;
    line-height: 1.4;
}

.cll-ui .cll-teacher-hero-bio {
    padding: 1.1rem 1.75rem;
    font-size: 14px;
    color: #777;
    line-height: 1.65;
}

.cll-ui .cll-teacher-hero-bio:empty {
    display: none;
}

.cll-teacher-archive__listing {
    margin-top: 0;
}

.cll-series-page__search {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 16px;
}

.cll-series-page__search input[type="search"] {
    flex: 1 1 260px;
    min-width: 220px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #d6dbe3;
    border-radius: 10px;
    background: #ffffff;
    color: #111111;
}

.cll-series-page__search input[type="search"]::placeholder {
    color: #9aa3af;
}

.cll-series-page__search input[type="search"]:focus {
    outline: none;
    border-color: var(--cll-accent-border);
    box-shadow: 0 0 0 3px rgba(var(--cll-accent-rgb), 0.08);
}

.cll-teacher-archive__listing-header {
    margin-bottom: 14px;
}

.cll-teacher-archive__listing-header > .cll-h2 {
    margin: 0;
    color: #18293f;
}

@media (max-width: 480px) {
    .cll-ui .cll-teacher-hero-top {
        padding: 1.25rem;
        gap: 1rem;
    }

    .cll-ui .cll-teacher-hero-avatar {
        width: 60px;
        height: 60px;
    }

    .cll-ui .cll-teacher-hero-initials {
        font-size: 18px;
    }

    .cll-ui .cll-teacher-hero-name {
        font-size: 20px;
    }

    .cll-ui .cll-teacher-hero-bio {
        padding: 1rem 1.25rem;
    }
}

.cll-teacher-classes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    counter-reset: cll-teacher-card;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(74, 144, 226, 0.12);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: none;
}

.cll-teacher-classes__item {
    counter-increment: cll-teacher-card;
    border-top: 1px solid rgba(74, 144, 226, 0.08);
}

.cll-teacher-classes__item:first-child {
    border-top: 0;
}

.cll-teacher-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 18px 24px;
    background: transparent;
    position: relative;
    z-index: 0;
    transition: background 180ms ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.cll-teacher-card:hover {
    background: rgba(var(--cll-accent-rgb), 0.05);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(var(--cll-accent-rgb), 0.15);
    z-index: 1;
}

.cll-teacher-card__body {
    min-width: 0;
}

.cll-teacher-card::before {
    content: counter(cll-teacher-card, decimal-leading-zero);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #99a8b9;
    font-size: 0.76rem;
    font-weight: 600;
    min-height: 42px;
    padding-right: 12px;
    border-right: 1px solid #e6ebf2;
}

.cll-teacher-card__title {
    margin: 0;
}

.cll-teacher-card__link {
    color: var(--cll-text-primary);
    font-weight: 400;
    text-decoration: none;
}

.cll-teacher-card__link:hover {
    color: var(--cll-accent);
    text-decoration: none;
}

.cll-teacher-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin: 10px 0 0;
    color: var(--cll-text-inactive);
    font-size: 0.8rem;
}

.cll-teacher-classes__empty {
    padding: 16px 18px;
    background: #ffffff;
    color: var(--cll-text-secondary);
}

.cll-teacher-archive__load-more {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.cll-series-archive__load-more {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.cll-teacher-archive__load-more-button:disabled,
.cll-series-archive__load-more-button:disabled {
    opacity: 0.72;
    cursor: wait;
}

@media only screen and (max-width: 640px) {
    .cll-teacher-archive {
        padding: 28px 16px 40px;
    }

    .cll-ui .cll-teacher-header {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .cll-ui .cll-teacher-avatar {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }

    .cll-ui .cll-teacher-name {
        font-size: 22px;
    }

    .cll-teacher-card {
        grid-template-columns: auto 1fr;
        gap: 8px;
        align-items: flex-start;
    }

    .cll-teacher-card::before {
        min-height: 36px;
        padding-right: 10px;
    }

    .cll-teacher-card__body {
        grid-column: 2;
    }

    .cll-teacher-card__cta {
        grid-column: 2;
        width: 100%;
    }
}

.cll-series-archive {
    padding: 0px 20px 50px;
    background: transparent;
}

.cll-series-hero-banner {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

.cll-series-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cll-series-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: blur(24px) brightness(0.7) saturate(1.2);
    transform: scale(1.1);
}

.cll-series-hero-bg--fallback {
    background: var(--cll-accent-dark);
}

.cll-series-hero-img-wrap {
    position: relative;
    z-index: 1;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}

.cll-series-hero-img-wrap img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.cll-series-body {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
}

.cll-series-eyebrow {
    font-size: 10px;
    font-weight: 600;
    color: var(--cll-accent-soft);
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin-bottom: 0.4rem;
    display: block;
    line-height: 1.4;
}

.cll-series-title {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
    margin-bottom: 0.6rem;
}

.cll-series-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 0.85rem;
}

.cll-series-desc:empty {
    display: none;
}

.cll-series-desc > *:first-child {
    margin-top: 0;
}

.cll-series-desc > *:last-child {
    margin-bottom: 0;
}

.cll-series-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cll-series-count {
    background-color: var(--cll-accent-bg);
    color: var(--cll-accent);
    border-radius: 100px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
}

.cll-series-year {
    font-size: 12px;
    color: #bbb;
}

.cll-series-page__list-section > .cll-h2 {
    margin: 0 0 0.75rem;
    color: #111;
}

.cll-ui .cll-list-list {
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
}

.cll-plugin .cll-list-list,
.cll-plugin .list {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
}

.cll-plugin .cll-list-item {
  padding: 1.25rem 1.4rem;
  gap: 1rem;
}

.cll-plugin .cll-list-title {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.cll-plugin .cll-list-num {
  font-size: 13px;
  padding: 0 0.95rem 0 0;
  margin-top: 0;
}

.cll-plugin .m-passage,
.cll-plugin .cll-list-passage {
  font-size: 14px;
  font-weight: 500;
}

.cll-plugin .m-link,
.cll-plugin .cll-list-preacher {
  font-size: 14px;
  font-weight: 500;
}

.cll-plugin .m-date,
.cll-plugin .cll-list-date {
  font-size: 14px;
}

.cll-plugin .m-sep,
.cll-plugin .cll-list-sep {
  font-size: 14px;
}

.cll-plugin .cll-list-cta svg {
  width: 18px;
  height: 18px;
}

.cll-ui .cll-list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  transition: background-color 0.15s, box-shadow 0.2s;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.cll-plugin .cll-list-item {
  border-bottom: 1px solid #e2e8f0;
}

.cll-ui .cll-list-item:last-child {
  border-bottom: none;
}

.cll-ui .cll-list-item:hover {
  background-color: var(--cll-accent-hover-bg);
  box-shadow: inset 3px 0 0 var(--cll-accent);
}

.cll-ui .cll-list-num {
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  font-size: 13px;
  font-weight: 400;
  color: #bbb;
  background: none;
  border-radius: 0;
  padding: 0;
  white-space: nowrap;
  line-height: 1.4;
  position: relative;
  min-width: 24px;
}

.cll-ui .cll-list-num::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  bottom: 0.9rem;
  right: 0;
  width: 1px;
  background: #e8eef8;
}

.cll-ui .cll-list-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  min-width: 0;
  gap: 4px;
}

.cll-ui .cll-list-title-link {
  text-decoration: none;
  display: block;
}

.cll-ui .cll-list-title {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #111;
  white-space: normal;
  overflow: hidden;
  text-overflow: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
  line-height: 1.5;
  transition: color 0.15s ease;
}

.cll-ui .cll-list-title:hover {
  color: #111;
  text-decoration: none;
}

.cll-ui .cll-list-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  line-height: 1.4;
}

.cll-ui .cll-list-passage {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.cll-ui .cll-list-sep {
  font-size: 14px;
  color: #e2e8f0;
  flex-shrink: 0;
}

.cll-ui .cll-list-preacher {
  font-size: 14px;
  font-weight: 400;
  color: var(--cll-accent);
  text-decoration: none;
}

.cll-ui .cll-list-preacher:hover {
  text-decoration: underline;
}

.cll-ui .cll-list-date {
  font-size: 14px;
  font-weight: 400;
  color: #bbb;
}

.cll-ui .cll-list-cta {
  font-size: 14px;
  font-weight: 400;
  color: var(--cll-accent);
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  margin-top: 3px;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.15s ease;
}

.cll-ui .cll-list-cta:hover {
  color: var(--cll-accent);
  text-decoration: none;
}

.cll-ui .cll-list-arrow {
  transition: transform 0.2s;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.cll-ui .cll-list-item:hover .cll-list-arrow {
  transform: translateX(3px);
}

.cll-ui .cll-list-item:hover .cll-list-title {
  color: #19283b;
}

.cll-ui .cll-list-item:hover .cll-list-cta {
  color: var(--cll-accent);
}

@media (hover: none) {
  .cll-ui .cll-list-item:hover {
    background-color: transparent;
    box-shadow: none;
  }

  .cll-ui .cll-list-item:active {
    background-color: var(--cll-accent-hover-bg);
  }
}

.cll-series-page__empty {
    padding: 16px 18px;
    color: #6b7280;
}

.cll-series-page__empty p {
    margin: 0;
}

.cll-series-hero {
    display: grid;
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 18px 0 24px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(var(--cll-accent-rgb), 0.12);
    border-radius: 0;
    box-shadow: none;
}

.cll-series-hero__media {
    min-width: 0;
}

.cll-series-hero__image {
    min-height: 220px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(40, 72, 110, 0.05);
}

.cll-series-hero__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.12) 48%, rgba(255, 255, 255, 0.5) 100%);
}

.cll-series-hero__image--placeholder {
    background: linear-gradient(160deg, rgba(var(--cll-accent-rgb), 0.14) 0%, rgba(var(--cll-accent-rgb), 0.22) 48%, var(--cll-accent-hover-bg) 100%);
}

.cll-series-hero__content {
    text-align: left;
}

.cll-series-hero__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--cll-accent-soft);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.cll-series-hero__title {
    margin: 0 0 10px;
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    line-height: 1.02;
    color: #13263f;
    font-weight: 650;
}

.cll-series-hero__description {
    max-width: 58ch;
    color: #6f7e90;
    font-size: 16px;
    line-height: 1.7;
}

.cll-series-hero__description p:last-child {
    margin-bottom: 0;
}

.cll-series-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.cll-series-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 7px;
    background: var(--cll-accent-bg);
    border: 1px solid var(--cll-accent-border);
    color: var(--cll-accent);
    font-size: 0.86rem;
    font-weight: 400;
    box-shadow: none;
}

.cll-series-listing {
    margin-top: 24px;
}

.cll-series-listing__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 12px;
}

.cll-series-listing__header h2 {
    margin: 0;
    color: var(--cll-text-primary);
}

.cll-series-sermons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    counter-reset: cll-series-card;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(var(--cll-accent-rgb), 0.12);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: none;
}

.cll-series-sermons__item {
    counter-increment: cll-series-card;
    margin-top: 0;
    border-top: 1px solid rgba(var(--cll-accent-rgb), 0.08);
}

.cll-series-sermons__item:first-child {
    border-top: 0;
}

.cll-series-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 18px 22px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 0;
    transition: background 180ms ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.cll-series-card:hover {
    background: rgba(var(--cll-accent-rgb), 0.05);
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(var(--cll-accent-rgb), 0.15);
    transform: translateY(-1px);
    z-index: 1;
}

.cll-series-card__index {
    color: #99a8b9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.76rem;
    font-weight: 600;
    min-height: 42px;
    padding-right: 12px;
    border-right: 1px solid #e6ebf2;
}

.cll-series-card__index::before {
    content: counter(cll-series-card, decimal-leading-zero);
}

.cll-series-card__body {
    min-width: 0;
}

.cll-series-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin: 10px 0 0;
    color: #8391a0;
    font-size: 0.8rem;
}

.cll-series-card__title {
    margin: 0;
}

.cll-series-card__link {
    color: var(--cll-text-primary);
    font-weight: 400;
    text-decoration: none;
}

.cll-series-card__link:hover {
    color: var(--cll-accent);
    text-decoration: none;
}

.cll-series-sermons__empty {
    padding: 16px 18px;
    background: #ffffff;
    color: var(--cll-text-secondary);
}

@media only screen and (max-width: 860px) {
    .cll-series-archive {
        padding: 28px 16px 40px;
    }

    .cll-series-hero {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 0 18px;
    }

    .cll-series-hero__image {
        min-height: 200px;
    }

    .cll-series-card {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .cll-series-card__cta {
        grid-column: auto;
        padding-left: 0;
        padding-top: 0;
        align-self: center;
    }
}

@media only screen and (max-width: 600px) {
    .cll-series-hero__title {
        font-size: 1.9rem;
    }

    .cll-series-card {
        gap: 10px;
        padding: 14px 16px;
        align-items: start;
    }

    .cll-series-card__index {
        font-size: 0.68rem;
        min-height: 36px;
        padding-right: 10px;
    }

    .cll-series-card__body {
        display: flex;
        flex-direction: column;
    }

    .cll-series-card__meta {
        gap: 5px 7px;
        margin-top: 8px;
    }

    .cll-series-card__cta {
        padding-top: 2px;
    }

}

@media (max-width: 640px) {
    .cll-series-hero-banner {
        height: 260px;
    }

    .cll-series-hero-img-wrap {
        height: 220px;
        padding: 0 1.25rem;
    }

    .cll-series-body {
        padding-top: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .cll-series-title {
        font-size: 20px;
    }

    .cll-plugin .cll-section-label {
        font-size: 15px;
        font-weight: 600;
        color: #111;
        margin-bottom: 0.75rem;
    }

    .cll-plugin .cll-list-passage,
    .cll-plugin .cll-list-preacher,
    .cll-plugin .cll-list-date,
    .cll-plugin .cll-list-sep,
    .cll-plugin .m-passage,
    .cll-plugin .m-link,
    .cll-plugin .m-date,
    .cll-plugin .m-sep {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
  .cll-ui .cll-list-date {
    display: none;
  }

  .cll-ui .cll-list-sep:last-of-type {
    display: none;
  }
}

@media (max-width: 480px) {
  .cll-ui .cll-list-cta-text {
    display: none;
  }
}

.post_title_area p {
    font-size: 1.2em;
}

p.fecha-sermon {
    text-transform: capitalize;
}

ul.predicadores-listado li a {
    font-size: 1.1em;
    color: #051c38;
    font-weight: 600;
}

ul.predicadores-listado li {
    padding: 3px;
}

.cll-class-page {
    --cll-accent-fill: var(--cll-accent-bg);
    --cll-accent-light: var(--cll-accent-soft);
    --cll-progress-bg: var(--cll-accent-hover-bg);
    --cll-border-default: #e8e8e8;
    --cll-border-light: #f0f0f0;
    --cll-text-primary: #111;
    --cll-text-secondary: #374151;
    --cll-text-muted: #777;
    --cll-text-faint: #aaa;
    --cll-text-inactive: #999;
    padding: 24px 16px 56px;
    color: var(--cll-text-primary);
}

body.single-sermones .breadcrumb,
body.single-sermones .breadcrumbs,
body.single-sermones .yoast-breadcrumb,
body.single-sermones .rank-math-breadcrumb,
body.single-sermones nav[aria-label="breadcrumb"],
body.tax-series .breadcrumb,
body.tax-series .breadcrumbs,
body.tax-series .yoast-breadcrumb,
body.tax-series .rank-math-breadcrumb,
body.tax-series nav[aria-label="breadcrumb"],
body.tax-predicadores .breadcrumb,
body.tax-predicadores .breadcrumbs,
body.tax-predicadores .yoast-breadcrumb,
body.tax-predicadores .rank-math-breadcrumb,
body.tax-predicadores nav[aria-label="breadcrumb"],
body.page.page-slug-series .breadcrumb,
body.page.page-slug-series .breadcrumbs,
body.page.page-slug-series .yoast-breadcrumb,
body.page.page-slug-series .rank-math-breadcrumb,
body.page.page-slug-series nav[aria-label="breadcrumb"],
body.post-type-sermones .breadcrumb,
body.post-type-sermones .breadcrumbs,
body.post-type-sermones .yoast-breadcrumb,
body.post-type-sermones .rank-math-breadcrumb,
body.post-type-sermones nav[aria-label="breadcrumb"] {
    display: none !important;
}

.cll-class-page__header > .cll-h1 {
    margin: 0 0 0.75rem;
    color: var(--cll-text-primary);
}

.cll-class-page__meta-line {
    margin-bottom: 1.5rem;
    line-height: 1.45;
}

.cll-class-page__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: -0.25rem;
    margin-bottom: 1rem;
}

.cll-class-page__topic {
    color: var(--cll-text-muted);
    font-size: 12px;
    text-decoration: none;
}

.cll-class-page__topic:hover {
    color: var(--cll-accent);
}

.cll-class-page__video-wrap {
    margin-bottom: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
}

.cll-class-page__video,
.cll-class-page__video-frame {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 360px;
    border: 0;
    background: #000;
}

.cll-class-page__audio-hero {
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.25rem 1rem;
    background: var(--cll-accent-hover-bg);
    border: 1px solid var(--cll-accent-border);
    border-radius: 12px;
}

.cll-class-page__audio-hero-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1rem;
}

.cll-class-page__audio-hero-main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.cll-class-page__audio-hero-copy strong,
.cll-class-page__audio-hero-copy small {
    display: block;
}

.cll-class-page__audio-hero-copy strong {
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

.cll-class-page__audio-hero-copy small {
    margin-top: 2px;
    font-size: 12px;
    color: #777;
}

.cll-class-page__series-progress {
    margin-bottom: 1.5rem;
    padding: 0.85rem 1rem;
    background: var(--cll-progress-bg);
    border: 1px solid var(--cll-accent-border);
    border-radius: 10px;
}

.cll-class-page__series-progress-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cll-class-page__series-progress-copy {
    margin: 0;
    font-size: 13px;
    color: var(--cll-text-secondary);
}

.cll-class-page__series-progress-copy a {
    color: var(--cll-accent);
    text-decoration: none;
}

.cll-class-page__series-progress-link {
    flex-shrink: 0;
    white-space: nowrap;
}

.cll-class-page__progress-bar {
    height: 1.5px;
    margin-top: 0.85rem;
    background: rgba(var(--cll-accent-rgb), 0.14);
}

.cll-class-page__progress-fill {
    height: 100%;
    background: var(--cll-accent-light);
}

.cll-class-page__divider {
    height: 0.5px;
    margin: 1.5rem 0;
    background: var(--cll-border-light);
}

.cll-class-page__section > .cll-h4 {
    margin: 0 0 0.75rem;
    color: var(--cll-text-primary);
}

.cll-class-page__panel {
    border: 1px solid var(--cll-border-default);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.cll-class-page__resource-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0.95rem 1rem;
    border-top: 1px solid var(--cll-border-light);
}

.cll-class-page__resource-row:first-child {
    border-top: 0;
}

.cll-class-page__resource-main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.cll-class-page__resource-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    color: var(--cll-accent);
    background: var(--cll-accent-fill);
    border-radius: 10px;
}

.cll-class-page__resource-icon svg,
.cll-class-page__resource-icon i,
.cll-class-page__audio-play svg,
.cll-class-page__audio-play i,
.cll-class-page__audio-volume svg,
.cll-class-page__audio-volume i {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 1;
}

.cll-class-page__resource-copy strong,
.cll-class-page__resource-copy small {
    display: block;
}

.cll-class-page__resource-copy strong {
    font-size: 15px;
    font-weight: 600;
    color: var(--cll-text-primary);
}

.cll-class-page__resource-copy small {
    margin-top: 2px;
    font-size: 12px;
    color: var(--cll-text-muted);
}

.cll-class-page__resource-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

/* =====================
   BUTTON SYSTEM
   ===================== */

.cll-ui a.cll-btn-play,
.cll-ui button.cll-btn-play,
.cll-ui a.cll-btn-dl,
.cll-ui button.cll-btn-dl,
.cll-ui a.cll-btn-support,
.cll-ui button.cll-btn-support,
.cll-ui a.cll-btn-share,
.cll-ui button.cll-btn-share,
.cll-ui a.cll-btn-link,
.cll-ui button.cll-btn-link,
.cll-ui a.cll-btn-link-soft,
.cll-ui button.cll-btn-link-soft,
.cll-ui span.cll-notes-toggle {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
    line-height: 1.4;
    font-weight: 400;
}

.cll-ui a.cll-btn-play,
.cll-ui button.cll-btn-play {
    height: 32px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 400;
    color: #111111;
    background-color: #ffffff;
    border: 1px solid #d6dbe3;
    border-radius: 7px;
    gap: 5px;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}

.cll-ui a.cll-btn-play.active,
.cll-ui button.cll-btn-play.active {
    background-color: #ffffff;
    color: #111111;
    border-color: #d6dbe3;
}

.cll-ui a.cll-btn-play svg,
.cll-ui button.cll-btn-play svg,
.cll-ui a.cll-btn-play i,
.cll-ui button.cll-btn-play i {
    color: var(--cll-accent);
    fill: currentColor;
    stroke: none;
    flex-shrink: 0;
}

.cll-ui a.cll-btn-play.active svg,
.cll-ui button.cll-btn-play.active svg,
.cll-ui a.cll-btn-play.active i,
.cll-ui button.cll-btn-play.active i {
    color: #555555;
    fill: currentColor;
    stroke: none;
}

.cll-ui a.cll-btn-dl,
.cll-ui button.cll-btn-dl {
    height: 32px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 400;
    color: #111111;
    background-color: #ffffff;
    border: 1px solid #d6dbe3;
    border-radius: 7px;
    gap: 5px;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}

.cll-ui a.cll-btn-dl svg,
.cll-ui button.cll-btn-dl svg,
.cll-ui a.cll-btn-dl i,
.cll-ui button.cll-btn-dl i {
    color: var(--cll-accent);
    fill: currentColor;
    stroke: none;
    flex-shrink: 0;
}

.cll-ui a.cll-btn-support,
.cll-ui button.cll-btn-support {
    height: 32px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 400;
    color: #111111;
    background-color: #ffffff;
    border: 1px solid #d6dbe3;
    border-radius: 7px;
    gap: 5px;
    box-shadow: none;
    outline: none;
    transition: border-color 0.15s, color 0.15s;
}

.cll-ui a.cll-btn-support svg,
.cll-ui button.cll-btn-support svg,
.cll-ui a.cll-btn-support i,
.cll-ui button.cll-btn-support i {
    color: currentColor;
    fill: currentColor;
    stroke: none;
    flex-shrink: 0;
}

.cll-ui a.cll-btn-share,
.cll-ui button.cll-btn-share {
    height: 36px;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    color: #111111;
    background-color: #ffffff;
    border: 1px solid #d6dbe3;
    border-radius: 10px;
    gap: 6px;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}

.cll-ui a.cll-btn-share svg,
.cll-ui button.cll-btn-share svg,
.cll-ui a.cll-btn-share i,
.cll-ui button.cll-btn-share i {
    color: currentColor;
    fill: currentColor;
    stroke: none;
    flex-shrink: 0;
}

.cll-ui a.cll-btn-link,
.cll-ui button.cll-btn-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--cll-accent);
    background: none;
    border: none;
    gap: 3px;
    padding: 0;
}

.cll-ui a.cll-btn-link-soft,
.cll-ui button.cll-btn-link-soft {
    font-size: 12px;
    font-weight: 400;
    color: var(--cll-accent-soft);
    background: none;
    border: none;
    gap: 3px;
    padding: 0;
}

.cll-ui a.cll-btn-play svg,
.cll-ui button.cll-btn-play svg,
.cll-ui a.cll-btn-play i,
.cll-ui button.cll-btn-play i {
    width: 10px;
    height: 10px;
    font-size: 10px;
}

.cll-ui a.cll-btn-dl svg,
.cll-ui button.cll-btn-dl svg,
.cll-ui a.cll-btn-dl i,
.cll-ui button.cll-btn-dl i {
    width: 11px;
    height: 11px;
    font-size: 11px;
}

.cll-widget-footer-link svg,
.cll-widget-footer-link i,
.cll-ui .cll-list-arrow {
    color: currentColor;
}

.cll-ui a.cll-btn-support svg,
.cll-ui button.cll-btn-support svg,
.cll-ui a.cll-btn-support i,
.cll-ui button.cll-btn-support i,
.cll-ui a.cll-btn-share svg,
.cll-ui button.cll-btn-share svg,
.cll-ui a.cll-btn-share i,
.cll-ui button.cll-btn-share i,
.cll-ui a.cll-btn-link svg,
.cll-ui button.cll-btn-link svg,
.cll-ui a.cll-btn-link i,
.cll-ui button.cll-btn-link i,
.cll-ui a.cll-btn-link-soft svg,
.cll-ui button.cll-btn-link-soft svg,
.cll-ui a.cll-btn-link-soft i,
.cll-ui button.cll-btn-link-soft i,
.cll-widget-footer-link i,
.cll-ui .cll-list-arrow {
    width: 13px;
    height: 13px;
    font-size: 13px;
    line-height: 1;
}

.cll-ui a.cll-btn-share i,
.cll-ui button.cll-btn-share i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
    position: relative;
    top: 0.5px;
}

.cll-class-page__resource-icon i,
.cll-class-page__audio-play i,
.cll-class-page__audio-volume i,
.cll-widget-footer-link i,
.cll-ui .cll-list-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cll-class-page__audio-inline {
    padding: 0.85rem 1rem;
    background: var(--cll-progress-bg);
    border-top: 1px solid var(--cll-accent-border);
}

.cll-class-page__audio-layout {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
}

.cll-class-page__audio-layout--hero {
    gap: 14px;
}

.cll-ui button.cll-class-page__audio-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--cll-accent);
    color: #fff;
    cursor: pointer;
}

.cll-class-page__audio-progress {
    min-width: 0;
}

.cll-class-page__audio-range {
    width: 100%;
    margin: 0;
    accent-color: var(--cll-accent);
    height: 3px;
}

.cll-class-page__audio-time {
    font-size: 11px;
    color: var(--cll-text-muted);
    white-space: nowrap;
}

.cll-class-page__audio-volume {
    color: var(--cll-accent-light);
}

.cll-class-page__share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cll-ui a.cll-btn-share span,
.cll-ui button.cll-btn-share span {
    display: inline-block;
    position: relative;
    top: -0.5px;
    letter-spacing: normal;
}

.cll-ui a.cll-btn-share.is-success,
.cll-ui button.cll-btn-share.is-success {
    color: #16a34a;
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.cll-ui a.cll-btn-share.is-success svg,
.cll-ui button.cll-btn-share.is-success svg {
    color: #16a34a;
}

.cll-class-page__notes {
    max-width: 820px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    padding-top: 0.15rem;
    background: #fff;
}

.cll-ui .cll-notes-body {
    transition: max-height 0.3s ease;
}

.cll-ui .cll-notes-content {
    font-size: 16px;
    color: #374151;
    line-height: 1.7;
}

.cll-ui .cll-notes-content > *:first-child {
    margin-top: 0;
}

.cll-ui .cll-notes-content > *:last-child {
    margin-bottom: 0;
}

.cll-ui .cll-notes-content p {
    margin-bottom: 0.85rem;
}

.cll-ui .cll-notes-content p:last-child {
    margin-bottom: 0;
}

.cll-ui .cll-notes-content strong {
    font-weight: 600;
    color: #111;
}

.cll-ui .cll-notes-content h1 {
    font-size: 34px;
}

.cll-ui .cll-notes-content em {
    font-style: italic;
    color: #555;
}

.cll-ui .cll-notes-content h2 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin: 1.25rem 0 0.5rem;
}

.cll-ui .cll-notes-content h3 {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    margin: 1rem 0 0.4rem;
}

.cll-ui .cll-notes-content ul {
    padding-left: 1.25rem;
    margin-bottom: 0.85rem;
}

.cll-ui .cll-notes-content ul li {
    margin-bottom: 0.4rem;
    color: #374151;
    font-size: 16px;
    line-height: 1.7;
}

.cll-ui .cll-notes-content a {
    color: var(--cll-accent);
    text-decoration: underline;
    text-decoration-color: rgba(var(--cll-accent-rgb), 0.3);
    text-underline-offset: 0.14em;
}

.cll-ui .cll-notes-content a:hover {
    text-decoration-color: currentColor;
}

.cll-ui .cll-notes-content blockquote {
    border-left: 2px solid var(--cll-accent-border);
    padding: 0.5rem 1rem;
    margin: 0.85rem 0;
    background: var(--cll-accent-hover-bg);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #555;
    font-size: 16px;
}

.cll-ui .cll-notes-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.25rem 0;
    border-radius: 12px;
}

.cll-ui .cll-notes-content figure {
    margin: 1.25rem 0;
}

.cll-ui .cll-notes-content figcaption {
    margin-top: 0.55rem;
    color: #9ca3af;
    font-size: 12px;
}

.cll-ui .cll-notes-footer {
  border-top: 1px solid #f0f0f0;
  padding: 0.7rem 1.4rem;
  background-color: #FAFCFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.15s;
}

.cll-ui span.cll-notes-toggle {
  font-size: 12.5px;
  font-weight: 400;
  color: #111111;
  background: none;
  background-color: #ffffff;
  border: 1px solid #d6dbe3;
  outline: none;
  box-shadow: none;
  padding: 0 18px;
  margin: 0;
  min-height: 38px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 11px;
  background-color: #fff;
  justify-content: center;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.cll-ui a.cll-btn-play:hover,
.cll-ui button.cll-btn-play:hover,
.cll-ui a.cll-btn-dl:hover,
.cll-ui button.cll-btn-dl:hover,
.cll-ui a.cll-btn-support:hover,
.cll-ui button.cll-btn-support:hover,
.cll-ui a.cll-btn-share:hover,
.cll-ui button.cll-btn-share:hover,
.cll-ui span.cll-notes-toggle:hover {
    background-color: var(--cll-accent-hover-bg);
    border-color: var(--cll-accent-border);
    color: var(--cll-accent);
    box-shadow: none;
    text-decoration: none;
}

.cll-ui a.cll-btn-link:hover,
.cll-ui button.cll-btn-link:hover,
.cll-ui a.cll-btn-link-soft:hover,
.cll-ui button.cll-btn-link-soft:hover {
    color: var(--cll-accent);
    text-decoration: none;
}

.cll-ui .cll-notes-footer:hover {
  background-color: var(--cll-accent-hover-bg);
}

.cll-ui .cll-notes-hint {
  font-size: 11.5px;
  font-weight: 400;
  color: #bbb;
  line-height: 1;
}

.cll-class-page .video_player_sermon,
.cll-class-page .audio_player_sermon {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
}

.cll-class-page .video_player_sermon div[id^="mep_"],
.cll-class-page .video_player_sermon video,
.cll-class-page .audio_player_sermon audio {
    width: 100% !important;
    max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
    .cll-class-page {
        padding: 75px 25px 75px;
    }
}

@media only screen and (max-width: 768px) {
    .cll-class-page__series-progress-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .cll-class-page__series-progress-copy {
        max-width: calc(100% - 80px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cll-class-page__series-progress-link {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .cll-class-page__resource-actions {
        width: 100%;
        justify-content: flex-start;
        flex-shrink: 1;
    }

    .cll-class-page__resource-row {
        flex-direction: column;
        align-items: stretch;
    }

    .cll-class-page__resource-main {
        width: 100%;
    }

    .cll-class-page__resource-actions > * {
        flex: 1 1 100%;
        justify-content: center;
    }

    .cll-class-page__audio-hero-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
    }

    .cll-class-page__audio-hero-main {
        min-width: 0;
    }

    .cll-class-page__audio-hero .cll-class-page__resource-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .cll-class-page__audio-hero .cll-btn-support {
        flex-shrink: 0;
    }

    .cll-class-page__audio-layout {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 10px;
    }

    .cll-class-page__audio-time,
    .cll-class-page__audio-volume {
        grid-column: 2;
    }

    .cll-class-page__audio-layout--hero {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        flex-wrap: nowrap;
    }

    .cll-class-page__audio-layout--hero .cll-class-page__audio-play,
    .cll-class-page__audio-layout--hero .cll-class-page__audio-volume {
        flex-shrink: 0;
    }

    .cll-class-page__audio-layout--hero .cll-class-page__audio-progress {
        flex: 1 1 auto;
        min-width: 0;
    }

    .cll-class-page__audio-layout--hero .cll-class-page__audio-time {
        grid-column: auto;
        flex-shrink: 0;
    }

    .cll-class-page__audio-layout--hero .cll-class-page__audio-volume {
        grid-column: auto;
    }
}

.cll-latest-class {
    padding: 0 1rem;
}

.cll-widget {
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.cll-widget-featured {
    display: grid;
    grid-template-columns: minmax(360px, 1.15fr) 1fr;
    gap: 0;
    text-decoration: none;
    transition: background 0.15s;
    align-items: stretch;
}

.cll-widget-featured:hover {
    background-color: #FAFCFF;
}

.cll-widget-img {
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    background: var(--cll-accent-dark);
    aspect-ratio: 16 / 9;
}

.cll-widget-img img,
.cll-widget-img-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cll-widget-img-fallback {
    background: var(--cll-accent-dark);
}

.cll-widget-body {
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    border-left: 1px solid #e2e2e2;
}

.cll-widget-eyebrow {
    font-size: 10px;
    font-weight: 600;
    color: var(--cll-accent-soft);
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.cll-widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    line-height: 1.25;
    margin: 0;
}

.cll-widget-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}

.cll-widget-series {
    color: var(--cll-accent);
    font-weight: 500;
    text-decoration: none;
}

.cll-widget-series:hover {
    text-decoration: underline;
}

.cll-widget-sep {
    color: #e2e8f0;
}

.cll-widget-date {
    color: #aaa;
    font-weight: 400;
}

.cll-widget-actions {
    display: flex;
    gap: 8px;
    margin-top: 0.25rem;
}

.cll-widget-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    border-top: 1px solid #e2e2e2;
    text-decoration: none;
    transition: background 0.15s;
}

.cll-widget-footer:hover {
    background-color: var(--cll-accent-hover-bg);
}

.cll-widget-footer-link {
    font-size: 13px;
    font-weight: 500;
    color: var(--cll-accent);
    display: flex;
    align-items: center;
    gap: 4px;
}

.cll-widget-footer-link svg {
    transition: transform 0.2s;
}

.cll-widget-footer:hover .cll-widget-footer-link svg {
    transform: translateX(3px);
}

@media (max-width: 640px) {
    .cll-widget-featured {
        grid-template-columns: 1fr;
    }

    .cll-widget-img {
        aspect-ratio: 16/9;
        height: auto;
        min-height: 0;
    }

    .cll-widget-body {
        padding: 1rem 1.1rem 1.1rem;
        border-left: none;
        border-top: 1px solid #e2e2e2;
    }

    .cll-widget-title {
        font-size: 18px;
    }
}

.cll-series-index {
    padding: 75px 25px 75px;
}

.cll-series-index__header {
    margin-bottom: 0;
}

.cll-series-index__header > .cll-h1 {
    margin: 0 0 0.35rem;
    color: #111;
}

.cll-series-index__subtitle {
    margin: 0;
    font-size: 16px;
    color: #777;
    line-height: 1.7;
}

.cll-series-index__pill {
    display: inline-flex;
    align-items: center;
    margin-top: 0.85rem;
    padding: 3px 10px;
    border-radius: 100px;
    background: var(--cll-accent-bg);
    color: var(--cll-accent);
    font-size: 12px;
    font-weight: 400;
}

.cll-series-index__divider {
    height: 0.5px;
    margin: 1.5rem 0;
    background: #f0f0f0;
}

.cll-series-index__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.cll-series-index__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
}

.cll-series-index__card--featured {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.cll-series-index__card:hover {
    border-color: var(--cll-accent-border);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(var(--cll-accent-rgb), 0.15);
}

.cll-series-index__media {
    aspect-ratio: 16 / 9;
    background: var(--cll-accent-dark);
    flex-shrink: 0;
}

.cll-series-index__media--fallback {
    background: var(--cll-accent-dark);
}

.cll-series-index__card--featured .cll-series-index__media,
.cll-series-index__card--featured .cll-series-index__media--fallback {
    aspect-ratio: 16 / 9;
    min-height: 0;
    width: 100%;
    align-self: stretch;
}

.cll-series-index__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cll-series-index__body {
    padding: 1rem 1.1rem 1.1rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.cll-series-index__card--featured .cll-series-index__body {
    padding: 1.35rem 1.35rem 1.25rem;
    justify-content: flex-start;
}

.cll-series-index__badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-bottom: 0.75rem;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--cll-accent-bg);
    color: var(--cll-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cll-series-index__body > .cll-h3 {
    margin: 0 0 0.4rem;
    color: #111;
}

.cll-series-index__card--featured .cll-series-index__body > .cll-h3 {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 0.55rem;
}

.cll-series-index__card--featured .cll-series-index__description {
    font-size: 15px;
    line-height: 1.7;
    max-width: 52ch;
}

.cll-series-index__description {
    margin: 0 0 0.85rem;
    font-size: 13px;
    color: #777;
    line-height: 1.55;
}

.cll-series-index__description--empty {
    visibility: hidden;
}

.cll-series-index__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 0.75rem;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
}

.cll-series-index__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.cll-series-index__count-pill {
    display: inline-flex;
    align-items: center;
    padding: 2px 9px;
    border-radius: 100px;
    background: var(--cll-accent-bg);
    color: var(--cll-accent);
    font-size: 12px;
    font-weight: 400;
}

.cll-series-index__year {
    font-size: 12px;
    color: #bbb;
}

.cll-series-index__cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    color: var(--cll-accent);
}

.cll-series-index__cta-arrow {
    transition: transform 0.15s ease;
}

.cll-series-index__card:hover .cll-series-index__cta-arrow {
    transform: translateX(3px);
}

@media only screen and (max-width: 900px) and (min-width: 641px) {
    .cll-series-index__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cll-series-index__card--featured {
        grid-column: 1 / -1;
    }
}

@media only screen and (max-width: 640px) {
    .cll-series-index__grid {
        grid-template-columns: 1fr;
    }

    .cll-series-index__card--featured {
        grid-column: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .cll-series-index__card--featured .cll-series-index__body {
        padding: 1rem 1.1rem 1.1rem;
    }

    .cll-series-index__card--featured .cll-series-index__media,
    .cll-series-index__card--featured .cll-series-index__media--fallback {
        aspect-ratio: 16 / 9;
        min-height: 0;
        width: 100%;
        align-self: stretch;
    }

    .cll-series-index__card--featured .cll-series-index__body > .cll-h3 {
        font-size: 22px;
    }

    .cll-series-index__card--featured .cll-series-index__description {
        font-size: 13px;
        line-height: 1.55;
    }
}
