/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-speaker/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* =========================================================
   Outer block wrapper
========================================================= */
.lnip-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-speaker-block {
    max-width: 1000px;
    margin: 40px auto;
  }
}
.lnip-speaker-block.information--true-noimage .lnip-speaker__flexible-inner {
  grid-template-columns: 100px 0px 1fr;
}
.lnip-speaker-block.information--true .lnip-speaker__image-image {
  text-align: left !important;
}
@media only screen and (min-width: 1280px) {
  .lnip-speaker-block.information--true .lnip-speaker__image-image {
    text-align: center !important;
  }
}
.lnip-speaker-block.information--true .lnip-speaker__image-image img {
  margin: 0 auto;
  max-width: 120px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .lnip-speaker-block.information--true .lnip-speaker__image-image img {
    margin-bottom: 0px;
  }
}
.lnip-speaker-block.information--true .lnip-speaker__copy-name {
  padding-top: 0px;
  margin-top: 0px !important;
}
.lnip-speaker-block.information--true .wp-block-group {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
/* =========================================================
   Speaker block
========================================================= */
.lnip-speaker {
  /* =====================================================
     Component color tokens (defaults)
  ===================================================== */
  --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);
  /* =====================================================
     Background-aware overrides
  ===================================================== */
  /* =====================================================
     Base typography
  ===================================================== */
  /* =====================================================
     Layout container
  ===================================================== */
  /* =====================================================
     TIME
  ===================================================== */
  /* =====================================================
     IMAGE
  ===================================================== */
  /* =====================================================
     COPY TEXT (Presenter info)
  ===================================================== */
  /* =====================================================
     PRESENTATION ACCORDION
  ===================================================== */
  /* =====================================================
     BIO ACCORDION
  ===================================================== */
}
@media only screen and (min-width: 576px) {
  .lnip-speaker {
    padding: var(--wp--custom--lnip--padding--large);
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.lnip-speaker.has-background {
  --lnip-speaker-text: var(--wp--custom--lnip--pallete--white);
  --lnip-speaker-muted: var(--wp--custom--lnip--pallete--white);
}
.lnip-speaker p {
  color: var(--lnip-speaker-text);
}
.lnip-speaker a {
  color: inherit;
}
.lnip-speaker__flexible-inner {
  width: 100%;
  display: block;
  /* ============================
     TABLET ONLY layout:
     Row 1: time (full width)
     Row 2: image | presenter info
     Row 3+: presentation + bio (full width)
  ============================ */
  /* ============================
     DESKTOP layout unchanged
  ============================ */
}
@media only screen and (min-width: 576px) {
  .lnip-speaker__flexible-inner {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-row-gap: 10px;
    row-gap: 10px;
    align-items: start;
  }
}
@media only screen and (min-width: 1280px) {
  .lnip-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-speaker__time {
  display: flex;
  gap: 5px;
  padding-bottom: 10px;
  min-width: 29px;
}
@media only screen and (min-width: 576px) {
  .lnip-speaker__time {
    display: flex;
    grid-column: 1/-1;
    grid-row: 1;
    align-self: start;
  }
}
@media only screen and (min-width: 1280px) {
  .lnip-speaker__time {
    display: block;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
}
.lnip-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-speaker__copy-time {
  color: var(--wp--custom--lnip--pallete--red) !important;
}
.lnip-speaker.has-background .lnip-speaker__copy-time {
  color: var(--wp--custom--lnip--pallete--white) !important;
}
.lnip-speaker__image {
  margin-top: 0px !important;
}
@media only screen and (min-width: 576px) {
  .lnip-speaker__image {
    grid-column: 1;
    grid-row: 2;
  }
}
@media only screen and (min-width: 1280px) {
  .lnip-speaker__image {
    grid-column: 2;
    grid-row: 1/span 4;
  }
}
.lnip-speaker__image-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.lnip-speaker__image-image img {
  border-radius: 15px !important;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .lnip-speaker__image-image img {
    margin-bottom: 0px;
  }
}
.lnip-speaker__copy-text {
  margin-top: 0px !important;
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .lnip-speaker__copy-text {
    grid-column: 2;
    grid-row: 2;
  }
}
@media only screen and (min-width: 1280px) {
  .lnip-speaker__copy-text {
    grid-column: 3;
    grid-row: 1;
  }
}
.lnip-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;
}
.lnip-speaker__copy-name {
  color: var(--lnip-speaker-text) !important;
  margin-top: 10px !important;
  font-size: var(--wp--custom--lnip--font-size--header-seven);
  font-weight: var(--wp--custom--lnip--font-weight--bolder) !important;
}
.lnip-speaker__copy-role {
  color: var(--lnip-speaker-text) !important;
  margin-top: 10px !important;
  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-speaker__copy-presentation {
  margin-top: 0px !important;
}
@media only screen and (min-width: 576px) {
  .lnip-speaker__copy-presentation {
    grid-column: 1/-1;
    grid-row: 3;
  }
}
@media only screen and (min-width: 1280px) {
  .lnip-speaker__copy-presentation {
    grid-column: 3;
    grid-row: 2;
  }
}
.lnip-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: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.lnip-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-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-speaker__copy-presentation.is-open .lnip-speaker__copy-presentation-info {
  display: block;
}
.lnip-speaker__copy-presentation.is-open .lnip-speaker__copy-presentation-info-title::after {
  content: "–";
}
.lnip-speaker__copy-presentation.is-open .lnip-speaker__copy-presentation-info-title {
  border-bottom: 0px;
}
.lnip-speaker.has-background .lnip-speaker__copy-presentation-info-title::after {
  color: var(--wp--custom--lnip--pallete--white) !important;
}
.lnip-speaker__copy-bio {
  margin-top: 10px !important;
}
@media only screen and (min-width: 576px) {
  .lnip-speaker__copy-bio {
    grid-column: 1/-1;
    grid-row: 4;
  }
}
@media only screen and (min-width: 1280px) {
  .lnip-speaker__copy-bio {
    grid-column: 3;
    grid-row: 3;
  }
}
.lnip-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-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-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-speaker__copy-bio.is-open .lnip-speaker__copy-bio-info {
  display: block;
}
.lnip-speaker__copy-bio.is-open .lnip-speaker__copy-bio-info-title::after {
  content: "–";
}
.lnip-speaker__copy-bio.is-open .lnip-speaker__copy-bio-info-title {
  border-bottom: 0px;
}
.lnip-speaker.has-background .lnip-speaker__copy-bio-info-title::after {
  color: var(--wp--custom--lnip--pallete--white) !important;
}

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