body {
  font-size: 16px;
}
html {
  -webkit-font-smoothing: antialiased;
  background-color: #f4f4f4;
  color: #000;
  font-family: Radio Canada, sans-serif;
  line-height: 1.2;
  scroll-behavior: smooth;
}
.feed .detail .byline,
.feed .detail .deck,
.feed .detail .detailHeadline,
.feed .detail .imageMedia .image-caption,
.feed .story {
  -webkit-margin-before: 16px;
  -webkit-margin-after: 16px;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-top: 16px;
}
button {
  background-color: #fff;
  border: 3px solid #e60505;
  border-radius: 0;
  color: #e60505;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus,
button:focus {
  outline: 3px solid #0550c8;
}
a:active,
a:hover,
button:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
b,
strong {
  font-weight: 700;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
button {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button {
  line-height: normal;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.viafoura {
  --primary-font: "Radio Canada", sans-serif;
}
.appContainer .share .viafoura,
.share .viafoura {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.feed .appContainer {
  background-color: #fff;
}
.feed .appContainer.loaded {
  opacity: 1;
}
.feed .appContainer .pageComponent {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 16px;
  padding-right: 16px;
  transition: max-width 0.3s ease-out;
}
.feed .appContainer > .content {
  background-color: #fff;
  min-height: 800px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.feed
  .carouselWrapper
  .carousel
  .itemContainer
  .itemList
  > ul
  > .cardContainer
  .card.card-cqw:hover:not(:focus) {
  box-shadow: 0 0 0 2px #fff;
}
.feed
  .oc-l-sectionContainer-olympicsLight
  .carouselWrapper
  .carousel
  .itemContainer
  .itemList
  > ul:hover:not(:focus) {
  box-shadow: 0 0 0 2px #000;
}
.feed .imageMedia {
  display: inline;
}
.feed .imageMedia .placeholder {
  background: radial-gradient(#fff, #cbcbcb);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.feed .imageMedia .placeholder img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.feed .detail {
  overflow-x: unset;
}
.feed .detail.detailBody .withFlex {
  display: flex;
  flex-flow: wrap;
}
.feed .detail.detailBody .detailBodyContainer {
  display: grid;
  gap: 40px;
  margin: 1rem auto 0;
  max-width: 1060px;
}
.feed .detail.detailBody .detailBodyContainer.withSidebar {
  grid-template-columns: 1fr 300px;
}
@media (max-width: 1100px) {
  .feed .detail.detailBody .detailBodyContainer.withSidebar {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}
.feed .detail.detailBody .detailBodyContainer .detailMainCol {
  flex: 0 1 45rem;
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 768px) {
  .feed .detail.detailBody .detailBodyContainer {
    margin-top: 0;
  }
}
.feed .detail .detailHeadline {
  color: #000;
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 640px) {
  .feed .detail .detailHeadline {
    font-size: 1.625rem;
  }
}
.feed .detail .deck {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (max-width: 640px) {
  .feed .detail .deck {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .feed .detail .deck {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.feed .detail .byline {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  color: #545454;
  display: flex;
  font-family: Radio Canada, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.feed .detail .byline .author-image {
  margin: 0 0.5rem 0 0;
  min-width: 40px;
}
.feed .detail .byline .author-image img {
  aspect-ratio: 1;
}
.feed .detail .byline .timeStamp {
  display: inline-block;
}
.feed .detail .byline a {
  border-bottom: 1px solid #d8d8d8;
  color: #0550c8;
  text-decoration: none;
  transition: background-color 0.25s linear;
}
.feed .detail .byline a:focus,
.feed .detail .byline a:hover {
  background-color: #d8d8d8;
}
.feed .detail .detail-link-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
.feed .detail .detail-link-label a {
  color: #757575;
  text-decoration: none;
}
.feed .detail .detail-link-label a:hover {
  text-decoration: underline;
}
.feed .detail .detail-link-label span {
  font-size: 1rem;
}
.feed .detail .imageMedia .image-caption {
  border-bottom: 1px solid #d8d8d8;
  color: #545454;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 16px;
  margin-top: 0;
  padding-bottom: 16px;
}
.feed .detail .imageMedia.leadmedia-story {
  display: block;
}
.feed .detail .imageMedia.leadmedia-story .placeholder {
  margin: 1rem 0;
}
@media (max-width: 640px) {
  .feed .leadmedia-story .image-caption {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0 16px 16px;
    padding: 0 16px 16px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .feed .leadmedia-story .image-caption {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 16px 16px;
    padding: 0 16px 16px;
  }
}
.feed .bannerFocus:focus-visible .winterOlympicsBrandBannerLogo {
  outline: 2px dashed #fff;
  outline-offset: 8px;
}
.feed .story {
  color: #222;
  font-size: 1rem;
  line-height: 150%;
}
.feed .story p {
  margin-bottom: 28px;
  margin-top: 0;
}
.feed .story a {
  border-bottom: 1px solid #d8d8d8;
  color: #0550c8;
  text-decoration: none;
  transition: background-color 0.25s linear;
}
.feed .story a:focus,
.feed .story a:hover {
  background-color: #d8d8d8;
}
.feed .story .image {
  display: block;
  line-height: 0;
  position: relative;
}
.feed .story .image .placeholder {
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .feed .story {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .feed .story p {
    margin-bottom: 28px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .feed .story {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .feed .story p {
    margin-bottom: 32px;
  }
}
.feed .author-image {
  height: 40px;
  padding: 0;
  width: 40px;
}
.feed .author-image .placeholder {
  background: none;
}
.feed .author-image .placeholder img {
  background: none;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  box-sizing: border-box;
}
.feed .toggleSwitch input:not(:checked):hover + label {
  cursor: pointer;
  text-decoration: underline;
}
.feed .toggleSwitch input:not(:checked) + label {
  z-index: 1;
}
.feed .toggleSwitch input:first-of-type:not(:checked) ~ .visualSwitch .knob {
  left: 1.7em;
}
.feed .olympicSportsList .sportsName:not(:disabled):focus-within,
.feed .olympicSportsList .sportsName:not(:disabled):hover {
  outline: 3px solid #0550c8;
}
.feed .icon .chevronIcon {
  fill: #e60505;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 2px;
  padding: 3px 2px 1px;
  vertical-align: middle;
}
.feed .icon .logoIcon.headerLogo.globalHeaderLogo {
  display: inline-block;
  margin-left: 0;
}
.feed .icon .searchIcon.headerSearch {
  vertical-align: middle;
}
.feed .icon {
  display: inline;
}
.feed .icon .logoIcon {
  fill: #e60505;
  margin-left: 1rem;
  vertical-align: middle;
}
.feed .icon .logoIcon.logoNews {
  fill: #fff;
}
.feed .newsTheme .globalHeader {
  border-bottom: none;
}
.feed .newsTheme .globalHeader .menuNavWrapper {
  height: 48px;
}
.feed .newsTheme .globalHeader .sideMenu .navLink {
  line-height: normal;
}
.feed .newsTheme .globalHeader .landingNav {
  background-color: #e60505;
}
.feed .newsTheme .globalHeader .landingNav .subNavList {
  background: transparent;
}
.feed .newsTheme .globalHeader .landingNav .subNavList .navLink {
  color: #fff;
  font-weight: 700;
}
.feed
  .newsTheme
  .globalHeader
  .landingNav
  .subNavList
  .gemSectionLink
  .navLink {
  color: #fff;
  font-weight: 400;
}
.feed .newsTheme .globalHeader .landingNav .subNavList a.subNavLink:focus,
.feed .newsTheme .globalHeader .landingNav .subNavList button.moreButton:focus {
  outline-color: #fff;
}
.feed .newsTheme .globalHeader .landingNav .moreItemsNav .moreButton {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.feed
  .newsTheme
  .globalHeader
  .landingNav
  .moreItemsNav
  .moreButton
  .chevronIcon {
  fill: #fff;
  background: #e60505;
  border: none;
}
.feed
  .newsTheme
  .globalHeader
  .landingNav
  .moreItemsNav
  .moreButton:focus
  .chevronIcon,
.feed
  .newsTheme
  .globalHeader
  .landingNav
  .moreItemsNav
  .moreButton:hover
  .chevronIcon {
  fill: #e60505;
  background: #fff;
  border: none;
}
.feed .newsTheme .detail .detailHeadline {
  font-family: Stag Medium, Trebuchet;
  font-weight: bold;
}
@media print {
  .feed .appContainer .author-image,
  .feed .appContainer .globalHeader .landingNav,
  .feed .appContainer .globalHeader .menuButton,
  .feed .appContainer .landingNav,
  .feed .appContainer .navLink.search,
  .feed .appContainer .viafoura {
    display: none;
  }

  .feed .appContainer .globalHeader {
    position: static !important;
  }
}
.icon-o_g8u {
  display: block;
}
.detail-link-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
.detail-link-label a {
  color: #757575;
  text-decoration: none;
}
.detail-link-label a:hover {
  text-decoration: underline;
}
.detail-link-label span {
  font-size: 1rem;
}
.card-_Onuv > a:focus-visible svg,
.card-_Onuv > button:focus-visible svg {
  background-color: rgba(60, 60, 60, 0.7);
}
.engagement-widgets {
  align-items: center;
  display: flex;
  height: 46px;
}
.engagement-widgets .share {
  margin-right: 18px;
  min-width: 206px;
}
@media (max-width: 749px) {
  .engagement-widgets .share {
    min-width: 160px;
  }
}
.feed .globalHeader .landingNav {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  margin: 0 auto;
  min-height: 48px;
}
.feed .globalHeader .landingNav .landingWrapper {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 16px;
  padding-right: 16px;
}
.feed .globalHeader .landingNav .subNavList {
  align-items: center;
  flex-wrap: nowrap;
  height: 48px;
  margin: 0;
  position: relative;
  white-space: nowrap;
}
.feed .globalHeader .landingNav .subNavList .subNavListItem {
  margin: 0;
  padding: 0 1.5rem;
  white-space: nowrap;
  width: auto;
}
.feed .globalHeader .landingNav .subNavList .subNavListItem.gemWrapper {
  padding-left: 0;
}
@media (max-width: 640px) {
  .landingNav .subNavList .subNavListItem {
    padding: 0 0.8rem;
  }
}
.landingNav .subNavList .navLink {
  outline: 3px solid transparent;
}
.privacyPreferences {
  all: unset;
  color: #0550c8;
  cursor: pointer;
}
.privacyPreferences:hover {
  text-decoration: underline;
}
.privacyPreferences:focus {
  outline: 3px solid #0550c8;
  text-decoration: underline;
}
.profileButtonWrapper {
  display: flex;
}
.profileButtonWrapper .profileButtonNav {
  fill: #545454;
  stroke: #545454;
  background-color: transparent;
  border: none;
  color: #545454;
  cursor: pointer;
  margin: 8px;
  padding: 4px 8px;
  text-decoration: none;
}
.profileButtonWrapper .profileButtonNav:focus {
  fill: #0074ad;
  border-radius: 20px;
  color: #0074ad;
  outline: 2px solid #0074ad;
}
.profileButtonWrapper .profileButtonNav:hover {
  fill: #0074ad;
  stroke: #0074ad;
  color: #0074ad;
}
.profileButtonWrapper .profileButtonNav:active {
  fill: #004c71;
  stroke: #004c71;
  color: #004c71;
  outline: none;
}
.profileButtonWrapper .profileButtonNav .profilePic {
  display: inline-block;
  height: 15px;
  margin-right: 0.4375rem;
  width: 15px;
}
.profileButtonWrapper .profileButtonNav .profileText {
  font-family: Radio Canada;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 600px) {
  .profileButtonWrapper .profileButtonNav .profileText {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
  }
  .profileButtonWrapper .profileButtonNav .icon .profileIcon {
    margin-right: 0;
  }
}
.profileButtonWrapper .profileButtonNav .icon {
  bottom: -0.125rem;
  position: relative;
}
.navigation__navLink-JkSdI.horizontalNav-K6bCr a:focus-visible {
  border: 2px solid #353535;
  border-radius: 24px;
  margin: -2px;
}
.navigation__navLink-JkSdI.horizontalNav-K6bCr a:focus-visible a {
  -webkit-text-decoration: underline #353535;
  text-decoration: underline #353535;
}
.navigation__navLink-JkSdI.blackAndWhite-Jj5BV a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.navigation__navLink-JkSdI.blackAndWhite-Jj5BV a:focus-visible a {
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}
.feed .globalFooter {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
}
.feed .globalFooter .footerBody {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80rem;
}
.feed .globalFooter .basicFooter {
  background-color: #000;
  color: #fff;
}
.feed .globalFooter .basicFooter .footerColumn {
  align-self: center;
}
.feed .globalFooter .footerList {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.feed .globalFooter .footerColumn {
  flex: 1 1 130px;
  font-size: 0.85em;
  padding: 16px;
}
.feed .globalFooter .footerLink {
  color: #0550c8;
  text-decoration: none;
}
.feed .globalFooter .footerLink:focus,
.feed .globalFooter .footerLink:hover {
  text-decoration: underline;
}
.feed .globalFooter .footerHeading {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
  margin-top: 0;
}
.feed .globalFooter .footerItem {
  margin-bottom: 0.5rem;
}
.feed .globalFooter .copyright,
.feed .globalFooter .extendedLogoLink,
.feed .globalFooter .radioCanada {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}
.feed .globalFooter .extendedLogo {
  flex: 1 1 230px;
  font-size: 1.3rem;
}
.feed .globalFooter .extendedLogo .placeholder {
  background: none;
}
.feed .globalFooter .extendedLogo img {
  position: relative;
  width: 220px;
}
.feed .globalFooter .copyright {
  flex: 2 0 230px;
}
.feed .globalFooter .radioCanada:focus,
.feed .globalFooter .radioCanada:hover {
  text-decoration: underline;
}
.feed .globalFooter .cbcWatch {
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none;
  transition: background-color 0.25s linear;
}
.feed .globalFooter .cbcWatch:focus,
.feed .globalFooter .cbcWatch:hover {
  background-color: #d8d8d8;
  text-decoration: none;
}
.filter .checkbox:focus:not(:focus-visible) {
  outline: none;
}
button span {
  font-family: Radio Canada;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.31rem;
}
button {
  cursor: pointer;
  font-family: Radio Canada;
}
.outlined-hTmi5:focus-visible {
  outline: 2px solid #353535;
}
.filled-sh27F:focus-visible {
  background-color: #004c71;
  outline: 2px solid #e00;
}
.iconButton-ahDec.enabled-tNwNO:focus-visible svg {
  background-color: #e7e7e7;
  border: 2px solid #060606;
}
.iconButton-ahDec.dark-jYADk.enabled-tNwNO:focus-visible svg {
  background-color: gray;
}
.iconButton-ahDec.background-A5qe6.enabled-tNwNO:focus-visible svg {
  background-color: #e7e7e7;
  border: 2px solid #060606;
}
.labelledIconButton-DJXCN.horizontalNav-vNOyy:focus-visible span,
.labelledIconButton-DJXCN:focus-visible span {
  font-family: Radio Canada;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.labelledIconButton-DJXCN:focus-visible {
  border: 2px solid #353535;
  margin: -2px;
}
.labelledIconButton-DJXCN.blackAndWhite-yKULD:focus-visible {
  border: 2px solid #fff;
  margin: -2px;
}
.chip-EZdDN:focus-visible {
  border: 2px solid #000;
}
.feed .globalHeader {
  background: #fff;
  color: #fff;
  width: 100%;
  z-index: 1000;
}
.feed .globalHeader .menuNavWrapper {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-flow: row wrap;
  height: 48px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80rem;
  overflow: visible;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.feed .globalHeader .logoWrapper {
  display: flex;
  flex-direction: column;
  height: 48px;
  justify-content: space-around;
  left: 50%;
  margin-left: -35px;
  position: absolute;
}
.feed .globalHeader .logoWrapper .logo {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  height: 25px;
  padding: 0 5px;
  text-decoration: none;
  z-index: 1;
}
.feed .globalHeader .logoWrapper .logo:focus {
  border: 2px solid #000;
  border-radius: 20px;
  margin-left: -2px;
  outline: none;
}
.feed .globalHeader .logoWrapper .logo:hover {
  opacity: 0.8;
}
.feed .globalHeader .logoWrapper .logo:active {
  opacity: 0.9;
}
.feed .globalHeader .logoWrapper .logo .icon {
  line-height: 0;
}
.feed .globalHeader .logoWrapper .logo .logoIcon {
  display: block;
}
.feed .globalHeader .gemSectionLink {
  margin: 0;
  padding: 0 1rem;
  vertical-align: baseline;
  white-space: nowrap;
}
.feed .globalHeader .gemSectionLink .icon {
  display: none;
}
.feed .globalHeader .gemSectionLink .icon .logoIcon {
  margin-left: 0;
}
.feed .globalHeader .gemSectionLink .navLink {
  font-family: Stag Medium, Trebuchet;
  font-size: 1.75rem;
  font-weight: 300;
}
.feed .globalHeader .gemSectionLink .navLink:hover {
  text-decoration: underline;
}
.feed .globalHeader .gemSectionLink .navLink .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  outline: inherit;
}
.feed .globalHeader .navLink,
.feed .globalHeader .navLink:active,
.feed .globalHeader .navLink:link,
.feed .globalHeader .navLink:visited {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.feed .globalHeader .navLink:focus,
.feed .globalHeader .navLink:hover {
  color: #e60505;
  text-decoration: underline;
}
.feed .globalHeader .sideMenu {
  align-self: center;
  display: flex;
  min-width: 3rem;
  text-align: center;
}
.feed .globalHeader .sideMenu .navLink {
  align-self: center;
  color: #000;
  display: inline-block;
  margin: 8px;
  padding: 4px 8px;
}
.feed .globalHeader .sideMenu .search {
  fill: #545454;
  border: 0;
  color: #545454;
  text-decoration: none;
}
.feed .globalHeader .sideMenu .search:focus {
  fill: #0074ad;
  border-radius: 20px;
  color: #0074ad;
  outline: 2px solid #0074ad;
}
.feed .globalHeader .sideMenu .search:hover {
  fill: #0074ad;
  color: #0074ad;
}
.feed .globalHeader .sideMenu .search:active {
  fill: #004c71;
  color: #004c71;
  outline: none;
}
.feed .globalHeader .sideMenu .search .headerSearch,
.feed .globalHeader .sideMenu .search .searchIcon {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.feed .globalHeader .sideMenu .search .searchText {
  font-family: Radio Canada;
  font-size: 14px;
  font-weight: 700;
  margin-left: 6px;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .feed .globalHeader .sideMenu .search .searchText {
    display: none;
  }
}
.feed .globalHeader .menuButtonWrapper {
  display: flex;
  flex-direction: column;
  height: 48px;
  justify-content: center;
}
.feed .globalHeader .menuButtonWrapper .menuButton {
  box-sizing: border-box;
  display: flex;
  text-decoration: none;
}
.feed .globalHeader .menuButtonWrapper .menuButton:focus .menuText,
.feed .globalHeader .menuButtonWrapper .menuButton:hover .menuText {
  color: #0074ad;
}
.feed .globalHeader .menuButtonWrapper .menuButton:focus svg path,
.feed .globalHeader .menuButtonWrapper .menuButton:hover svg path {
  fill: #0074ad;
}
.feed .globalHeader .menuButtonWrapper .menuButton:focus {
  border-radius: 20px;
  outline: 2px solid #0074ad;
  outline-offset: 4px;
}
.feed .globalHeader .menuButtonWrapper .menuButton:active {
  outline: none;
}
.feed .globalHeader .menuButtonWrapper .menuButton:active .menuText {
  color: #004c71;
}
.feed .globalHeader .menuButtonWrapper .menuButton:active svg path {
  fill: #004c71;
}
.feed .globalHeader .menuButtonWrapper .menuButton .menuText {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 5px;
}
@media only screen and (max-width: 600px) {
  .feed .globalHeader .menuButtonWrapper .menuButton .menuText {
    display: none;
  }
}
.feed .globalHeader .menuButtonWrapper .menuButton svg {
  display: inline-block;
}
@media only screen and (max-width: 600px) and (min-width: 370px) {
  .feed .globalHeader .menuNavWrapper {
    padding: 0;
  }
  .feed .globalHeader .menuNavWrapper .menuButton {
    margin: 8px 16px;
  }
  .feed .globalHeader .menuNavWrapper .profileButtonWrapper button,
  .feed .globalHeader .menuNavWrapper .sideMenu .navLink {
    padding-left: 14px;
    padding-right: 15px;
  }
}
.feed .globalHeader .navItem .navLink:focus,
.feed .globalHeader .navItem .navLink:hover {
  text-decoration: underline;
}
.feed .globalHeader .subNavList {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
}
.feed .globalHeader .subNavList:after {
  content: "";
  flex: auto;
  padding: 0 1rem;
  width: 21%;
}
.feed .globalHeader .subNavList .subNavListItem {
  flex: 0 0 auto;
  list-style-type: none;
  padding: 0 1rem;
  width: 21%;
}
.feed .globalHeader .subNavList .subNavListItem .subNavLink {
  color: #545454;
  font-weight: 400;
  text-transform: none;
}
.feed .globalHeader .moreItemsNav {
  text-align: right;
}
.feed .globalHeader .moreItemsNav .moreButton {
  background: transparent;
  border: 1px solid #cbcbcb;
  color: #222;
  font-size: 0.9rem;
  height: 2rem;
  padding: 0 0.2rem 0 0.3rem;
  white-space: nowrap;
}
.feed .globalHeader .moreItemsNav .moreButton .chevronIcon {
  fill: #222;
  background: #fff;
  border: none;
}
.feed .globalHeader .moreItemsNav .moreButton:focus .chevronIcon,
.feed .globalHeader .moreItemsNav .moreButton:hover .chevronIcon {
  fill: #fff;
  background: #222;
  border: none;
}
.feed .globalHeader .responsiveNav {
  position: relative;
}
.feed .globalHeader .responsiveNav .moreItemsNav {
  text-align: right;
}
.feed .globalHeader .responsiveNav .moreItemsNav .moreButton {
  background: transparent;
  border: 1px solid #cbcbcb;
  color: #222;
  font-size: 0.9rem;
  height: 2rem;
  padding: 0 0.2rem 0 0.3rem;
  white-space: nowrap;
}
.feed .globalHeader .responsiveNav .moreItemsNav .moreButton .chevronIcon {
  fill: #222;
  background: #fff;
  border: none;
}
.feed .globalHeader .responsiveNav .moreItemsNav .moreButton:focus .chevronIcon,
.feed
  .globalHeader
  .responsiveNav
  .moreItemsNav
  .moreButton:hover
  .chevronIcon {
  fill: #fff;
  background: #222;
  border: none;
}
.feed .globalHeader .responsiveNav .subNavListItem {
  position: static;
  white-space: nowrap;
}
.feed .globalHeader .responsiveNav .subNavListItem.moreNavTrigger {
  margin-left: 0;
  padding-right: 0;
  position: relative;
  visibility: hidden;
}
.feed .globalHeader .responsiveNav .subNavListItem.moreNavTrigger.active {
  visibility: visible;
}
.feed .globalHeader .responsiveNav.overflowHidden {
  overflow-x: scroll;
  scrollbar-width: none;
}
.feed .globalHeader .responsiveNav.overflowHidden::-webkit-scrollbar {
  display: none;
}
.feed .globalHeader .responsiveNav .gemWrapper .gemSectionLink {
  padding: 0;
}

.subNavListItem.moreNavTrigger.active.nav-item-mob {
  display: none;
}

@media (max-width: 1275px) {
  .navItem.subNavListItem.nav-item1275 {
    display: none;
  }
}

@media (max-width: 1129px) {
  .navItem.subNavListItem.nav-item1129 {
    display: none;
  }
}

@media (max-width: 1012px) {
  .navItem.subNavListItem.nav-item1012 {
    display: none;
  }
}

@media (max-width: 876px) {
  .navItem.subNavListItem.nav-item876 {
    display: none;
  }
}

@media (max-width: 771px) {
  .navItem.subNavListItem.nav-item771 {
    display: none;
  }
}

@media (max-width: 666px) {
  .navItem.subNavListItem.nav-item666 {
    display: none;
  }
}

@media (max-width: 640px) {
  .navItem.subNavListItem.nav-item640 {
    display: none;
  }

  .subNavListItem.moreNavTrigger.active.nav-item640 {
    display: none;
  }

  .subNavListItem.moreNavTrigger.active.nav-item-mob {
    display: block;
    position: absolute !important;
    right: 0;
  }

  .block-info textarea {
    width: 90%;
  }
}
.reg {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 30px;
}
.reg__title {
  font-weight: 700;
}
.reg__list {
  width: 100%;
  gap: 1rem;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.reg__list-container {
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.reg__item {
  font-size: 1.1rem;
  line-height: 30px;
  padding: 5px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  background: #e4e4e4;
  border-left: 3px solid #e60505;
  border-radius: 6px;
}
.reg__item a {
  color: #e60505;
  font-weight: 700;
}
.reg__item a:hover {
  color: #e60505;
}
.button-link {
  padding: 10px 25px;
  color: #fff !important;
  font-weight: 600;
  background-color: #e60505;
  display: block;
  text-align: center;
  margin: auto !important;
  margin-top: 20px !important;
}
.button-link:hover {
  background-color: #fff !important;
  color: #e60505 !important;
  border: 1px solid #e60505 !important;
  border-bottom: 1px solid #e60505 !important;
}
.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}
.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}
.comment-content {
  display: flex;
  flex-direction: column;
}
.comment-block {
  margin: 5px 5px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}
.comment-block:nth-child(1) {
  border-bottom: none;
}
.block-avatar {
  margin-right: 1rem;
}
.block-info-comment__name {
  font-weight: 700;
  color: #3b5998;
}
.block-info textarea {
  width: 100%;
  padding: 0.5rem 1rem 2rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.21);
}
.block-info textarea:focus {
  border: none;
}
.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  white-space: nowrap;
}
.block-info-answer-flex {
  display: flex;
  margin-top: 1.5rem;
}
.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}
.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #00acee;
}
.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}
.block-info-line__like_item a {
  color: #3b5998;
}

@media (max-width: 640px) {
  .block-info textarea {
    width: 90%;
  }
}
h1,
h2,
h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}

ul {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
li {
  margin-bottom: 0.75rem;
}
a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}
strong {
  font-weight: 700;
  color: #1a202c;
}
.comment-textarea {
  width: 100%;
  min-height: 120px;
  max-height: 350px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: none;
  overflow: auto;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.comment-textarea:focus {
  border-color: #007aff;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.1);
  outline: none;
}
