/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/lnip-multi-speaker/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* =========================================================
   Outer block wrapper
========================================================= */
.lnip-multi-speaker-block {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1040px) {
  .lnip-multi-speaker-block {
    max-width: 1000px;
    margin: 40px auto;
  }
}
.lnip-multi-speaker-block.information--true {
  /* FIX: correct class prefix */
}
.lnip-multi-speaker-block.information--true .lnip-multi-speaker__image-image {
  text-align: left !important;
}
@media only screen and (min-width: 1280px) {
  .lnip-multi-speaker-block.information--true .lnip-multi-speaker__image-image {
    text-align: center !important;
  }
}
.lnip-multi-speaker-block.information--true .lnip-multi-speaker__image-image img {
  margin: 0 auto;
  max-width: 120px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .lnip-multi-speaker-block.information--true .lnip-multi-speaker__image-image img {
    margin-bottom: 0px;
  }
}
.lnip-multi-speaker {
  --lnip-speaker-text: var(--wp--custom--lnip--pallete--black);
  --lnip-speaker-muted: #455A64;
  --lnip-speaker-accent: var(--wp--custom--lnip--pallete--red);
  --lnip-speaker-border: var(--wp--custom--lnip--pallete--grey);
  font-family: var(--wp--custom--lnip--font-family);
  padding: var(--wp--custom--lnip--padding--small);
  /* =====================================================
     Base typography
  ===================================================== */
  /* =====================================================
     Layout
     - Mobile + Tablet: STACKED
     - Desktop-small+: 3 columns (time | image | content)
  ===================================================== */
  /* Desktop grid (ONLY) */
  /* Stacked spacing (mobile + tablet) */
  /* =====================================================
     IMAGE
  ===================================================== */
  /* =====================================================
     Title / Name / Role
  ===================================================== */
  /* =====================================================
     PRESENTATION ACCORDION
  ===================================================== */
  /* =====================================================
     BIO ACCORDION
  ===================================================== */
  /* =====================================================
     Accordion open/close (class-driven, NOT [hidden])
  ===================================================== */
  /* Background colour tweaks */
}
@media only screen and (min-width: 576px) {
  .lnip-multi-speaker {
    padding: var(--wp--custom--lnip--padding--large);
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.lnip-multi-speaker.has-background {
  --lnip-speaker-text: var(--wp--custom--lnip--pallete--white);
  --lnip-speaker-muted: var(--wp--custom--lnip--pallete--white);
}
.lnip-multi-speaker p {
  color: var(--lnip-speaker-text);
}
.lnip-multi-speaker a {
  color: inherit;
}
.lnip-multi-speaker__flexible-inner {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1280px) {
  .lnip-multi-speaker {
    /* Time sits in the first column and spans down */
    /* Title sits at top of content column */
    /* Speaker 1 block: spans image+content columns, internal 2-col grid */
    /* Speaker 2 block: same internal layout, next row */
  }
  .lnip-multi-speaker__flexible-inner {
    display: grid;
    grid-template-columns: 100px 250px 1fr;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-row-gap: 0px;
    row-gap: 0px;
    align-items: start;
  }
  .lnip-multi-speaker__time {
    grid-column: 1;
    grid-row: 1/-1;
    align-self: start;
  }
  .lnip-multi-speaker__copy-text-title {
    grid-column: 3;
    grid-row: 1;
    margin-bottom: 0;
  }
  .lnip-multi-speaker__copy-text-inner {
    grid-column: 2/4;
    grid-row: 1;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: start;
  }
  .lnip-multi-speaker__copy-text-inner > .lnip-multi-speaker__image {
    grid-column: 1;
    align-self: start;
  }
  .lnip-multi-speaker__copy-text-inner > :not(.lnip-multi-speaker__image) {
    grid-column: 2;
  }
  .lnip-multi-speaker__second-copy-text {
    grid-column: 2/4;
    grid-row: 3;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: start;
    margin-top: 0 !important;
  }
  .lnip-multi-speaker__second-copy-text > .lnip-multi-speaker__image {
    grid-column: 1;
    grid-row: 1/-1;
  }
  .lnip-multi-speaker__second-copy-text > :not(.lnip-multi-speaker__image) {
    grid-column: 2;
  }
}
.lnip-multi-speaker__time {
  display: flex;
  gap: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  min-width: 29px;
  /* Keep time inline on tablet too (stacked layout still) */
  /* Desktop: switch to block (matches original intent) */
}
@media only screen and (min-width: 576px) {
  .lnip-multi-speaker__time {
    display: flex;
  }
}
@media only screen and (min-width: 1280px) {
  .lnip-multi-speaker__time {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.lnip-multi-speaker__time p {
  margin: 0;
  text-align: center;
  font-weight: var(--wp--custom--lnip--font-weight--bolder) !important;
  font-size: var(--wp--custom--lnip--font-size--header-seven);
  color: var(--lnip-speaker-muted);
}
.lnip-multi-speaker__copy-text-title {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.lnip-multi-speaker__copy-text-inner {
  margin-top: 0 !important;
}
.lnip-multi-speaker__second-copy-text {
  margin-top: 40px !important;
}
.lnip-multi-speaker__second-copy-text .lnip-multi-speaker__copy-name {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.lnip-multi-speaker__copy-time {
  color: var(--wp--custom--lnip--pallete--red) !important;
}
.lnip-multi-speaker.has-background {
  /* FIX: correct class prefix */
}
.lnip-multi-speaker.has-background .lnip-multi-speaker__copy-time {
  color: var(--wp--custom--lnip--pallete--white) !important;
}
.lnip-multi-speaker__image {
  margin-top: 0px !important;
  /* NOTE: tablet grid rules removed to keep stacked layout on tablet */
}
.lnip-multi-speaker__image-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.lnip-multi-speaker__image-image img {
  border-radius: 15px !important;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .lnip-multi-speaker__image-image img {
    margin-bottom: 0px;
  }
}
.lnip-multi-speaker__copy-title {
  color: var(--lnip-speaker-text) !important;
  font-size: var(--wp--custom--lnip--font-size--text) !important;
  font-weight: var(--wp--custom--lnip--font-weight--bolder) !important;
  margin-top: 0px !important;
  padding-bottom: 20px !important;
}
@media only screen and (min-width: 576px) {
  .lnip-multi-speaker__copy-title {
    padding-bottom: 0px;
  }
}
.lnip-multi-speaker__copy-name {
  color: var(--lnip-speaker-text) !important;
  margin-top: 20px !important;
  font-size: var(--wp--custom--lnip--font-size--header-seven);
  font-weight: var(--wp--custom--lnip--font-weight--bolder) !important;
}
.lnip-multi-speaker__copy-role {
  margin-top: 20px !important;
  padding-bottom: 20px;
  font-size: var(--wp--custom--lnip--font-size--small-two);
  font-weight: var(--wp--custom--lnip--font-weight--bold) !important;
  color: var(--lnip-speaker-muted);
}
.lnip-multi-speaker__copy-presentation {
  margin-top: 0px !important;
  /* NOTE: tablet grid rules removed to keep stacked layout on tablet */
  /* Desktop placement is handled by the internal 2-col speaker grid */
}
.lnip-multi-speaker__copy-presentation-info-title {
  color: var(--lnip-speaker-text) !important;
  border-top: 1px solid var(--lnip-speaker-border);
  font-size: var(--wp--custom--lnip--font-size--small-two);
  font-weight: var(--wp--custom--lnip--font-weight--bold) !important;
  border-bottom: 1px solid var(--lnip-speaker-border);
  padding-top: 15px;
  padding-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.lnip-multi-speaker__copy-presentation-info-title::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--custom--lnip--pallete--red);
}
.lnip-multi-speaker__copy-presentation-info {
  color: var(--lnip-speaker-text) !important;
  font-size: var(--wp--custom--lnip--font-size--small-three);
  display: none;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 0px !important;
  border-bottom: 1px solid var(--lnip-speaker-border);
}
.lnip-multi-speaker__copy-bio {
  margin-top: 10px !important;
  /* NOTE: tablet grid rules removed to keep stacked layout on tablet */
  /* Desktop placement is handled by the internal 2-col speaker grid */
}
.lnip-multi-speaker__copy-bio-info-title {
  color: var(--lnip-speaker-text) !important;
  font-size: var(--wp--custom--lnip--font-size--small-two);
  font-weight: var(--wp--custom--lnip--font-weight--bold) !important;
  border-bottom: 1px solid var(--lnip-speaker-border);
  padding-bottom: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.lnip-multi-speaker__copy-bio-info-title::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--custom--lnip--pallete--red);
}
.lnip-multi-speaker__copy-bio-info {
  color: var(--lnip-speaker-text) !important;
  font-size: var(--wp--custom--lnip--font-size--small-three);
  display: none;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 0px !important;
  border-bottom: 1px solid var(--lnip-speaker-border);
}
.lnip-multi-speaker__copy-presentation.is-open .lnip-multi-speaker__copy-presentation-info, .lnip-multi-speaker__copy-bio.is-open .lnip-multi-speaker__copy-bio-info {
  display: block;
}
.lnip-multi-speaker__copy-presentation.is-open .lnip-multi-speaker__copy-presentation-info-title::after, .lnip-multi-speaker__copy-bio.is-open .lnip-multi-speaker__copy-bio-info-title::after {
  content: "–";
}
.lnip-multi-speaker__copy-presentation.is-open .lnip-multi-speaker__copy-presentation-info-title {
  border-bottom: 0px;
}
.lnip-multi-speaker__copy-bio.is-open .lnip-multi-speaker__copy-bio-info-title {
  border-bottom: 0px;
}
.lnip-multi-speaker.has-background__copy-presentation-info-title::after, .lnip-multi-speaker.has-background__copy-bio-info-title::after {
  color: var(--wp--custom--lnip--pallete--white) !important;
}

/*# sourceMappingURL=style-index.css.map*/