.elementor-294 .elementor-element.elementor-element-422f8e0b{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-294 .elementor-element.elementor-element-1e612ec4{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:start;}.elementor-294 .elementor-element.elementor-element-1e612ec4 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:84px;font-weight:200;text-transform:capitalize;font-style:italic;text-decoration:underline;line-height:86px;}.elementor-294 .elementor-element.elementor-element-a4671f6{--spacer-size:50px;}.elementor-294 .elementor-element.elementor-element-28f155b8{--display:flex;}.elementor-294 .elementor-element.elementor-element-70d61545{--spacer-size:100px;}.elementor-294 .elementor-element.elementor-element-42ce60bf{--display:flex;}.elementor-294 .elementor-element.elementor-element-48fca573{--spacer-size:100px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-294 .elementor-element.elementor-element-1e612ec4 .elementor-heading-title{font-size:65px;line-height:65px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-294 .elementor-element.elementor-element-1e612ec4 .elementor-heading-title{font-size:35px;line-height:1em;}}/* Start custom CSS for html, class: .elementor-element-181589dc *//* ========================================
   MAIN CONTAINER
======================================== */

.clips-toc {
  width: 100%;
  border: 1px solid rgba(210, 220, 223, 0.75);

  font-family: "Inter", sans-serif;
  color: #D7EAE4;
}


/* ========================================
   MAIN "SELECTED CLIPS" TITLE
======================================== */

.clips-toc__title {
  padding: 32px 38px;

  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 33px;

  color: #D7EAE4;

  border-bottom: 1px solid rgba(210, 220, 223, 0.75);
}


/* ========================================
   PARENT CATEGORY
======================================== */

.clips-toc .toc-group {
  margin: 0;
  padding: 0;

  border-bottom: 1px solid rgba(210, 220, 223, 0.75);
}


.clips-toc .toc-group:last-child {
  border-bottom: 0;
}


/* Parent category button */
.clips-toc .toc-category-toggle {
  width: 100%;

  margin: 0;
  padding: 20px 38px;

  border: 0;

  background: transparent !important;
  color: #D7EAE4 !important;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  font-family: "Inter", sans-serif !important;
  font-size: 35px !important;
  line-height: 33px !important;
  font-weight: 700 !important;

  text-align: left;

  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;

  cursor: pointer;
}


/* NO pink hover on category bars */
.clips-toc .toc-category-toggle:hover,
.clips-toc .toc-category-toggle:focus,
.clips-toc .toc-category-toggle:active {
  background: transparent !important;
  color: #D7EAE4 !important;
}


/* Keep parent text unchanged */
.clips-toc .toc-category-toggle > span:first-child,
.clips-toc .toc-category-toggle:hover > span:first-child,
.clips-toc .toc-category-toggle:focus > span:first-child,
.clips-toc .toc-category-toggle:active > span:first-child {
  color: #D7EAE4 !important;
}


/* ========================================
   CATEGORY ARROW
======================================== */

.clips-toc .toc-category-arrow {
  width: 14px;
  height: 14px;

  flex: 0 0 14px;

  border-top: 3px solid #D7EAE4;
  border-left: 3px solid #D7EAE4;

  transform: rotate(45deg);

  transition: transform 0.25s ease;
}


/* Closed arrow */
.clips-toc
.toc-category-toggle[aria-expanded="false"]
.toc-category-arrow {
  transform: rotate(225deg);
}


/* Arrow doesn't change color */
.clips-toc .toc-category-toggle:hover .toc-category-arrow,
.clips-toc .toc-category-toggle:focus .toc-category-arrow,
.clips-toc .toc-category-toggle:active .toc-category-arrow {
  border-top-color: #D7EAE4 !important;
  border-left-color: #D7EAE4 !important;
}


/* ========================================
   COLLAPSIBLE CATEGORY CONTENT
======================================== */

.clips-toc .toc-category-content {
  padding: 4px 38px 28px;

  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 35px;
  line-height: 33px;

  color: #D7EAE4;
}


/* Native hidden state */
.clips-toc .toc-category-content[hidden] {
  display: none;
}


/* ========================================
   NEWS SUBCATEGORIES
======================================== */

.clips-toc .toc-subgroup {
  margin: 22px 0 0;
}


/* Don't create extra space before first subgroup */
.clips-toc .toc-subgroup:first-child {
  margin-top: 4px;
}


.clips-toc .toc-subcategory {
  margin: 0 0 10px;

  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  color: #D7EAE4;
}


/* ========================================
   BULLET LISTS
======================================== */

.clips-toc .toc-items {
  list-style-type: disc !important;
  list-style-position: outside;

  margin: 0;
  padding-left: 1.4em;
}


.clips-toc .toc-items li {
  display: list-item;

  margin: 0 0 16px;
  padding-left: 0.25em;

  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;

  color: #D7EAE4;
}


.clips-toc .toc-items li:last-child {
  margin-bottom: 0;
}


.clips-toc .toc-items li::marker {
  color: #D7EAE4;
}


/* ========================================
   OUTLET LINKS
======================================== */

.clips-toc .toc-category-content a {
  color: #D7EAE4 !important;

  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;

  text-decoration: none;

  transition: color 0.2s ease;
}


/* ONLY publication/outlet links become pink */
.clips-toc .toc-category-content a:hover,
.clips-toc .toc-category-content a:focus-visible {
  color: #DAA49C !important;

  text-decoration: underline;
  text-underline-offset: 4px;
}


/* ========================================
   BOOK TITLE
======================================== */

.clips-toc em {
  font-style: italic;
}


/* ========================================
   ACCESSIBILITY
======================================== */

.clips-toc .toc-category-toggle:focus-visible {
  outline: 2px solid #D7EAE4;
  outline-offset: -4px;
}


.clips-toc .toc-category-content a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

  .clips-toc__title {
    padding: 22px 20px;

    font-size: 24px;
    line-height: 29px;
  }


  .clips-toc .toc-category-toggle {
    padding: 18px 20px;

    font-size: 18px !important;
    line-height: 24px !important;
  }


  .clips-toc .toc-category-content {
    padding: 4px 20px 24px;
  }


  .clips-toc .toc-items li {
    margin-bottom: 13px;
  }

}/* End custom CSS */