.srf-comments-header-wrapper {
 
  color: var(--t-comments-header-title);
}
#srf-comments a{
  border-bottom: none;
}
.srf-comments-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
@media (min-width: 720px) {
  .srf-comments-header {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .srf-comments-header {
    max-width: 654px;
  }
}
@media (min-width: 1024px) {
  .srf-comments-header {
    max-width: 712px;
  }
}
@media (min-width: 720px) {
  .srf-comments-header {
    padding: 0 24px;
  }
}
.srf-comments-header-title {
  font-size: 22px;
  letter-spacing: 0.2px;
}
.srf-comments-header-text__link {
  border-bottom: 1px solid var(--t-a-underline);
}
.srf-comments-header-expand-container {
  align-items: center;
  color: var(--t-expand-icon-text);
  display: flex;
  font-size: 16px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding-right: 2px;
}
.srf-comments-header-expand-switch {
  margin-left: 8px;
  --caret-color: var(--t-expand-icon-text);
  background-color: var(--caret-color);
  display: inline-block;
  height: 24px;
 
  -webkit-mask-size: 66.6666666667%;
  mask-size: 66.6666666667%;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  width: 24px;
}
.srf-comments-header-expand-switch--closed {
  transform: none;
}
.srf-comments-header__userinfo {
  margin-bottom: 20px;
  padding: 0 16px;
}
@media (min-width: 720px) {
  .srf-comments-header__userinfo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .srf-comments-header__userinfo {
    max-width: 654px;
  }
}
@media (min-width: 1024px) {
  .srf-comments-header__userinfo {
    max-width: 712px;
  }
}
@media (min-width: 720px) {
  .srf-comments-header__userinfo {
    padding: 0 24px;
  }
}
.srf-comments-consent-text {
  color: var(--t-comment-user);
}
.srf-comments-reply-form-success-message {
  animation: srf-comments-fadeInAndOut 3.5s ease-out;
  background-color: #1a7ac5;
  border-radius: 2px;
  color: #fff;
  display: flex;
  flex-direction: row;
  padding: 12px;
}
@media (max-width: 719px) {
  .srf-comments-reply-form-success-message {
    align-items: center;
    flex-direction: column;
  }
}
@keyframes srf-comments-fadeInAndOut {
  0% {
    opacity: 0;
    visibility: visible;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.srf-comments-reply-form-success-message-icon {
  background-image: url(../index/checkmark-circled.7f718def.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 56px;
  margin: 20px 0 0 24px;
  width: 56px;
}
@media (max-width: 719px) {
  .srf-comments-reply-form-success-message-icon {
    margin: 16px 0 0;
  }
}
.srf-comments-reply-form-success-message-text {
  margin: 20px 0 20px 24px;
}
@media (max-width: 719px) {
  .srf-comments-reply-form-success-message-text {
    text-align: center;
  }
}
.srf-comments-reply-form-error-message {
  color: var(--t-a-color);
  font-size: 16px;
  font-variation-settings: "wght" 300;
  font-weight: 300;
  letter-spacing: 0.4px;
}
.srf-comments-reply-form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 0 16px;
}
@media (min-width: 720px) {
  .srf-comments-reply-form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .srf-comments-reply-form {
    max-width: 654px;
  }
}
@media (min-width: 1024px) {
  .srf-comments-reply-form {
    max-width: 712px;
  }
}
@media (min-width: 720px) {
  .srf-comments-reply-form {
    padding: 0 24px;
  }
}
.srf-comments-reply-form__initial {
  all: unset;
  align-self: stretch;
  
  border-radius: 2px;
  color: var(--t-comments-header-button);
  cursor: pointer;
  font-size: 16px;
  font-variation-settings: "wght" 300;
  font-weight: 300;
  letter-spacing: 0.4px;
  padding: 12px;
}
.srf-comments-reply-form__initial:hover {
  border-bottom: 1px solid var(--t-comments-header-button-border);
  color: var(--t-comments-header-button);
}
.srf-comments-reply-form__textarea-container {
  background-color: var(--t-reply-bg);
  border: 1px solid var(--t-reply-border);
  border-radius: 2px;
  margin: 4px 0 16px;
  padding: 0;
  position: relative;
}
.srf-comments-reply-form__textarea-container--active {
  border: 1px solid var(--t-reply-border-on-focus);
}
.srf-comments-reply-form__textarea {
  background-color: var(--t-reply-bg);
  background-color: initial;
  border: 0;
  box-shadow: none;
  color: var(--t-reply-textarea);
  display: block;
  font-size: 16px;
  font-variation-settings: "wght" 300;
  font-weight: 300;
  letter-spacing: 0.4px;
  padding: 0;
  position: relative;
  resize: none;
  white-space: pre-wrap;
  width: calc(100% - 32px);
  z-index: 2;
  word-wrap: break-word;
  height: 108px;
  margin: 12px 16px 0;
}
.srf-comments-reply-form__counter-container {
  color: var(--t-reply-info);
  font-size: 14px;
  height: 30px;
  letter-spacing: 0.4px;
  margin: 0 16px 10px;
  padding-top: 10px;
  visibility: hidden;
}
.srf-comments-reply-form__counter-container__active {
  visibility: visible;
}
.srf-comments-reply-form__counter {
  float: right;
}
.srf-comments-reply-form__counter--warn {
  color: var(--t-reply-info-warn);
}
.srf-comments-comment {
  border-top: 1px solid var(--t-comment-border);
  margin: 0 16px;
  padding: 0;
  position: relative;
}
@media (min-width: 720px) {
  .srf-comments-comment {
    margin: 0;
    padding: 0 24px;
  }
}
.srf-comments-comment:first-child:not(.srf-comments-comment--reply) {
  border-top: 0;
}
.srf-comments-comment__user {
  color: var(--t-comment-user);
  display: flex;
  font-size: 16px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin: 20px 0 2px;
}
@media (min-width: 720px) {
  .srf-comments-comment__user {
    margin-top: 24px;
  }
}
.srf-comments-comment__time {
  color: var(--t-comment-time);
  display: block;
  font-size: 12px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.25;
}
.srf-comments-comment__content {
  color: var(--t-comment-content);
  font-size: 18px;
  font-variation-settings: "wght" 300;
  font-weight: 300;
  letter-spacing: 0.4px;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
@media (min-width: 720px) {
  .srf-comments-comment__content {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.srf-comments-comment__replies-wrapper {
  margin-bottom: 12px;
  margin-left: 10px;
}
@media (min-width: 720px) {
  .srf-comments-comment__replies-wrapper {
    margin-left: 64px;
  }
}
.srf-comments-comment__reply-form {
  margin: 24px 0;
  padding: 0;
}
.srf-comments-comment--reply {
  margin-right: 0;
  overflow: visible;
  position: relative;
}
.srf-comments-comment--reply:before {
  background-color: var(--t-comment-reply-icon);
  content: "";
  height: 15px;
  left: -26px;
  -webkit-mask: url(../index/intendation.df6e22df.svg) no-repeat 50% 50%;
  mask: url(../index/intendation.df6e22df.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: -8px;
  width: 19px;
}
@media (min-width: 720px) {
  .srf-comments-comment--reply:before {
    left: -30px;
    top: 27px;
  }
}
.srf-comments-comment__reply-form.srf-comments-comment--reply:before {
  left: -10px;
}
.srf-comments-comment__replies {
  padding-left: 24px;
  position: relative;
}
@media (min-width: 720px) {
  .srf-comments-comment__replies {
    padding-left: 0;
  }
}
.srf-comments-comment__replies:before {
  background-color: var(--t-comment-show-replies-icon);
  content: "";
  height: 15px;
  left: 0;
  -webkit-mask: url(../index/reply.096800dc.svg) no-repeat 50% 50%;
  mask: url(../index/reply.096800dc.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 4px;
  transform: rotate(180deg);
  width: 19px;
}
@media (min-width: 720px) {
  .srf-comments-comment__replies:before {
    left: -26px;
  }
}
.srf-comments-comment__actions {
  margin-bottom: 12px;
  padding: 8px 0;
}
.srf-comments-comment__action {
  all: unset;
  color: var(--t-a-color);
  cursor: pointer;
  font-size: 16px;
  font-variation-settings: "wght" 300;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 1.25;
}
@media (min-width: 720px) {
  .srf-comments-comment__action {
    line-height: 1.5;
  }
}
.srf-comments-comment__action:hover {
  color: var(--t-a-color-hover);
}
.srf-comments-comment__action:active {
  color: var(--t-comment-link-disabled);
}
.srf-comments-comment__action--disabled {
  color: var(--t-comment-link-disabled);
  
}
.srf-comments-comment__action--disabled:active,
.srf-comments-comment__action--disabled:hover {
  color: var(--t-comment-link-disabled);
}
.srf-comments-comment__action--expand {
  margin-left: 4px;
}
.srf-comments-comment__action--with-border {
  border-left: 1px solid var(--t-comment-border);
  margin-left: 8px;
  padding-left: 8px;
}
.srf-comments-comment__count {
  font-variation-settings: "wght" 400;
  font-weight: 400;
}
.srf-comments-comment__logo {
  height: 16px;
  margin-left: auto;
  position: relative;
  width: 24px;
}
.srf-comments-comment__logo:before {
  content: "";
  height: 16px;
  position: absolute;
  width: 24px;
}
.srf-comments-comment__logo--srf:before {
  background-image: url(../index/srf_logo.26328a24.svg);
}
.srf-comments-comment__logo--rtr:before {
  background-image: url(../index/rtr_logo.7c3d6f73.svg);
}
.show-more-bar {
  --t-show-more-bar-border: #ebebe5;
}
@media (prefers-color-scheme: dark) {
  .show-more-bar {
    --t-show-more-bar-border: #383732;
  }
}
.show-more-bar {
  display: flex;
}
.show-more-bar--episode-list {
  padding: 8px;
}
@media (min-width: 720px) {
  .show-more-bar--episode-list {
    padding-left: 24px;
    padding-right: 0;
  }
}
.show-more-bar--episode-list-preview {
  padding: 8px;
}
@media (min-width: 720px) {
  .show-more-bar--episode-list-preview {
    padding-left: 0;
    padding-right: 0;
  }
}
.show-more-bar--algolia-search {
  margin-top: 16px;
  margin-inline: -8px;
}
@media (min-width: 720px) {
  .show-more-bar--algolia-search {
    margin-inline: 0 -8px;
  }
}
@media (min-width: 1024px) {
  .show-more-bar--algolia-search {
    padding-right: 33%;
  }
}
@media (min-width: 1280px) {
  .show-more-bar--algolia-search {
    padding-right: 426px;
  }
}
.show-more-bar--with-borders {
  border-color: var(--t-show-more-bar-border);
  border-width: 1px 0;
}
.show-more-bar__child {
  flex: 0 0 auto;
  margin-right: 8px;
  margin-top: 0;
  width: auto;
}
.show-more-bar__child:last-child {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 719px) {
  .show-more-bar__child.show-more-bar__child {
    width: auto;
  }
}
.show-more-bar--episode-list-preview .show-more-bar__child {
  margin-right: 0;
}
.show-more-bar__child--grow {
  flex-grow: 1;
  border-radius: 15px;
}
.show-more-bar__child--link-wrapper {
  display: flex;
  justify-content: center;
}
.show-more-bar--audio-search {
  margin-left: 24px;
  margin-top: 8px;
}
.spinner {
  animation: rotate360Animation 2s linear infinite;
  height: 100%;
  width: 100%;
}
.spinner__circle {
  stroke-width: 2;
  fill: none;
}
.spinner__circle--bg {
  stroke: #dadad2;
  opacity: 0.4;
}
.spinner__circle--dash {
  stroke: #e31f2b;
  stroke-linecap: round;
  stroke-dasharray: 89, 200;
  stroke-miterlimit: 10;
  animation: spinnerDashAnimation 1.5s ease-in-out infinite;
}
.spinner--white-dash .spinner__circle--dash {
  stroke: #fff;
}
.spinner--loading-medium {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}
.spinner--size-medium {
  height: 40px;
  width: 40px;
}
@keyframes spinnerDashAnimation {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.srf-comments-spinner {
  margin-bottom: 12px;
  max-width: 64px;
  min-width: 36px;
}
@media (min-width: 720px) {
  .srf-comments-spinner {
    margin-bottom: 24px;
  }
  .srf-comments-comments {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .srf-comments-comments {
    max-width: 654px;
  }
}
@media (min-width: 1024px) {
  .srf-comments-comments {
    max-width: 712px;
  }
}
.srf-comments-footer {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
@media (min-width: 720px) {
  .srf-comments-footer {
    margin-top: 24px;
  }
}
.srf-comments-show-more-bar-container {
  flex-grow: 1;
  margin-top: 16px;
}
@media (min-width: 720px) {
  .srf-comments-tabs-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .srf-comments-tabs-container {
    max-width: 654px;
  }
}
@media (min-width: 1024px) {
  .srf-comments-tabs-container {
    max-width: 712px;
  }
}
.srf-comments-tabs {
  display: flex;
  /* height: 100%; */
}
.srf-comments-tab-option {
  align-items: flex-start;
  display: flex;
  flex-basis: 50%;
}
@media (min-width: 720px) {
  .srf-comments-tab-option {
    flex-basis: auto;
  }
}
.srf-comments-tab-option__button {
  all: unset;
  color: var(--t-tab-option);
  cursor: pointer;
  flex-grow: 1;
  font-size: 14px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  height: 40px;
  letter-spacing: 0.4px;
  padding: 0 16px;
  white-space: nowrap;
}
@media (min-width: 720px) {
  .srf-comments-tab-option__button {
    font-size: 16px;
    letter-spacing: 0.4px;
    padding: 0 24px;
  }
}
.srf-comments-tab-option__button:hover {
  color: var(--t-tab-option);
}
.srf-comments-tab-option__button--selected,
.srf-comments-tab-option__button--selected:focus,
.srf-comments-tab-option__button--selected:hover {
  border-bottom: 1px solid var(--t-tab-option-selected);
  color: var(--t-tab-option-selected);
}
.srf-comments-content-wrapper {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.srf-comments-content-wrapper--expanded {
  max-height: 100000px;
  transition: max-height 0.3s ease-in-out;
}
.srf-comments-header-content-wrapper {
  

  color: var(--t-comments-header-title);
  font-size: 16px;
  letter-spacing: 0.4px;
}
.srf-comments-message {
  color: var(--t-comment-content);
  font-size: 16px;
  letter-spacing: 0.4px;
  padding: 0 16px;
}
@media (min-width: 720px) {
  .srf-comments-message {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .srf-comments-message {
    max-width: 654px;
  }
}
@media (min-width: 1024px) {
  .srf-comments-message {
    max-width: 712px;
  }
}
@media (min-width: 720px) {
  .srf-comments-message {
    padding: 0 24px;
  }
}
body:before {
  content: "mobile";
  display: none;
}
@media (min-width: 720px) and (max-width: 1023px) {
  body:before {
    content: "tablet";
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  body:before {
    content: "desktop";
  }
}
@media (min-width: 1280px) {
  body:before {
    content: "desktop-wide";
  }
}
:root {
  --t-text-list: #005ab4;
}
@media (prefers-color-scheme: dark) {
  :root {
    --t-text-list: #ff6669;
  }
}
:root {
  --t-a-underline: #005ab4;
  --t-a-underline-hover: #8d0614;
  --t-a-underline-active: #6a0b0c;
}
@media (prefers-color-scheme: dark) {
  :root {
    --t-a-underline: #ff6669;
    --t-a-underline-hover: #ff9193;
    --t-a-underline-active: #ffbbbc;
  }
}
:root {
  --t-button-label: #22211d;
  --t-button-label-bg: #ebebe5;
  --t-button-label-hover: #dadad2;
}
@media (prefers-color-scheme: dark) {
  :root {
    --t-button-label: #f5f5f2;
    --t-button-label-bg: #4e4d47;
    --t-button-label-hover: #5e5d56;
  }
}
:root {
  --t-caret-icon-red-mask: #005ab4;
}
@media (prefers-color-scheme: dark) {
  :root {
    --t-caret-icon-red-mask: #ff6669;
  }
}
#srf-comments {
  --t-comments-header-title: #ffffff;
  --t-comments-header-bg: #000000;
  --t-comments-header-button: #cccccc;
  --t-comments-header-button-bg: #fff;
  --t-comments-header-button-border: #b9b7ac;
  --t-comment-border: #ebebe5;
  --t-comment-user: #e1e3e6;
  --t-comment-time: #e1e3e6;
  --t-comment-content: #e1e3e6;
  --t-comment-link-disabled: #6b6960;
  --t-comment-reply-icon: #000;
  --t-comment-show-replies-icon: #005ab4;
  --t-tab-option: #cccccc;
  --t-tab-option-selected: #005ab4;
  --t-reply-info: #6b6960;
  --t-reply-info-warn: #005ab4;
  --t-reply-bg: #fff;
  --t-reply-border: #b9b7ac;
  --t-reply-border-on-focus: #4e4d47;
  --t-reply-textarea: #383732;
  --t-expand-icon-text: #005ab4;
}
@media (prefers-color-scheme: dark) {
  #srf-comments {
    --t-comments-header-title: #fff;
    --t-comments-header-bg: #383732;
    --t-comments-header-button: #dadad2;
    --t-comments-header-button-bg: #2e2d29;
    --t-comments-header-button-border: hsla(0, 0%, 100%, 0.12);
    --t-comment-border: hsla(0, 0%, 100%, 0.12);
    --t-comment-user: #fff;
    --t-comment-time: #b9b7ac;
    --t-comment-content: #fafaf8;
    --t-comment-link-disabled: #9f9c90;
    --t-comment-reply-icon: #fff;
    --t-comment-show-replies-icon: #ff6669;
    --t-tab-option: #b9b7ac;
    --t-tab-option-selected: #ff6669;
    --t-reply-info: #b9b7ac;
    --t-reply-info-warn: #ff6669;
    --t-reply-bg: #2e2d29;
    --t-reply-border: hsla(0, 0%, 100%, 0.12);
    --t-reply-border-on-focus: hsla(0, 0%, 100%, 0.24);
    --t-reply-textarea: #fff;
    --t-expand-icon-text: #ff6669;
  }
}
#srf-comments:target {
  scroll-margin-top: 100px;
}
.srf-comments-spinner-container {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.srf-comments-app-error {
  color: var(--t-comment-content);
  font-size: 16px;
  letter-spacing: 0.4px;
  padding: 0 16px;
}
@media (min-width: 720px) {
  .srf-comments-app-error {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .srf-comments-app-error {
    max-width: 654px;
  }
}
@media (min-width: 1024px) {
  .srf-comments-app-error {
    max-width: 712px;
  }
}
@media (min-width: 720px) {
  .srf-comments-app-error {
    padding: 0 24px;
  }
}
