/* PIANO STYLING - USE CAUTION (reach out to team before confirming changes) */

/* hide default close button on non-experience modals */
.tp-modal button.tp-close.tp-active {
  display: none;
}

/* allow for fullscreen Piano screens */
.tp-modal,
.tp-modal .tp-iframe-wrapper,
.tp-modal .tp-iframe-wrapper iframe {
  margin: auto;
  height: 100% !important;
  width: 100% !important;
}

/* END PIANO STYLING */

/* Dont change the order of the media queries or the specificity will change/behave inappropriately */

.sponsored-font-DM-serif {
  font-family: "DM Serif Display", serif;
}

.bg-red-600 {
  background-color: rgba(255, 0, 0, 1);
}

.text-red {
  color: rgba(255, 0, 0, 1);
}

.black-500 {
  color: #555555;
}

.bg-red-600 {
  background-color: rgba(255, 0, 0, 1);
}

.text-red {
  color: rgba(255, 0, 0, 1);
}

.pr-0 {
  padding-right: 0;
}

.border-black-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.\!bottom-0-1px {
  bottom: -1px;
}

.article-body iframe {
  max-width: 100% !important;
}

.top-1_5 {
  top: 0.375rem;
}

.ml-0_5 {
  margin-left: 0.125rem;
}

.h-0_5 {
  height: 0.125rem;
}

.min-height-11-90px {
  min-height: 11.9px;
}

.child-center-margin > div,
.child-center-margin > iframe {
  margin: 0 auto;
}

.h-1_5 {
  height: 0.375rem;
}

.w-1_5 {
  width: 0.375rem;
}

.decoration-\[1_5px\] {
  text-decoration-thickness: 1.5px;
}

.truncate--ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
}

.\!my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.\!margin-auto-0 {
  margin: 0 auto;
}

.\!mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-47_px {
  margin-top: 47px;
}

.\!line-height-33px {
  line-height: 33px !important;
}

.w-1-7 {
  width: 1.7rem;
}

.w-1-1 {
  width: 1rem;
}

.\!line-height-1 {
  line-height: 1rem;
}

.h-1-7 {
  height: 1.7rem;
}

.text-xl-21 {
  font-size: 1.3125rem;
}

.text-xl-11 {
  font-size: 1.1rem;
}

#mobileMenu .hide-icon {
  display: inline-block;
}

#mobileMenu .hide-socials {
  display: none;
}

.hide-icon {
  display: none;
}

.v2-profile {
  position: relative;
}

.v2-profile__drop-down-web {
  position: absolute;
  right: 55%;
  transform: translate(50%, 0px);
  min-width: 121px;
}

.v2-profile__drop-down-mobile {
  position: absolute;
  bottom: 60px;
  right: 40%;
  transform: translate(50%, 0px);
  min-width: 121px;
}

