/* Conexión Católica 5.6.31 · Catequesis eucarística profunda */

.sacrament-course-intro-v5631{
  margin:1rem 0;
  padding:1.1rem;
  border:1px solid currentColor;
  border-radius:18px;
}
.sacrament-course-intro-v5631 p{
  color:inherit;
  line-height:1.72;
}
.sacrament-course-intro-v5631 p:first-child{margin-top:0}
.sacrament-course-intro-v5631 p:last-child{margin-bottom:0}

.sacrament-course-outcomes-v5631{
  display:grid;
  grid-template-columns:minmax(230px,.65fr) minmax(0,1.35fr);
  gap:1rem;
  margin:1rem 0;
  padding:1.1rem;
  border:1px solid var(--cc-border);
  border-radius:19px;
}
.sacrament-course-outcomes-v5631 h3{color:var(--cc-text)}
.sacrament-course-outcomes-v5631 ul{
  display:grid;
  gap:.45rem;
  margin:0;
}
.sacrament-course-outcomes-v5631 li{color:var(--cc-text)}

.sacrament-course-progress-v5631{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:1rem;
  align-items:center;
  margin:1rem 0;
  padding:1rem;
  border:1px solid var(--cc-border);
  border-radius:18px;
}
.sacrament-course-progress-v5631 h3{color:var(--cc-text)}
.sacrament-course-progress-v5631 p{color:var(--cc-muted)}
.sacrament-course-progress-v5631>div:last-child{
  display:grid;
  place-items:center;
  min-width:150px;
  padding:.9rem;
  border:2px solid var(--cc-border);
  border-radius:16px;
  background:var(--cc-button-bg);
  color:var(--cc-button-text);
}
.sacrament-course-progress-v5631>div:last-child strong{
  color:inherit;
  font-size:2rem;
}
.sacrament-course-progress-v5631>div:last-child span{color:inherit}

.sacrament-course-lessons-v5631{
  display:grid;
  gap:.85rem;
}
.sacrament-course-lesson-v5631{
  overflow:hidden;
  border:1px solid var(--cc-border);
  border-radius:20px;
}
.sacrament-course-lesson-v5631 summary{
  display:grid;
  grid-template-columns:58px 1fr 32px;
  gap:.8rem;
  align-items:center;
  padding:1rem;
  list-style:none;
  cursor:pointer;
  background:var(--cc-surface-soft);
  color:var(--cc-text);
}
.sacrament-course-lesson-v5631 summary::-webkit-details-marker{display:none}
.sacrament-course-lesson-v5631 summary label{
  display:grid;
  place-items:center;
  gap:.3rem;
}
.sacrament-course-lesson-v5631 summary input{
  width:23px;
  height:23px;
  accent-color:var(--cc-link);
}
.sacrament-course-lesson-v5631 summary label span{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:1px solid var(--cc-border);
  border-radius:50%;
  background:var(--cc-button-bg);
  color:var(--cc-button-text);
  font-weight:900;
}
.sacrament-course-lesson-v5631 summary small{
  color:var(--cc-link);
  font-weight:800;
}
.sacrament-course-lesson-v5631 summary h3{
  margin:.15rem 0;
  color:var(--cc-text);
}
.sacrament-course-lesson-v5631 summary p{
  margin:.2rem 0 0;
  color:var(--cc-muted);
}
.sacrament-course-lesson-v5631 summary b{
  color:var(--cc-text);
  font-size:1.45rem;
  transition:transform .2s ease;
}
.sacrament-course-lesson-v5631[open] summary b{transform:rotate(45deg)}

.sacrament-course-lesson-body-v5631{
  display:grid;
  gap:1rem;
  padding:1.05rem;
}
.sacrament-source-connection-v5631,
.sacrament-bible-study-v5631,
.sacrament-family-dialogue-v5631,
.sacrament-review-v5631{
  padding:1rem;
  border:1px solid currentColor;
  border-radius:17px;
}
.sacrament-source-connection-v5631 p,
.sacrament-bible-study-v5631 :where(h4,li,p),
.sacrament-family-dialogue-v5631 :where(h4,li),
.sacrament-review-v5631 :where(h4,li){color:inherit}

.sacrament-developed-content-v5631{
  padding:1rem 1rem 1rem 1.15rem;
  border-left:5px solid var(--cc-link);
  border-radius:0 16px 16px 0;
  background:var(--cc-surface);
}
.sacrament-developed-content-v5631 h4{
  margin:0 0 .55rem;
  color:var(--cc-text);
  font-size:1.18rem;
}
.sacrament-developed-content-v5631 p{
  color:var(--cc-text);
  line-height:1.75;
}

.sacrament-learning-grid-v5631,
.sacrament-action-grid-v5631{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.8rem;
}
.sacrament-learning-grid-v5631 section,
.sacrament-action-grid-v5631 section{
  padding:1rem;
  border:1px solid currentColor;
  border-radius:17px;
}
.sacrament-learning-grid-v5631 :where(h4,li,p),
.sacrament-action-grid-v5631 :where(h4,p){color:inherit}

.sacrament-review-v5631{
  border-color:var(--cc-border);
  background:var(--cc-surface-soft);
  color:var(--cc-text);
}
.sacrament-review-v5631 ol{display:grid;gap:.45rem}

html:is([data-a11y-contrast="high"],[data-a11y-contrast="maximum"]) :where(
  .sacrament-course-lesson-v5631,
  .sacrament-developed-content-v5631,
  .sacrament-course-progress-v5631
){
  box-shadow:none!important;
  background-image:none!important;
}

@media(max-width:840px){
  .sacrament-course-outcomes-v5631,
  .sacrament-course-progress-v5631{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .sacrament-learning-grid-v5631,
  .sacrament-action-grid-v5631{
    grid-template-columns:1fr;
  }
  .sacrament-course-lesson-v5631 summary{
    grid-template-columns:50px 1fr 26px;
  }
}