.text-no-wrap {
  text-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.min-width-225px {
  min-width: 225px;
}

.min-width-150px {
  min-width: 150px;
}

.max-width-150px {
  max-width: 150px;
}

.pb-20 {
  padding-bottom: 5rem;
}

.author-padding {
  padding: 32px 16px 32px 16px;
}

.rsme-tiktok-embed {
  margin: 18px auto;
}

.hover\:bg-gray-100:hover {
  background-color: rgba(244, 244, 244, 1);
}

.drop-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.mb-10-px {
  margin-bottom: 10px;
}

.mb-16-px {
  margin-bottom: 16px;
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.overflow-wrap {
  overflow-wrap: break-word;
}

.bottom-auto {
  bottom: auto;
}

.sticky--new {
  position: sticky;
  top: 0px;
}

#mobileMenu > .block-section-footer {
  visibility: hidden;
  display: none;
}

.block-hat {
  z-index: 20;
}

.flex-grow-120px {
  flex: 1 0 120px;
}

.flex-grow-360px {
  flex: 1 0 360px;
}

.place-center {
  place-self: center;
}

.scale-0 {
  transform: scale(0);
}

.hidden-transform {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.float-none {
  float: left;
}

.clear-both {
  clear: both;
}

.featured-imagepair img {
  width: 100%;
  height: auto;
  object-fit: initial;
}

.leading-25_px {
  line-height: 25px;
}

.row-gap-3 {
  row-gap: 0.75rem;
}

@media (min-width: 640px) {
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 42rem) {
  .\@2xl\:justify-start {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }
}

@media (min-width: 1024px) {
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.875rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:author-padding {
    padding: 48px 24px 32px 24px;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:sticky--new {
    position: sticky !important;
    top: 56px !important;
  }

  .\!lg\:mt-0 {
    margin-top: 0 !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:hover\:text-purple:hover {
    --tw-text-opacity: 1;
    color: rgb(112 0 255 / var(--tw-text-opacity));
  }

  .lg\:max-width-150px {
    max-width: 150px;
  }

  .lg\:min-width-150px {
    min-width: 150px;
  }

  .lg\:min-width-100px {
    min-width: 100px;
  }

  .lg\:text-small {
    font-size: 0.8rem;
    line-height: 1.25rem;
  }

  .lg\:text-2_5xl {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .float-left-center {
    float: left;
    width: 375px;
    box-sizing: content-box;
    padding-right: 51px !important;
    padding-left: calc((100% - 975px) / 2) !important;
  }

  .float-right-center {
    float: right;
    width: 375px;
    box-sizing: content-box;
    padding-left: 51px !important;
    padding-right: calc((100% - 975px) / 2) !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .article-body > .featured-imagepair {
    padding-right: 0;
    padding-left: 0;
  }

  .featured-imagepair img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .featured-imagepair > div {
    width: 50%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-location-picker > .grid {
    grid-auto-flow: column;
    grid-auto-columns: 100%;
  }

  .homepage-location-picker-item-block {
    grid-template-columns: 95% 5%;
    display: grid;
    height: 474.5px;
  }

  .homepage-location-picker-item-container {
    width: 707px;
    height: 474.5px;
    padding: 40px 0 40px 0;
  }

  .homepage-location-picker-item-tab {
    width: 48px;
    height: 474.5px;
    cursor: pointer;
  }

  .homepage-location-picker-item-tab-text {
    transform: rotate(-90deg);
    white-space: nowrap;
    position: relative;
    top: 90%;
  }

  .homepage-location-picker__tab-0 {
    grid-template-columns: 82.9% 5.7% 5.7% 5.7%;
  }

  .homepage-location-picker__tab-1 {
    grid-template-columns: 5.7% 82.9% 5.7% 5.7%;
  }

  .homepage-location-picker__tab-2 {
    grid-template-columns: 5.7% 5.7% 82.9% 5.7%;
  }

  .homepage-location-picker__tab-3 {
    grid-template-columns: 5.7% 5.7% 5.7% 82.9%;
  }

  .homepage-location-picker-save-location {
    float: right;
  }

  .homepage-location-picker-container .homepage-two-thirds-chain-left {
    width: 875px;
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .homepage-location-picker-container .homepage-two-thirds-chain-right {
    width: 325px;
    padding-left: 1.5rem;
    padding-right: 0;
  }

  .homepage-location-picker-item-container-text {
    padding-bottom: 40px;
    margin: 0;
    width: 53%;
  }

  .homepage-location-picker-stories {
    grid-gap: 1px;
    background-color: white;
  }

  .homepage-location-picker-item:nth-child(1) {
    padding-left: 32px;
    padding-right: 24px;
  }

  .homepage-location-picker-item:nth-child(2) {
    padding-left: 24px;
    padding-right: 32px;
  }

  .topic-interruptor-grid,
  .special-interruptor-grid {
    grid-auto-flow: column;
    grid-auto-columns: 25%;
  }

  .homepage-lead-story-html > * {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:text-40px {
    font-size: 40px;
  }

  .lg\:text-96px {
    font-size: 96px;
    line-height: 1;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .homepage-lead-story-image img {
    width: 100%;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .homepage-divider-black {
    margin: 3rem auto;
  }

  .homepage-two-thirds-chain-mobile {
    display: none;
  }

  .homepage-two-thirds-chain-desktop {
    display: block;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .topic-interruptor-grid {
    grid-auto-flow: column;
    grid-auto-columns: 25%;
  }

  .homepage-divider-black {
    margin: 3rem auto;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .\!lg\:pr-4 {
    padding-right: 1rem !important;
  }

  .\!lg\:pl-4 {
    padding-left: 1rem !important;
  }

  .\!lg\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .\!lg\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .\!lg\:pr-0 {
    padding-right: 0px !important;
  }

  .\!lg\:pl-0 {
    padding-left: 0px !important;
  }

  .homepage-two-thirds-chain-mobile {
    display: none;
  }

  .homepage-two-thirds-chain-desktop {
    display: block;
  }

  .mobile,
  .mobile-inline {
    display: none;
  }

  .desktop {
    display: block;
  }

  .desktop-inline {
    display: inline-block;
  }

  .homepage-location-picker-item-caret {
    font-size: 24px;
    line-height: 16px;
    vertical-align: middle;
  }
}

.article-body > p > a,
.article-body ul > a,
.article-body ol > a {
  --tw-bg-opacity: 0;
  background-color: rgb(255, 255, 255);
}
.article-body iframe {
  max-width: 100% !important;
  overflow: hidden;
}

.leadart iframe {
  max-width: 100% !important;
  overflow: hidden;
}

.mt-0_83-em {
  margin-top: 0.83em;
}

h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  line-height: 2.5rem;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.v2Link-recirc {
  margin-top: 0;
}

h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

table,
td {
  border: 1px solid black;
  padding: 4px;
  border-collapse: collapse;
}

thead > tr > td {
  background-color: lightgrey;
}

.linklist-powerup-view {
  border: 2px solid #dadada;
  font-size: 18px;
  margin: 0 auto 48px;
  max-width: 736px !important;
  padding-top: 17px;
  padding-bottom: 37px;
}

.linklist-powerup-view.linkbox-v1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.linklist-powerup-view h3 {
  font-size: 18px;
  margin: 0;
  padding: 15px 28px;
  text-align: left;
}

.linklist-powerup-view .linklist-items {
  list-style-position: outside;
  margin: 0;
  padding: 0 50px;
}

.linklist-powerup-view .linklist-items .item {
  line-height: 0;
  border-top-width: 0px !important;
}

.linklist-powerup-view .linklist-items .item .bullet-content {
  line-height: 25px !important;
}

.linklist-powerup-view .linklist-items .item .bullet-content a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 11 196 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.my-5 {
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem;
}

.mt-12 {
  margin-top: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section-footer-menu-header {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto 0;
}

.section-footer-menu-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto 0;
}

.section-menu-font {
  padding-top: 26px;
  padding-bottom: 18px;
  display: inline-block;
}

.text-18px {
  font-size: 18px;
}

@media (max-width: 1023px) {
  .\!md\:h-half-screen {
    height: calc(50vh - 20px);
  }

  .article-body > ul,
  .article-body > ol {
    padding-left: 2rem !important;
  }

  button.eyebrow-button {
    min-height: 60px;
  }

  .text-white--cap {
    color: #ffffffcc;
  }

  .homepage-location-picker-item-container.visible {
    visibility: visible;
    display: block;
  }

  .homepage-location-picker-item-container.invisible {
    visibility: hidden;
    display: none;
  }

  .homepage-location-picker-save-location {
    float: right;
  }

  .homepage-location-picker-item-block {
    cursor: pointer;
  }

  .topic-interruptor-grid {
    grid-auto-flow: column;
  }

  .homepage-lead-story-image {
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }

  .homepage-lead-story-html > * {
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }

  .text-28px {
    font-size: 28px;
  }

  .homepage-alert-button {
    max-width: 768px;
  }

  .homepage-alert-button-text-container {
    margin: 0 36px;
  }

  .homepage-alert-button-main-text {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    line-height: normal;
  }

  .homepage-divider-black {
    margin: 2rem auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .homepage-two-thirds-chain-mobile {
    display: block;
  }

  .homepage-two-thirds-chain-desktop {
    display: none;
  }

  .homepage-location-picker-item {
    margin: 24px 16px 0 16px;
  }

  .mobile {
    display: block;
  }

  .mobile-inline {
    display: inline-block;
  }

  .desktop,
  .desktop-inline {
    display: none;
  }

  .homepage-location-picker-item-container-text {
    font-size: 24px;
    line-height: 24px;
    padding: 0 16px;
    margin-bottom: 0;
    width: 88%;
  }

  .homepage-location-picker-item:nth-child(1) {
    border-bottom: 1px solid white;
  }

  .homepage-location-picker-item:nth-child(2) {
    padding-bottom: 8px;
  }

  .homepage-location-picker-item-caret {
    font-size: 24px;
    line-height: 16px;
    margin-left: 0.5rem;
    vertical-align: middle;
    float: right;
    margin-right: 12px;
  }

  .homepage-location-picker-stories {
    background-color: unset !important;
  }

  .homepage-whats-new--content > .content-item--whats-new {
    width: 50%;
  }

  .homepage-whats-new--content > .content-item--whats-new > h3 {
    margin-top: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .\!md\:flex-grow-240px {
    flex: 1 0 240px;
  }
}

@media (max-width: 640px) {
  .section-footer-menu-header {
    font-size: 2rem;
    max-width: 50%;
  }

  .section-footer-menu-content {
    max-width: 50%;
  }

  .p-8 {
    padding: 40px 0;
  }

  .eoa-container > .content > .text-container {
    font-size: 18px;
  }

  .child-center-margin > iframe {
    max-width: 100% !important;
    height: auto;
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .linklist-powerup-view.linkbox-v1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.block-section-footer {
  padding-bottom: 40px;
}

.article-layout__header-leaderboard-ad__content {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  background-color: #fff;
  color: #000;
}

.article-layout__header-leaderboard-ad__content .arcad {
  margin: auto 0;
  min-width: 320px;
}

.article-layout__header-leaderboard-ad__content
  > .arcad-feature
  .arcad-container {
  display: flex;
  justify-content: center;
}

.article-layout__header-leaderboard-ad__content > .arcad-feature,
.article-layout__header-leaderboard-ad__content
  > .arcad-feature
  .arcad-container
  .arcad.pb-ad-admin {
  margin: 0 auto;
}

.article-layout__header-leaderboard-ad__content.dark-background {
  background-color: #000;
  color: #d9d9d9;
}

.article-layout__header-leaderboard-ad__html {
  display: none;
  font-size: 10px;
}

.article-body__inline-ad {
  padding: 24px 0 12px;
  margin: 0;
}

.article-body__inline-ad .arcad-feature .arcad-container {
  max-width: unset !important;
}

.article-body__inline-ad__text,
.article-body__inline-ad__text > a {
  color: #555;
  padding-top: 10px;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1rem;
}

.article-body ul li {
  margin-left: 0.4rem;
}

.article-body ol:not(.other-ol) li {
  margin-left: 1rem;
}

.article-body ol:not(.ios-ol) li {
  margin-left: 0.5rem;
}

@media (min-width: 1024px) {
  .homepage-nav > div > .charm-container {
    margin-right: 0.5rem !important;
  }

  .homepage-nav > .cta {
    margin-right: -16px !important;
  }

  .homepage-nav > .navigation-chain-divider {
    margin-left: 24px;
  }

  .article-layout__header-leaderboard-ad__content {
    padding: 24px 24px 12px;
  }

  .article-layout__header-leaderboard-ad__html {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
  }

  .article-body__inline-ad {
    padding: 24px 0 12px;
    clear: both;
  }

  .article-body {
    line-height: 2rem;
  }

  .article-body ul li {
    margin-left: 1.2rem;
  }

  .article-body ol:not(.ios-ol) li {
    margin-left: 1.5rem;
  }

  .section-menu-font {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\!lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .\!lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:text-lg {
    font-size: 1rem;
    /*line-height: 1.75rem;*/
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    /*line-height: 1.75rem;*/
  }

  .homepage-lead-story-subheadline {
    font-size: 24px;
    line-height: 30px;
  }
}

.bg-green {
  background-color: #48e200;
}

.bg-yellow {
  background-color: #faff00;
}

.bg-light-orange {
  background-color: #fff3e0;
}

.linkbox-article {
  padding-top: 18px;
}

.linkbox-article
  > .linkbox-article-grid
  > .linkbox-article-content
  > .linkbox-article-title {
  margin-top: 2px;
}

@media (min-width: 640px) {
  .linkbox-article > .linkbox-article-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .linkbox-article > .linkbox-article-grid > .linkbox-article-image-div {
    grid-column: span 1 / span 1;
  }

  .linkbox-article > .linkbox-article-grid > .linkbox-article-content {
    max-width: 500px;
    grid-column: span 5 / span 5;
  }

  .linkbox-article
    > .linkbox-article-grid
    > .linkbox-article-content
    > .linkbox-article-title {
    font-size: 25px;
  }
}

p {
  word-wrap: break-word;
}

figcaption {
  text-align: left;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

@media print {
  header,
  footer,
  #footer,
  #footer-nav,
  #section_footer_menu,
  .block-article-topper-context,
  #leaderboard-ad-v2,
  #article_eoa_container,
  #v2-alert,
  .inline-recirc,
  .linkbox-v2,
  .block-ad-zone {
    display: none;
  }

  .block-article-topper-headline {
    padding-top: 2rem;
  }
}

.tracking-loose {
  letter-spacing: 0.03em;
}

.logo-line-height {
  line-height: 0.9rem;
}

button.eyebrow-button {
  text-transform: uppercase;
}

.raw-html-box {
  margin-top: 2rem;
  margin-bottom: 2rem !important;
}

.raw-html-box > div > iframe {
  margin-left: auto;
  margin-right: auto;
}

/* included full banner width for html embed in composer (v2) */
.banner-interactive-full-width {
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* homepage, default, featured, sponsored fix, boyle team css collides with ours so i added our template fixes here */
.container.homepage,
.container.default,
.container.featured {
  width: auto;
  font-variant-numeric: normal;
}

.container.homepage h2,
.container.default h2,
.simple-list-headline-anchor h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.default-page-fixed-layout hr,
.home-page-fixed-layout hr {
  height: 1px;
}

@media (min-width: 1024px) {
  .homepage-layout__body {
    padding: 0 24px;
  }
}

h1.custom-headline,
h2.lead-story-with-list__right-rail__title,
h3.lead-story-with-list__right-rail__item__heading {
  margin-top: 0;
}

.headline-wrapper {
  margin-bottom: 0;
}

.homepage-templates {
  font-size: 16px;
}

.homepage-templates:hover,
.homepage-templates:active {
  color: black;
}

.charm-container.homepage-templates {
  font-size: 16px;
}
/* end of homepage, default, featured, sponsored fix */

.correction,
.clarification {
  font-style: italic;
  color: #575757;
}

.sponsored-content-logo {
  height: 20px;
}

.vertical-align-middle {
  vertical-align: middle;
}

.flex-col-rev {
  flex-direction: column-reverse;
}

.flex-row {
  flex-direction: row;
}

.pr-10 {
  padding-right: 3rem;
}

.text-2_6xl {
  font-size: 1.75rem;
}

.tracking-tight2 {
  letter-spacing: -0.28px;
}

.tracking-tight3 {
  letter-spacing: -0.18px;
}

/* Homepage standerd article styles */
.standard-article-container {
  margin-bottom: 1.5rem;
}

.standard-article-container .border-b {
  margin-top: 2rem;
}

.standard-article-container:not(:first-child) {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.author-date-container .premium-text {
  text-transform: uppercase;
  color: #520bc4;
}

.standard-article-container .article-list-section {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}

.standard-article-image-container {
  width: 100%;
}

.standard-article-image-container img {
  width: 100%;
}

.standard-article-container > hr {
  border-bottom-width: 0px;
  margin-left: -1rem;
  width: 100vw;
}
/* v2 sponsored content custom block css */

.sponsored-content-block-v2 {
  background-color: #eaedf5;
  font-family: "GT-America";
  margin-top: 1.5rem;
}

.sponsored-content-block-v2 .sponsored-logo .static-image-sponsor-image-render {
  max-height: 20px;
}
.sponsored-content-block-v2 .sponsored-logo span {
  margin-left: 14px;
}

.sponsored-headline-section-container .sponsored-logo {
  padding: 0 1.5rem;
  margin-top: 1.5rem;
}

.sponsored-headline-section-container .sponsored-headline {
  padding: 0 1.5rem 2rem;
}

.sponsored-aricle-image-container img {
  width: 100%;
  object-fit: cover;
}

.sponsored-headline-section-container .sponsored-headline p {
  font-size: 1rem;
  line-height: 1rem;
}

.sponsored-article-container .border-b {
  margin-top: 2rem;
}

.sponsored-article-container > hr {
  border-bottom-width: 0px;
  margin-left: -1rem;
  width: 100vw;
}

@media (min-width: 36rem) {
  .standard-article-image-container img {
    height: auto;
  }
  .sponsored-aricle-image-container img {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .lg\:black-600 {
    color: #262626;
  }

  .sponsored-article-container > hr {
    margin-left: 0;
    width: 100%;
  }

  .sponsored-headline-section-container .sponsored-headline p {
    font-size: 0.875rem;
    line-height: 1;
  }

  .sponsored-headline-section-container {
    padding: 3rem;
    margin-right: 20px;
  }

  .sponsored-aricle-image-container {
    width: 100%;
    max-width: 430px;
    height: 100%;
    min-height: 283px;
    background-color: #fff;
  }

  .sponsored-aricle-image-container img {
    max-height: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .sponsored-headline-section-container .sponsored-logo {
    padding: 0;
    margin-top: 0;
  }

  .sponsored-headline-section-container .sponsored-headline {
    padding: 0;
  }

  .sponsored-article-container .border-b {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) and (max-width: 1090px) {
  .sponsored-headline-section-container {
    padding: 2rem;
  }
}

/* v2 sponsored content custom block css */

.ad-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 -16px;
  padding: 32px 0 24px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 97.67%,
      rgba(0, 0, 0, 0.07) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 2.49%),
    var(--Background-Light, #fafafa);
}

.ad-container .arcad-feature {
  margin-bottom: 16px;
}

.ad-container .ad-container__text {
  font-family: GT-America;
  font-size: 10px;
  font-weight: 400;

  a {
    font-weight: 500;
    text-decoration-line: underline;
  }
}

@media (min-width: 1024px) {
  .ad-container {
    margin: 0;
    padding: 0;
    background: none;
  }

  .ad-container__sticky {
    position: sticky;
  }
}

@media (min-width: 1024px) {
  .standard-article-container > hr {
    margin-left: 0;
    width: 100%;
  }
  .standard-article-container .border-b {
    margin-top: 1.5rem;
  }

  .standard-article-container:not(:first-child) {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .standard-article-image-container {
    width: 100%;
    max-width: 425px;
    min-height: 238px;
    height: auto;
  }

  .standard-article-image-container img {
    width: 100%;
  }

  .standard-article-container .article-list-section {
    width: auto;
    display: flex;
    flex-direction: row;
    height: auto;
    overflow: hidden;
  }

  .standard-article-container .article-list-section > div {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .load-more-article-btn {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }
}

.load-more-article-btn > button {
  width: 100%;
  height: 46px;
  background-color: #270b4a;
}

.arcad-feature .arcad-container:has(> * > * iframe[height="250"]) {
  min-height: 250px !important;
}

.arcad-feature .arcad-container:has(> * > * iframe[height="90"]) {
  min-height: 90px !important;
}

/* Homepage standard article styles */
/* homepage chain (2/3 and 100%) styles */

.homepage-two-thirds-chain-mobile,
.homepage-two-thirds-chain-desktop {
  display: block;
}

.homepage-full-width-chain div:last-child hr,
.homepage-two-thirds-chain-left div:last-child hr {
  display: none;
}

.homepage-divider-black hr {
  height: 3px;
}

.homepage-two-thirds-chain-left > .homepage-divider-black {
  padding-left: 0;
  padding-right: 0;
}

.homepage-two-thirds-chain-mobile .homepage-below-lead {
  margin-top: 2rem;
}

.homepage-two-thirds-chain-mobile .homepage-below-lead .item.mb-4:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .homepage-two-thirds-chain,
  .homepage-full-width-chain {
    max-width: 1200px;
    margin: 0 auto;
  }

  .homepage-two-thirds-chain-left {
    width: 100%;
    max-width: 875px;
  }

  .homepage-two-thirds-chain-right {
    width: 100%;
    max-width: 325px;
  }
}

/* homepage chain (2/3 and 100%) styles Ends */

@media (max-width: 768px) {
  .text-2_6xl {
    font-size: 1.5rem;
  }
}

.standard-article-river-headline {
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}

.homepage-divider-black {
  max-width: 1200px;
}

.cta-underline > a {
  display: flex;
  position: relative;
}

.cta-underline > a::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff4019;
  bottom: -4px;
  position: absolute;
}

.navigation-chain-divider {
  position: relative;
}

.height-3px {
  height: 3px;
}

.homepage-lead-story-image img {
  margin: 0 auto;
}

.aspect-ratio-square {
  aspect-ratio: 1/1;
}

@media (min-width: 1024px) {
  .cta-underline > a:hover:after {
    background-color: #7000ff;
  }

  .navigation-chain-divider::after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #d9d9d9;
    top: 16px;
    left: 0px;
    position: absolute;
  }

  .homepage-lead-story-image-mobile {
    display: none;
  }

  .homepage-lead-story-headline-container {
    text-align: left;
  }

  .homepage-lead-story-headline {
    max-width: 100%;
    margin: 0 auto 16px auto;
    font-weight: unset;
  }

  .homepage-lead-story-authors {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
  }

  .homepage-lead-story-time .absolute.left-0 {
    left: 0.15rem;
  }
}

.homepage-lead-story-time {
  padding: 0;
}

@media (max-width: 1023px) {
  .homepage-lead-story-image-desktop {
    display: none;
  }

  .homepage-lead-story-authors {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
    text-align: center;
  }

  .homepage-divider-black.mobile .h-1_5 {
    height: 3px;
  }
}

.homepage-lead-story-premium.premium-text,
.homepage-whats-new .premium-text,
.homepage-bottom-grid .premium-text {
  font-size: 12px;
  line-height: 12px;
  color: #520bc4;
  font-stretch: condensed;
  padding-top: 1px;
}

.homepage-below-lead-premium.premium-text {
  font-size: 12px;
  line-height: 12px;
  color: #520bc4;
  font-stretch: condensed;
  padding-top: 0.5rem;
}

.homepage-alert-button {
  text-align: center;
  height: 56px;
  margin: 0 auto;
}

.homepage-alert-button .material-symbols-outlined {
  left: 1rem;
}

.homepage-alert-button-text-container {
  margin: 0 36px;
}

.homepage-alert-button-main-text {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  line-height: normal;
  text-align: left;
  padding: 1rem 0.5rem;
  margin-right: 0.5rem;
}

.homepage-alert-button-caption {
  font-size: 14px;
  line-height: 14px;
  padding-top: 18px;
}

@media (max-width: 1023px) {
  .homepage-below-lead-story {
    padding-top: 32px;
  }

  .homepage-below-lead-separator hr {
    height: 3px;
    border-top: 1px solid black;
  }
}

.topic-interruptor-grid,
.special-interruptor-grid {
  grid-auto-flow: column;
}

.homepage-topic-interruptor__top {
  padding-right: 16px;
  margin-left: 16px;
}

.homepage-topic-interruptor__text-arrows {
  align-items: start;
  margin-bottom: 16px;
}

.homepage-topic-interruptor__text-arrows__text {
  display: block;
}

.homepage-topic-interruptor__text-arrows__text__overline {
  margin-bottom: 8px;
  font-size: 20px;
}

.homepage-topic-interruptor__text-arrows__text__underline {
  font-size: 18px;
  color: black;
  font-weight: 400;
  display: none;
}

.homepage-topic-interruptor__text-arrows__text__readmore {
  font-weight: 500;
  margin-left: 4px;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.homepage-topic-interruptor__text-arrows__arrows__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.homepage-topic-interruptor__text-arrows__arrows__button.prev span {
  transform: rotateY(180deg);
}

.homepage-topic-interruptor__items {
  border-bottom: 1px solid var(--black-200, #d9d9d9);
}

.homepage-topic-interruptor__item {
  width: fit-content;
  padding-bottom: 24px;
}

.homepage-topic-interruptor__item__media {
  margin-bottom: 16px;
  min-width: 138px;
  min-height: 92px;
}

.homepage-topic-interruptor__item__text__text {
  margin: 0;
}

.homepage-topic-interruptor__item__text__date {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  color: var(--black-500, #555);
  font-stretch: condensed;
}

@media (min-width: 1024px) {
  .homepage-topic-interruptor__top {
    padding: 0;
    margin: 0;
  }

  .homepage-topic-interruptor__text-arrows__text__overline {
    font-size: 24px;
  }

  .homepage-topic-interruptor__text-arrows__text__underline {
    display: block;
  }

  .homepage-topic-interruptor__text-arrows {
    margin-bottom: 32px;
    align-items: center;
  }

  .homepage-topic-interruptor__item__media {
    margin-bottom: 16px;
    width: 100%;
    max-width: 276px;
    height: 184px;
  }

  .homepage-topic-interruptor__items {
    border-bottom: 0;
  }

  .homepage-topic-interruptor__item:first-child {
    padding-left: 0;
  }

  .homepage-topic-interruptor__item:last-child {
    padding-right: 0;
  }
}

.homepage-style-cta {
  padding: 9.5px 8px;
}

.special-interruptor {
  padding: 32px 0;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.special-interruptor__top {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  padding-right: 16px;
}

.special-interruptor__top__text {
  order: 2;
  display: flex;
  flex-direction: column;
}

.special-interruptor__top__text__overline {
  font-size: 72px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}

.special-interruptor__top__text__overline:hover {
  color: inherit;
}

.special-interruptor__top__text__underline {
  font-size: 20px;
  font-weight: 300;
  line-height: 125%; /* 25px */
  letter-spacing: -0.2px;
  font-stretch: condensed;
}

.special-interruptor__top__media {
  order: 1;
  margin-bottom: 32px;
}

.special-interruptor__top__media > a > img {
  min-height: 238px;
}

.special-interruptor__top__text__eyebrow {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1;
  font-style: italic;
}

.special-interruptor__items {
  width: 100%;
  padding-left: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.special-interruptor__items__item {
  border: 1px solid var(--black-500, #555);
  border-left: 0;
  width: 25%;
  padding: 1rem 1rem 24px 1rem;
}

.special-interruptor__items__item:first-child {
  padding-left: 0;
  margin-left: 16px;
}

.special-interruptor__items__item:last-child {
  border-right: 0;
  padding-right: 16px;
}

.special-interruptor__items__item__media,
.special-interruptor__items__item__text {
  max-width: 138px;
}

.special-interruptor__items__item__media {
  margin-bottom: 16px;
}

.special-interruptor__items__item__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 125%; /* 25px */
  letter-spacing: -0.2px;
  font-stretch: condensed;
  margin: 0;
}

@media (min-width: 1024px) {
  .tall-image-content > * {
    width: 50%;
  }

  .special-interruptor {
    padding: 48px;
  }

  .special-interruptor__top {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
  }

  .special-interruptor__top__text__overline {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 96px;
    line-height: 90%;
    letter-spacing: -0.96px;
  }

  .special-interruptor__top__text {
    order: 1;
    padding: 0 48px 0 0;
    width: 50%;
    margin-bottom: 0;
  }

  .special-interruptor__top__media {
    order: 2;
    width: 50%;
    margin-bottom: 0;
  }

  .special-interruptor__top__media > a > img {
    max-width: 100%;
    min-height: unset;
    max-height: 368px;
  }

  .special-interruptor__items {
    margin-top: 24px;
  }

  .special-interruptor__items__item {
    border-right: 1px solid var(--black-500, #555);
  }

  .special-interruptor__items__item:first-child {
    margin-left: 0;
  }

  .special-interruptor__items__item:last-child {
    padding-right: 0;
  }

  .special-interruptor__items__item__media,
  .special-interruptor__items__item__text {
    max-width: unset;
  }

  .special-interruptor__items__item__media > a > img {
    height: 160px;
  }

  .special-interruptor__items__item:last-child {
    padding-right: 0;
  }

  .special-interruptor__items__item.item {
    padding-top: 24px;
  }

  .homepage-whats-new > .homepage-whats-new__title {
    margin-top: -5px;
    font-size: 1rem;
    line-height: 1rem;
    padding-bottom: 20px;
  }
}

@media (max-width: 1023px) {
  .special-interruptor__items__item {
    padding: 1rem;
  }
}

@media (min-width: 1104px) {
  .special-interruptor__items__item__media > a > img {
    width: 240px;
    height: 160px;
  }

  .special-interruptor__items__item__link {
    width: 240px;
  }

  .special-interruptor__items__item.item:nth-child(1) {
    width: 263.5px;
    padding-right: 22.5px;
  }

  .special-interruptor__items__item.item:nth-child(2),
  .special-interruptor__items__item.item:nth-child(3) {
    width: 287px;
    padding-left: 22.5px;
    padding-right: 23.5px;
  }

  .special-interruptor__items__item.item:nth-child(4) {
    width: 266.5px;
    padding-left: 23.5px;
  }

  .special-interruptor__top__text__overline {
    padding-top: 8px;
    padding-bottom: 18px;
  }
}

.homepage-location-picker-item-block {
  cursor: pointer;
}

.homepage-topic-interruptor__text-arrows__disabled {
  filter: invert(98%) sepia(4%) saturate(1356%) hue-rotate(282deg)
    brightness(115%) contrast(70%);
}

.homepage-location-picker-item-block {
  cursor: pointer;
}

.named-logo-container {
  align-self: center;
}

.live-tag {
  font-size: 12px;
  line-height: 12px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  width: 35px;
  padding-right: 1px;
  text-align: center;
}

@media (max-width: 1023px) {
  .homepage-bottom-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .special-interruptor__items {
    margin-top: 48px;
  }

  .special-interruptor__top__text__overline {
    margin-bottom: 0.5rem;
  }

  .block-photo-gallery .captions {
    min-height: 100px;
  }
}

@media (min-width: 1024px) {
  .homepage-bottom-grid {
    margin-bottom: 2rem;
  }

  .homepage-bottom-grid > .grid-items {
    display: grid;
    grid-template-columns: repeat(5, 220.8px);
    column-gap: 24px;
  }
}

.homepage-bottom-grid .text-base {
  line-height: 1rem;
}

.homepage-lead-story-headline {
  font-weight: unset;
}

.deep-header-navigation .search-icon {
  font-weight: 700;
}

.deep-header-navigation .menu-icon > span {
  display: none;
}

@media (min-width: 1024px) {
  .deep-header-navigation .menu-trigger {
    width: 4rem;
  }

  .deep-header-navigation .menu-icon > span {
    margin-left: 2px;
    display: block;
  }

  .homepage-deeper-header {
    border-bottom-color: #000;
    border-bottom-width: 3px;
    max-width: 1200px;
    height: 144px;
    padding-top: 24px;
    transition: height 0.3s ease-in;
  }

  .homepage-deeper-header-small {
    height: 60px;
    padding-top: 0px;
    transition: height 0.3s ease-out;
  }

  .named-logo {
    width: 285px;
    transition: all 0.3s ease-in;
  }

  .character-logo {
    height: 44px;
    transition: all 0.3s ease-in;
  }

  .homepage-deeper-header-small .named-logo {
    width: 205px;
    transition: all 0.3s ease-out;
  }

  .homepage-deeper-header-small .character-logo {
    height: 32px;
    transition: all 0.3s ease-out;
  }

  .logo-container {
    gap: 12px;
  }

  .homepage-deeper-header-small .logo-container {
    gap: 1rem;
  }

  .block-photo-gallery .captions {
    min-height: 50px;
  }
}

@media (min-width: 1024px) and (max-width: 1248px) {
  .header-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.v2-profile__text {
  font-size: 16px;
}

.max-w-max-content {
  max-width: max-content;
}

.author-bio-block {
  max-width: 812px !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.v2-headline__text_style {
  font-size: 34px;
}

@media (min-width: 1024px) {
  .v2-headline__text_style {
    font-size: 45px;
  }
}

body.noscroll {
  height: 100%;
  overflow: hidden;
}

.homepage-location-picker-save-text {
  margin-left: 36px;
}

.homepage-location-picker-modal {
  display: none;
}

.homepage-location-picker-modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121214;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.homepage-location-picker-modal__overlay.active {
  display: block;
  opacity: 0.9;
}

.homepage-location-picker-modal__block {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 468px;
  height: 565px;
  background-color: white;
}

.homepage-location-picker-modal__top-border {
  border: 2px solid black;
}

.homepage-location-picker-modal__block__content {
  padding: 32px;
}

.homepage-location-picker-modal__icon__close {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  float: right;
  cursor: pointer;
}

.homepage-location-picker-modal__block__header {
  display: flex;
}

.homepage-location-picker-modal__icon__add-home {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
  margin-right: 16px;
}

.homepage-location-picker-modal__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -0.01em;
  padding-top: 8px;
}

.homepage-location-picker-modal__subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.01em;
  padding-top: 4px;
}

.homepage-location-picker-modal__options {
  margin-top: 16px;
}

.homepage-location-picker-modal__option,
.homepage-location-picker-modal__submit {
  cursor: pointer;
  width: 404px;
  height: 65px;
  background-color: #eaedf5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.homepage-location-picker-modal__option.selected {
  background-color: #7000ff;
  color: white;
}

.homepage-location-picker-modal__option__checkbox {
  float: right;
  font-size: 20px;
  line-height: 20px;
  background-color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
}

.homepage-location-picker-modal__option.selected
  > .homepage-location-picker-modal__option__checkbox {
  border-radius: 0%;
  background-color: #7000ff;
  width: 24px;
  height: 24px;
  color: white;
}

.homepage-location-picker-modal__option.selected
  > .homepage-location-picker-modal__option__checkbox
  > span {
  font-weight: 900;
}

.homepage-location-picker-modal__submit {
  background-color: black;
  color: white;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  margin: 32px 0 0 0;
}

.homepage-location-picker-modal__submit > span {
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .homepage-location-picker-save-icon {
    margin-left: -28px;
  }

  .homepage-location-picker-save-text {
    margin-left: 0;
  }

  .homepage-location-picker-modal__block {
    width: 375px;
    height: unset;
  }

  .homepage-location-picker-modal__block__content {
    padding: 16px;
  }

  .homepage-location-picker-modal__icon__add-home {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px;
    margin-right: 12px;
  }

  .homepage-location-picker-modal__title {
    font-size: 24px;
    line-height: 24px;
    padding-top: 4px;
  }

  .homepage-location-picker-modal__option,
  .homepage-location-picker-modal__submit {
    width: 343px;
  }

  .homepage-location-picker-modal__submit {
    margin: unset;
  }

  .homepage-location-picker-modal__options {
    margin-top: 12px;
  }
}
/* Accordion */
.accordion {
  margin-bottom: -3px !important;
}

@media (max-width: 1024px) {
  .accordion {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.accordion + :not(.accordion) {
  margin-top: 1.5rem;
}

.accordion-header {
  border-top-width: 3px;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.accordion button {
  width: 100%;
  padding: 28px 20px 28px 20px;
}
.accordion img {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.accordion.expanded img {
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}

.accordion-body {
  max-height: 0px;
  transition: all 0.3s ease-in-out;
}

.accordion.expanded .accordion-body {
  max-height: 800px;
  padding: 4px 20px 23px 20px;
  transition: max-height 0.3s ease-in-out, padding-top 0.3s ease-in-out;
}

.accordion.expanded .accordion-default {
  background-color: #eaedf5;
}

.accordion.expanded .accordion-voter {
  background-color: #f4ebff;
}

.accordion-content {
  overflow: hidden;
  visibility: hidden;
  transition: visibility 0s, opacity 0.3s ease-in-out;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  line-height: 1.4;
}

.accordion.expanded .accordion-content {
  visibility: visible;
  opacity: 1;
}

.accordion-content ul {
  list-style-type: disc;
  padding-left: 0.6rem;
  border-style: none;
}

.accordion-body .accordion-content:first-child > ul > li {
  padding-top: 0;
}

.accordion-content h5 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.accordion-content ul > :not([hidden]) ~ :not([hidden]),
.accordion-content ol > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.accordion-content li:last-child {
  padding-bottom: 35px;
}

.accordion-content ul *::marker {
  color: #000;
  font-size: 13px;
}

body.noscroll {
  height: 100%;
  overflow: hidden;
}

.homepage-location-picker-save-text {
  margin-left: 36px;
}

.homepage-location-picker-modal {
  display: none;
}

.homepage-location-picker-modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121214;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.homepage-location-picker-modal__overlay.active {
  display: block;
  opacity: 0.9;
}

.homepage-location-picker-modal__block {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 468px;
  height: 565px;
  background-color: white;
}

.homepage-location-picker-modal__top-border {
  border: 2px solid black;
}

.homepage-location-picker-modal__block__content {
  padding: 32px;
}

.homepage-location-picker-modal__icon__close {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  float: right;
  cursor: pointer;
}

.homepage-location-picker-modal__block__header {
  display: flex;
}

.homepage-location-picker-modal__icon__add-home {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
  margin-right: 16px;
}

.homepage-location-picker-modal__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -0.01em;
  padding-top: 8px;
}

.homepage-location-picker-modal__subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.01em;
  padding-top: 4px;
}

.homepage-location-picker-modal__options {
  margin-top: 16px;
}

.homepage-location-picker-modal__option,
.homepage-location-picker-modal__submit {
  cursor: pointer;
  width: 404px;
  height: 65px;
  background-color: #eaedf5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.homepage-location-picker-modal__option.selected {
  background-color: #7000ff;
  color: white;
}

.homepage-location-picker-modal__option__checkbox {
  float: right;
  font-size: 20px;
  line-height: 20px;
  background-color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
}

.homepage-location-picker-modal__option.selected
  > .homepage-location-picker-modal__option__checkbox {
  border-radius: 0%;
  background-color: #7000ff;
  width: 24px;
  height: 24px;
  color: white;
}

.homepage-location-picker-modal__option.selected
  > .homepage-location-picker-modal__option__checkbox
  > span {
  font-weight: 900;
}

.homepage-location-picker-modal__submit {
  background-color: black;
  color: white;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  margin: 32px 0 0 0;
}

.homepage-location-picker-modal__submit > span {
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .homepage-location-picker-save-icon {
    margin-left: -28px;
  }

  .homepage-location-picker-save-text {
    margin-left: 0;
  }

  .homepage-location-picker-modal__block {
    width: 375px;
    height: unset;
  }

  .homepage-location-picker-modal__block__content {
    padding: 16px;
  }

  .homepage-location-picker-modal__icon__add-home {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px;
    margin-right: 12px;
  }

  .homepage-location-picker-modal__title {
    font-size: 24px;
    line-height: 24px;
    padding-top: 4px;
  }

  .homepage-location-picker-modal__option,
  .homepage-location-picker-modal__submit {
    width: 343px;
  }

  .homepage-location-picker-modal__submit {
    margin: unset;
  }

  .homepage-location-picker-modal__options {
    margin-top: 12px;
  }
}

.accordion h3 {
  margin: 0;
  padding: 0;
}
