.szn-suggest-list--dark {
  --color-box-background: #333;
  --color-box-border: #555;
  --color-element-background: #555;
  --color-text: #f0f0f0;
  --color-text-metadata: #999;
  --color-bakground-metadata: #fff;
  --color-button: #f0f0f0;
  --color-miniapp-label: #999;
  --color-label: #999;
}

.szn-suggest-list--light,
.szn-suggest-list--system {
  --color-box-background: #fff;
  --color-box-border: #eee;
  --color-element-background: #eee;
  --color-text: #111;
  --color-text-metadata: #999;
  --color-bakground-metadata: #fff;
  --color-button: #111;
  --color-miniapp-label: #999;
  --color-label: #999;
}

@media (prefers-color-scheme: dark) {
  .szn-suggest-list--system {
    --color-box-background: #333;
    --color-box-border: #555;
    --color-element-background: #555;
    --color-text: #f0f0f0;
    --color-text-metadata: #999;
    --color-bakground-metadata: #fff;
    --color-button: #f0f0f0;
    --color-miniapp-label: #999;
    --color-label: #999;
  }
}

.szn-suggest-list {
  font-family: Arial CE, Arial, Helvetica CE, Helvetica, sans-serif;
}

.szn-suggest-list,
.szn-suggest-list--overlay-off {
  position: relative;
  z-index: 401;
}

.szn-suggest-list__overlay {
  background-color: transparent;
  opacity: 0;
  position: absolute;
}

.szn-suggest-list__overlay,
.szn-suggest-list__overlay__cover {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  right: 0;
  top: 0;
  z-index: 400;
}

.szn-suggest-list__overlay__cover {
  background-color: #000;
  position: relative;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.szn-suggest-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.szn-suggest-list__list--boxed {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 2px 4px #0003;
  overflow: hidden;
}

.szn-suggest-list__item {
  margin: 0;
  padding: 10px 12px;
}

.szn-suggest-list__item--indented {
  padding-left: 56px;
}

.szn-suggest-list__item--text {
  cursor: pointer;
  padding-bottom: 4px;
  padding-top: 4px;
}

.szn-suggest-list__item--text:first-child {
  margin-top: 8px;
}

.szn-suggest-list__item--text:last-child {
  margin-bottom: 8px;
}

.szn-suggest-list__item--text.szn-suggest-list__item--selected {
  background-color: #eee;
}

.szn-suggest-list__text {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

@supports (display: -webkit-box) {
  .szn-suggest-list__text {
    align-items: center;
    min-height: 36px;
    overflow: hidden;
  }
}

.szn-suggest-list__text-value {
  color: #111;
  display: inline-block;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  margin: 4px 0;
  max-width: calc(100% - 50px);
  overflow: hidden;
  white-space: nowrap;
}

.szn-suggest-list__text-value--short {
  max-width: calc(100% - 82px);
  text-overflow: ellipsis;
}

@supports (display: -webkit-box) {
  .szn-suggest-list__text-value {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

.szn-suggest-list__text-value--emphasized {
  font-weight: 400;
}

.szn-suggest-list__text-metadata--text {
  color: #999;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.szn-suggest-list__text-metadata--image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  display: inline-block;
  flex-shrink: 0;
  height: 32px;
  overflow: hidden;
  width: 32px;
}

.szn-suggest-list__text-metadata--image--dark {
  opacity: 0.9;
}

.szn-suggest-list__text-metadata--image--rounded {
  border-radius: 50%;
}

.szn-suggest-list__text-metadata--leading {
  display: inline-block;
  flex-shrink: 0;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
  width: 32px;
}

.szn-suggest-list__text-metadata-container {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  height: 36px;
  justify-content: space-between;
  overflow: hidden;
  white-space: nowrap;
}

.szn-suggest-list__text-bottom-metadata-container {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  height: 16px;
  justify-content: space-between;
  margin-top: 2px;
  overflow: hidden;
}

.szn-suggest-list__text-metadata--bottom {
  font-weight: 400;
  height: 16px;
  line-height: 12px;
  padding: 2px 0;
}

.szn-suggest-list__text-bottom-metadata-container
  .szn-suggest-list__text-metadata--bottom {
  font-size: 12px;
}

.szn-suggest-list__text-metadata-container--prioritize-aside-meta-data {
  flex-direction: row-reverse;
}

.szn-suggest-list__text-metadata--trailing {
  flex: 0 0 auto;
  margin-left: 8px;
  max-width: calc(100% - 8px);
}

.szn-suggest-list__text-button + .szn-suggest-list__text-metadata--trailing {
  max-width: calc(100% - 40px);
}

.szn-suggest-list__text-metadata--text.szn-suggest-list__text-metadata--trailing:before {
  content: "– ";
}

.szn-suggest-list__text-metadata--aside {
  flex: 0 0 auto;
  margin-left: 8px;
  text-align: right;
}

.szn-suggest-list__text-button {
  align-items: center;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: auto 4px;
  min-height: 32px;
  min-width: 32px;
  opacity: 0.4;
}

.szn-suggest-list__text-button svg {
  fill: #111;
}

.szn-suggest-list__text-button:hover {
  opacity: 1;
}

.szn-suggest-list__text-button-icon {
  height: 13px;
  width: 13px;
}

.szn-suggest-list__miniapp-label {
  color: #999;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 8px;
}

.szn-suggest-list__miniapp-value {
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}

.szn-suggest-list__item--miniapp {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.szn-suggest-list__item--miniapp:first-child {
  border-top: none;
}

.szn-suggest-list__item--miniapp:last-child {
  border-bottom: none;
}

.szn-suggest-list__item--miniapp + .szn-suggest-list__item--miniapp {
  border-top: none;
}

.szn-suggest-list__item--label {
  padding-bottom: 4px;
  padding-top: 4px;
}

.szn-suggest-list__item--label:first-child {
  margin-top: 8px;
}

.szn-suggest-list__item--label:last-child {
  margin-bottom: 8px;
}

.szn-suggest-list__label-value {
  color: #999;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  white-space: nowrap;
}

.szn-suggest-list__tiled-list {
  margin-bottom: 8px;
  overflow-x: auto;
}

.szn-suggest-list__tiled-list ul {
  display: inline-flex;
  list-style: none;
  margin: 0 6px 0 8px;
  overflow-x: auto;
  padding: 0;
}

.szn-suggest-list__tiled-item {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 8px;
  position: relative;
  width: 120px;
}

.szn-suggest-list__tiled-text-value {
  color: #111;
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 8px;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}

.szn-suggest-list__tiled-text-value--emphasized {
  font-weight: 400;
}

@supports (display: -webkit-box) {
  .szn-suggest-list__tiled-text-value {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

.szn-suggest-list__tiled-item.szn-suggest-list__item--selected {
  background-color: #eee;
  border-radius: 4px;
}

.szn-suggest-list__tiled-text-metadata {
  background-color: #fff;
  border-radius: 8px;
  flex-shrink: 0;
  height: 104px;
  margin: 0;
  opacity: 0.9;
  overflow: hidden;
  width: 104px;
}

.szn-suggest-list__tiled-text-metadata--image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 104px;
  mix-blend-mode: multiply;
  width: 104px;
}

@supports (display: var(--prop)) {
  .szn-suggest-list__list--boxed {
    background-color: var(--color-box-background);
    border: 1px solid var(--color-box-border);
  }

  .szn-suggest-list__item--text.szn-suggest-list__item--selected {
    background-color: var(--color-element-background);
  }

  .szn-suggest-list__text-value {
    color: var(--color-text);
  }

  .szn-suggest-list__text-metadata--text {
    color: var(--color-text-metadata);
  }

  .szn-suggest-list__text-button svg {
    fill: var(--color-button);
  }

  .szn-suggest-list__miniapp-label {
    color: var(--color-miniapp-label);
  }

  .szn-suggest-list__miniapp-value {
    color: var(--color-text);
  }

  .szn-suggest-list__item--miniapp {
    border-bottom: 1px solid var(--color-box-border);
    border-top: 1px solid var(--color-box-border);
  }

  .szn-suggest-list__label-value {
    color: var(--color-label);
  }

  .szn-suggest-list__tiled-text-value {
    color: var(--color-text);
  }

  .szn-suggest-list__tiled-item.szn-suggest-list__item--selected {
    background-color: var(--color-element-background);
  }

  .szn-suggest-list__tiled-text-metadata {
    background-color: var(--color-bakground-metadata);
  }
}

.szn-suggest-list__item--buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: auto;
  padding-bottom: 24px;
}

.szn-suggest-list__button {
  background: #f4f4f4;
  border: 0;
  border-radius: 100px;
  font-weight: 700;
  justify-content: center;
  padding: 8px 16px;
}

.szn-suggest-list__button:hover {
  color: var(--color-text);
}

.szn-mobile-input-with-suggest-list--dark {
  --color-input-background: #333;
  --color-input-shadow: #111;
  --color-text: #f0f0f0;
  --color-text-placeholder: #999;
  --color-box-background: #333;
  --color-button-primary: #c00;
  --color-button-search: #f0f0f0;
  --color-button-roundedBackground: #eee;
  --color-button-close: #000;
  --color-button-clear: #999;
  --color-button-back: #f0f0f0;
  --color-button-disabled: #999;
}

.szn-mobile-input-with-suggest-list--light,
.szn-mobile-input-with-suggest-list--system {
  --color-input-background: #fff;
  --color-input-shadow: #ccc;
  --color-text: #111;
  --color-text-placeholder: #999;
  --color-box-background: #fff;
  --color-button-primary: #c00;
  --color-button-search: #f0f0f0;
  --color-button-roundedBackground: #eee;
  --color-button-close: #000;
  --color-button-clear: #999;
  --color-button-back: #111;
  --color-button-disabled: #999;
}

@media (prefers-color-scheme: dark) {
  .szn-mobile-input-with-suggest-list--system {
    --color-input-background: #333;
    --color-input-shadow: #111;
    --color-text: #f0f0f0;
    --color-text-placeholder: #999;
    --color-box-background: #333;
    --color-button-primary: #c00;
    --color-button-search: #f0f0f0;
    --color-button-keyboardBackground: #f0f0f0;
    --color-button-keyboard: #404040;
    --color-button-roundedBackground: #eee;
    --color-button-close: #000;
    --color-button-clear: #999;
    --color-button-back: #f0f0f0;
    --color-button-disabled: #999;
  }
}

.szn-mobile-input-with-suggest-list--dark,
.szn-mobile-input-with-suggest-list--light,
.szn-mobile-input-with-suggest-list--system {
  height: 100%;
}

.szn-mobile-input-with-suggest-list__controlPanel {
  align-items: center;
  background-color: var(--color-input-background);
  border: none;
  box-shadow: 0 0 8px var(--color-input-shadow);
  box-sizing: border-box;
  display: flex;
  height: 56px;
  left: 0;
  padding: 8px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.szn-mobile-input-with-suggest-list__controlPanel__input-2,
.szn-mobile-input-with-suggest-list__controlPanel__input-3 {
  background-color: var(--color-input-background);
  border: none;
  box-sizing: border-box;
  color: var(--color-text);
  height: 40px;
  margin: 0;
  outline: none;
  overflow: hidden;
}

.szn-mobile-input-with-suggest-list__controlPanel__input-2::-moz-placeholder,
.szn-mobile-input-with-suggest-list__controlPanel__input-3::-moz-placeholder {
  color: var(--color-text-placeholder);
}

.szn-mobile-input-with-suggest-list__controlPanel__input-2::placeholder,
.szn-mobile-input-with-suggest-list__controlPanel__input-3::placeholder {
  color: var(--color-text-placeholder);
}

.szn-mobile-input-with-suggest-list__controlPanel__input-2 {
  width: calc(100vw - 112px);
}

.szn-mobile-input-with-suggest-list__controlPanel__input-3 {
  width: calc(100vw - 160px);
}

.szn-mobile-input-with-suggest-list__suggestList {
  background-color: var(--color-box-background);
  height: calc(100% - 56px);
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 56px;
  width: 100vw;
  z-index: 9999;
}

@keyframes speakingLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(7.5px);
  }

  80% {
    transform: translateX(-4px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes speakingRight {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(4px);
  }

  50% {
    transform: translateX(-7.5px);
  }

  80% {
    transform: translateX(4px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes speaking {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scaleX(1.5);
  }

  50% {
    transform: scaleX(0.25);
  }

  80% {
    transform: scaleX(1.5);
  }

  to {
    transform: scale(1);
  }
}

.szn-mobile-input-with-suggest-list__button {
  align-items: center;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  border: transparent;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0;
  outline: none;
  padding: 0;
  width: 48px;
}

.szn-mobile-input-with-suggest-list__button--primary {
  background-color: var(--color-button-primary);
}

.szn-mobile-input-with-suggest-list__button--rounded {
  background-color: var(--color-button-roundedBackground);
  border-radius: 50%;
  height: 48px;
}

.szn-mobile-input-with-suggest-list__button--icon-search svg path {
  fill: var(--color-button-search);
  color: var(--color-button-search);
}

.szn-mobile-input-with-suggest-list__button--icon-clear {
  fill: var(--color-button-clear);
  color: var(--color-button-clear);
}

.szn-mobile-input-with-suggest-list__button--icon-back {
  fill: var(--color-button-back);
  color: var(--color-button-back);
}

.szn-mobile-input-with-suggest-list__button--icon-close {
  fill: var(--color-button-close);
  color: var(--color-button-close);
}

.szn-mobile-input-with-suggest-list__button--disabled {
  background-color: var(--color-button-disabled);
  cursor: not-allowed;
}

.ribbon-badge {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 42px;
  justify-content: flex-end;
  min-width: 50px;
  z-index: 9001;
}

@media (min-width: 600px) {
  .ribbon-badge {
    min-width: 192px;
  }
}

.ribbon-badge szn-login-widget {
  --fg: var(--ribbon-login-text-color, #c00);
  --icon: var(--ribbon-notifications-color, silver);
  --icon-hover: var(--ribbon-notifications-color, #000);
}

.ribbon-button {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
}

.ribbon-button__button {
  align-items: center;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 100%;
  height: 100%;
  justify-content: center;
  line-height: 100%;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.ribbon-button__button .ribbon-icon {
  color: inherit;
}

.ribbon-control__icon {
  margin-right: 16px;
  width: 14px;
  width: var(--ribbon-control-icon-width, 14px);
}

.ribbon-control__label {
  color: #c00;
  color: var(--ribbon-control-label-color, #c00);
  flex-shrink: 0;
  margin-right: 16px;
}

.ribbon-control__icon ~ .ribbon-control__label {
  display: none;
}

@media (min-width: 600px) {
  .ribbon-control__icon {
    margin-right: 6px;
  }

  .ribbon-control__icon ~ .ribbon-control__label {
    display: block;
  }
}

.ribbon-menu {
  bottom: 0;
  box-sizing: border-box;
  height: calc(100% - 56px);
  height: calc(var(--ribbon-inner-height, 100%) - 56px);
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 56px;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: 9000;
}

.ribbon-menu--hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.ribbon-menu__button {
  color: #a0a0a0;
  color: var(--ribbon-submenu-button-color, #a0a0a0);
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}

.ribbon-menu__button--up {
  transform: rotate(180deg);
}

.ribbon-menu__content {
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
  background: var(--ribbon-menu-background-color, #fafafa);
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 16px 12px;
  position: absolute;
  right: 0;
  top: 0;
  transition: left 0.4s ease;
  width: 100%;
}

.ribbon-menu__content:before {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 8px 30px -12px rgba(0, 0, 0, 0.12);
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: -30px;
  width: 100%;
}

.ribbon-menu__content--hidden {
  left: -100%;
}

.ribbon-menu__item {
  color: #000;
  color: var(--ribbon-menu-item-color, #000);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  min-height: 44px;
  padding: 0 8px;
  position: relative;
}

.ribbon-menu__link {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.ribbon-menu__link:visited {
  color: inherit;
}

.ribbon-menu__primary,
.ribbon-menu__secondary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ribbon-menu__item {
  border-bottom: 1px solid #f0f0f0;
  border-bottom: 1px solid var(--ribbon-menu-separator-color, #f0f0f0);
}

.ribbon-menu__item:first-child {
  border-top: 1px solid #f0f0f0;
  border-top: 1px solid var(--ribbon-menu-separator-color, #f0f0f0);
  font-weight: 700;
}

.ribbon-menu__item:nth-child(n + 2) {
  color: #c00;
  color: var(--ribbon-menu-primary-color, #c00);
}

.ribbon-menu__secondary {
  max-height: 1056px;
  overflow: hidden;
  transition: max-height 0.8s ease;
}

.ribbon-menu__secondary--hidden {
  max-height: 0;
  transition-timing-function: cubic-bezier(0, 1, 0, 1);
}

@media (min-width: 600px) {
  .ribbon-menu {
    background: rgba(0, 0, 0, 0.5);
  }

  .ribbon-menu__button {
    display: none;
  }

  .ribbon-menu__content {
    -ms-overflow-style: none;
    padding: 18px 30px;
    scrollbar-width: none;
    width: 436px;
  }

  .ribbon-menu__content::-webkit-scrollbar {
    height: 0;
    width: 0;
  }

  .ribbon-menu__content--hidden {
    left: -436px;
  }

  .ribbon-menu__item {
    line-height: 24px;
    min-height: 24px;
    padding: 0;
  }

  .ribbon-menu__link:hover {
    text-decoration: underline;
  }

  .ribbon-menu__item {
    border: 0;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .ribbon-menu__item:first-child {
    border: 0;
  }

  .ribbon-menu__secondary {
    -moz-columns: 180px 2;
    columns: 180px 2;
    margin-bottom: 6px;
    margin-top: 8px;
  }

  .ribbon-menu__secondary--hidden {
    max-height: none;
  }

  .ribbon-menu__item {
    font-size: 15px;
    margin-bottom: 4px;
  }
}

.ribbon-menu__button .ribbon-icon {
  height: 22px;
}

.ribbon-search {
  display: none;
  flex-direction: column;
  left: 8px;
  max-width: calc(100% - 98px);
  padding-top: 8px;
  position: fixed;
  top: 0;
  transition: opacity 0.4s ease-in-out, visibility 0.4s;
  width: 100%;
  z-index: 9002;
}

.ribbon-search--amp {
  left: 0;
  max-width: none;
  position: relative;
  width: 100%;
}

.ribbon-search--hidden {
  opacity: 0;
  /* !AMP */
  visibility: hidden;
}

.ribbon-search__bar {
  display: flex;
  height: 40px;
}

@media (min-width: 600px) {
  .ribbon-search {
    display: flex;
    left: 0;
    max-width: 614px;
    padding-top: 0;
    position: relative;
  }
}

.ribbon-search-desktop {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  max-width: calc(100% - 48px);
  position: relative;
}

@media (min-width: 600px) {
  .ribbon-search-desktop {
    max-width: calc(100% - 64px);
  }
}

.ribbon-search-desktop__submit {
  background: #c00;
  background: var(--ribbon-search-button-color, #c00);
  border-radius: 0 4px 4px 0;
  color: #fff;
  color: var(--ribbon-search-button-icon-color, #fff);
  flex-shrink: 0;
  height: 100%;
  width: 48px;
}

@media (min-width: 600px) {
  .ribbon-search-desktop__submit {
    width: 64px;
  }
}

.ribbon-search-desktop__submit:hover {
  /* !AMP */
  background: #a00000;
  background: var(--ribbon-search-button-hover-color, #a00000);
}

.ribbon-search-desktop__icon-search {
  height: 20px;
  width: 20px;
}

.ribbon-search-desktop__clear {
  color: #ccc;
  color: var(--ribbon-search-clear-icon-color, #ccc);
  /* !AMP */
  display: none;
  height: 100%;
  padding-right: 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}

.ribbon-search-desktop__clear:hover {
  color: #000;
  color: var(--ribbon-search-clear-icon-hover-color, #000);
}

.ribbon-search-desktop__clear--visible {
  display: block;
}

.ribbon-search-desktop__icon-cross {
  height: 16px;
  width: 16px;
}

.ribbon-search-desktop .szn-input-with-suggest-list {
  -webkit-appearance: none;
  background: #fff;
  background: var(--ribbon-search-background-color, #fff);
  border-color: #ccc;
  border-color: var(--ribbon-search-border-color, #ccc);
  border-radius: 4px 0 0 4px;
  border-style: solid;
  border-width: 1px;
  border-right: 0;
  box-sizing: border-box;
  color: #222;
  color: var(--ribbon-search-font-color, #222);
  flex-grow: 1;
  font-family: Trivia Seznam, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0;
  min-height: 100%;
  outline: none;
  padding: 0 40px 0 14px;
}

.ribbon-search-desktop .szn-input-with-suggest-list:hover {
  /* !AMP */
  border-color: #666;
  border-color: var(--ribbon-search-border-hover-color, #666);
}

.ribbon-search-desktop .szn-input-with-suggest-list::-ms-clear {
  /* !AMP */
  display: none;
}

.ribbon-search-desktop .szn-input-with-suggest-list::-moz-placeholder {
  color: #757575;
  color: var(--ribbon-search-placeholder-color, #757575);
}

.ribbon-search-desktop .szn-input-with-suggest-list::placeholder {
  color: #757575;
  color: var(--ribbon-search-placeholder-color, #757575);
}

.ribbon-search-desktop .szn-suggest-list {
  font-family: Trivia Seznam, Helvetica, Arial, sans-serif;
}

.szn-mobile-input-with-suggest-list--light {
  --color-button-primary: var(--ribbon-search-button-color, #c00);
}

.szn-mobile-input-with-suggest-list__button--icon-back {
  box-sizing: content-box;
  padding: 0 10px;
  width: 20px;
}

.szn-mobile-input-with-suggest-list__button--icon-clear {
  box-sizing: content-box;
  padding: 0 22px;
  width: 12px;
}

.szn-mobile-input-with-suggest-list__button--icon-search {
  box-sizing: content-box;
  padding: 0 12px;
  width: 20px;
}

.szn-mobile-input-with-suggest-list__button--icon-back .ribbon-icon,
.szn-mobile-input-with-suggest-list__button--icon-clear .ribbon-icon,
.szn-mobile-input-with-suggest-list__button--icon-search .ribbon-icon {
  height: auto;
  width: 100%;
}

.szn-mobile-input-with-suggest-list__controlPanel__input-2,
.szn-mobile-input-with-suggest-list__controlPanel__input-3 {
  flex-grow: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  width: auto;
}

.ribbon-mobile-search__input {
  display: none;
}

.ribbon-service {
  align-items: center;
  color: #000;
  color: var(--ribbon-service-color, #000);
  display: flex;
  flex-shrink: 1;
  font-size: 16px;
  height: 32px;
}

.ribbon-service,
.ribbon-service:hover {
  text-decoration: none;
}

.ribbon-service:hover,
.ribbon-service:visited {
  color: #000;
  color: var(--ribbon-service-color, #000);
}

.ribbon-service__icon {
  display: none;
  height: 32px;
  margin-right: 8px;
  width: 32px;
}

.ribbon-service__icon-label {
  display: none;
  white-space: nowrap;
}

.ribbon-service__logo {
  height: 24px;
  max-height: 32px;
  max-width: 100%;
  min-height: 24px;
  width: auto;
}

.ribbon-service__logo--amp {
  max-width: 160px;
}

@media (min-width: 600px) {
  .ribbon-service__icon,
  .ribbon-service__icon-label {
    display: block;
  }

  .ribbon-service__icon ~ .ribbon-service__logo {
    display: none;
  }
}

.ribbon-seznam {
  align-items: center;
  color: #c00;
  color: var(--ribbon-seznam-color, #c00);
  display: flex;
  flex-shrink: 0;
}

.ribbon-seznam__link,
.ribbon-seznam__link:hover,
.ribbon-seznam__link:visited {
  color: #c00;
  color: var(--ribbon-seznam-color, #c00);
  text-decoration: none;
}

.ribbon {
  background: #fff;
  background: var(--ribbon-background-color, #fff);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 8px 30px -12px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: flex;
  height: 56px;
  padding: 0 16px;
  width: 100%;
}

.ribbon--base {
  font-family: Trivia Seznam, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.ribbon--amp {
  box-shadow: none;
  overflow: hidden;
}

.ribbon--blind {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  width: 1px;
}

.ribbon--blind,
.ribbon--unfixed {
  position: absolute;
}

.ribbon--show-search:not(.ribbon--amp) .ribbon-seznam {
  visibility: hidden;
}

@media (min-width: 600px) {
  .ribbon--show-search:not(.ribbon--amp) .ribbon-seznam {
    visibility: visible;
  }
}

.ribbon__amp-search {
  background: #fff;
  background: var(--ribbon-background-color, #fff);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 8px 30px -12px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  height: 56px;
  left: 0;
  padding: 0 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8999;
}

.ribbon__menu-button {
  color: #909090;
  color: var(--ribbon-menu-button-color, #909090);
  margin-left: -8px;
  margin-right: 8px;
}

.ribbon__menu-button .ribbon-button__button {
  border-radius: 4px;
  box-sizing: content-box;
  height: 16px;
  padding: 8px;
  width: 16px;
}

.ribbon__menu-button .ribbon-button__button:focus-visible {
  outline: 2px solid #000;
}

.ribbon__center,
.ribbon__end,
.ribbon__start {
  align-items: center;
  display: flex;
}

.ribbon__center {
  flex-grow: 1;
  min-width: 0;
}

.ribbon__end {
  flex-shrink: 0;
  margin-left: 16px;
}

.ribbon__end--reversed {
  display: flex;
  flex-shrink: 0;
}

@media (min-width: 600px) {
  .ribbon:not(.ribbon--unfixed) {
    padding-right: 31px;
    width: 100vw;
  }

  .ribbon__end {
    margin-left: 0;
  }

  .ribbon__end--reversed {
    flex-direction: row-reverse;
  }

  .ribbon__center {
    margin: 0 16px;
  }
}

.ribbon__end .ribbon-seznam {
  margin-right: 16px;
}

.ribbon__menu-button .ribbon-icon {
  height: 12px;
}

@media (min-width: 600px) {
  .ribbon .ribbon-seznam {
    margin-left: 30px;
    margin-right: 15px;
  }
}

@media (max-width: 600px) {
  .ribbon__center {
    display: none;
  }

  .ribbon {
    justify-content: space-evenly;
  }
}

@media (max-width: 420px) {
  #login {
    display: none;
  }
}

szn-login-menu a {
  color: var(--link);
  text-decoration: none;
  transition: color 300ms;
}

szn-login-menu a:focus-visible {
  outline: 2px solid #404040;
}

szn-login-menu a:visited {
  color: var(--link);
}

szn-login-menu a:focus,
szn-login-menu a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

szn-login-menu #user,
szn-login-menu #users a {
  white-space: nowrap;
  display: flex;
  max-width: 100%;
}

szn-login-menu #user p,
szn-login-menu #users a p {
  margin: 0 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

szn-login-menu #user p strong,
szn-login-menu #users a p strong {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}

szn-login-menu #user {
  padding: 16px;
}

szn-login-menu [data-action="debug"] {
  color: #fc6723;
}

szn-login-menu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

szn-login-menu .warning {
  display: flex;
  align-items: center;
  background-color: rgba(204, 0, 0, 0.1);
  border-radius: 11px;
  text-transform: uppercase;
  padding: 0 8px 0 0;
  font-size: 10px;
  line-height: 20px;
  font-weight: bold;
  color: #c00;
}

szn-login-menu .warning .icon {
  width: 16px;
  height: 16px;
  margin: 3px 8px 3px 3px;
}

szn-avatar {
  display: block;
  position: relative;
}

szn-avatar .icon {
  position: absolute;
}

szn-avatar img {
  display: block;
  border-radius: 50%;
}

szn-avatar img.fade {
  opacity: 0.5;
}

szn-avatar .icon-lock {
  right: -8px;
  bottom: -8px;
}

szn-avatar .icon-premium {
  left: -8px;
  top: -8px;
}

szn-avatar .unread {
  box-shadow: 0 0 0 1px #fff;
}

szn-avatar .unread[data-style="small"] {
  color: transparent;
  width: 8px;
  height: 8px;
  right: 0;
  top: 0;
}

szn-avatar .unread[data-style="big"] {
  width: 16px;
  height: 16px;
  right: -4px;
  top: -4px;
}

button.stack {
  position: relative;
  padding: 8px;
  border-radius: 4px;
}

button.stack[data-cut="number"] .unread {
  left: calc(50% + 2px);
  top: calc(50% - 18px);
  width: 16px;
  height: 16px;
}

button.stack[data-cut="dot"] .unread {
  left: calc(50% + 2px);
  top: calc(50% - 14px);
  width: 8px;
  height: 8px;
  color: transparent;
}

button.stack .icon-email-cut-dot + .unread {
  left: calc(50% + 9px);
}

button.stack .icon-bubble-cut-dot + .unread {
  left: calc(50% + 8px);
}

button.stack + #badge {
  margin-left: 8px;
}

szn-notifications {
  padding: 12px 16px;
}

szn-notifications:not([hidden]) {
  display: block;
}

szn-notifications > header {
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
  align-items: center;
}

szn-notifications > header a {
  color: var(--link);
  text-decoration: none;
  transition: color 300ms;
}

szn-notifications > header a:focus-visible {
  outline: 2px solid #404040;
}

szn-notifications > header a:visited {
  color: var(--link);
}

szn-notifications > header a:focus,
szn-notifications > header a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

szn-notifications h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

szn-notifications .onboarding {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  gap: 16px;
}

szn-notifications .onboarding img {
  align-self: center;
}

szn-notifications .onboarding h2 {
  font-size: 21px;
  line-height: 28px;
  text-align: center;
}

szn-notifications .onboarding p {
  margin: 0;
  color: #6d6d6d;
  text-align: center;
}

szn-notifications .onboarding a {
  margin: 0 24px;
  display: flex;
  height: 48px;
  padding-top: 11px;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #c00;
  box-shadow: 0 8px 24px -8px rgba(204, 0, 0, 0.4);
  transition: background-color 300ms;
}

szn-notifications .onboarding a:focus-visible {
  outline: 2px solid #404040;
}

szn-notifications .onboarding a:hover {
  background-color: #900;
}

szn-notifications::before {
  content: "";
  opacity: 0;
  transition: opacity 300ms 500ms;
}

szn-notifications.loading::before {
  opacity: 1;
  position: absolute;
  top: 0;
  width: 50%;
  height: 4px;
  background-color: #c00;
  animation: loading 2s infinite ease-in-out alternate;
}

@keyframes loading {
  0% {
    left: 0;
  }

  100% {
    left: 50%;
  }
}

szn-notification {
  background-color: var(--notification-bg);
  border-radius: 4px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  --line-clamp: 2;
}

szn-notification:not([hidden]) {
  display: block;
}

szn-notification.clickable:not(.clicked) {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.2),
    0 16px 24px -16px rgba(0, 0, 0, 0.3);
}

szn-notification.clickable.clicked {
  background-color: transparent;
}

szn-notification.clickable.clicked h3 {
  font-weight: normal;
}

szn-notification:not(.clickable) {
  padding: 12px;
}

szn-notification + szn-notification {
  margin-top: 16px;
}

szn-notification .blind {
  position: absolute;
  overflow: hidden;
  width: 0;
}

szn-notification > a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 12px;
  border-radius: 4px;
}

szn-notification > a:focus-visible {
  outline: 2px solid #404040;
}

szn-notification h3,
szn-notification p {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

szn-notification header,
szn-notification footer {
  display: flex;
  align-items: center;
}

szn-notification header {
  margin-bottom: 8px;
}

szn-notification header .logo {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  flex: none;
  position: relative;
}

szn-notification header .mid {
  overflow: hidden;
  flex: auto;
}

szn-notification header .close {
  padding: 0;
  margin-left: auto;
  align-self: flex-start;
}

szn-notification footer {
  margin-top: 8px;
}

szn-notification h3 {
  font: inherit;
  line-height: inherit;
}

szn-notification p.subject {
  white-space: nowrap;
  margin-bottom: 4px;
}

szn-notification p.content {
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: var(--line-clamp);
  -webkit-line-clamp: var(--line-clamp);
}

szn-notification[data-type="generic"] header .logo img,
szn-notification[data-type="zbozi-stars"] header .logo img,
szn-notification[data-type="zbozi-rating"] header .logo img {
  max-width: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

szn-notification[data-type="generic"] h3,
szn-notification[data-type="zbozi-stars"] h3,
szn-notification[data-type="zbozi-rating"] h3 {
  white-space: nowrap;
}

szn-notification[data-type="generic"] .created,
szn-notification[data-type="zbozi-stars"] .created,
szn-notification[data-type="zbozi-rating"] .created {
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}

szn-notification[data-type="zbozi-stars"],
szn-notification[data-type="zbozi-rating"] {
  padding: 12px;
}

szn-notification[data-type="zbozi-rating"] .rating {
  margin-top: 16px;
  display: flex;
}

szn-notification[data-type="zbozi-rating"] .rating a {
  color: #000;
  flex: 1 0 0;
  padding: 16px 0 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 2px solid #f0f0f0;
  background-color: #f0f0f0;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

szn-notification[data-type="zbozi-rating"] .rating a:hover {
  border-color: currentColor;
  background-color: transparent;
  font-weight: bold;
}

szn-notification[data-type="zbozi-rating"] .rating a + a {
  margin-left: 8px;
}

szn-notification[data-type="zbozi-rating"] .rating a .icon {
  width: 24px;
  margin-bottom: 12px;
}

szn-notification[data-type="zbozi-stars"] > a {
  position: relative;
  background-color: var(--notification-bg);
  padding: 8px;
  margin: 8px;
  border-radius: 16px;
}

szn-notification[data-type="zbozi-stars"] > a img {
  display: block;
  margin: auto;
  max-width: 100%;
}

szn-notification[data-type="zbozi-stars"] > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(1, 30, 57, 0.04);
  border-radius: 16px;
}

szn-notification[data-type="zbozi-stars"] .stars {
  margin: 4px auto 0 auto;
  display: flex;
  width: 192px;
  justify-content: space-between;
}

szn-notification[data-type="zbozi-stars"]
  .stars
  a:not(.active)
  .icon-star-filled {
  display: none;
}

szn-notification[data-type="zbozi-stars"] .stars a.active .icon-star-empty {
  display: none;
}

szn-notification[data-type="zbozi-stars"] .stars .icon {
  width: 32px;
  display: block;
}

szn-notification[data-type="reactions"] {
  --line-clamp: 3;
}

szn-notification[data-type="reactions"] .logo img {
  border-radius: 50%;
  position: absolute;
}

szn-notification[data-type="reactions"] .logo img:only-child {
  left: 0;
  top: 0;
}

szn-notification[data-type="reactions"] .logo img:not(:only-child) {
  border: 2px solid #fff;
}

szn-notification[data-type="reactions"]
  .logo
  img:not(:only-child):nth-child(1) {
  right: -3px;
  top: -3px;
}

szn-notification[data-type="reactions"]
  .logo
  img:not(:only-child):nth-child(2) {
  left: -3px;
  bottom: -3px;
}

szn-notification[data-type="reactions"] footer {
  position: relative;
  padding-left: 24px;
}

szn-notification[data-type="reactions"] footer img {
  width: 24px;
  height: 24px;
  position: absolute;
  left: -4px;
  bottom: -1px;
}

szn-notification[data-type="reactions"] footer span {
  text-align: center;
  flex: auto;
  max-width: 20px;
  color: rgb(150 150 150 / 20%);
}

szn-notification[data-type="reactions"] footer span::before {
  content: "•";
}

szn-notification.new[data-type="generic"] .created::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c00;
  margin-left: 8px;
  margin-bottom: 2px;
}

szn-notification.new[data-type="reactions"] h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c00;
  margin-right: 8px;
}

* {
  box-sizing: border-box;
}

:host {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  position: relative;
  transition: color 300ms;
  color: var(--icon);
}

button:focus-visible {
  outline: 2px solid #404040;
}

button:hover,
button[aria-expanded="true"],
button.active {
  color: var(--icon-hover);
}

#buttons {
  display: flex;
  align-items: center;
}

#buttons #stacks {
  gap: 8px;
}

#buttons #stacks:not([hidden]) {
  display: flex;
  margin-right: 16px;
}

.popup {
  position: absolute;
  top: 48px;
  transform-origin: 0 0;
  z-index: var(--popup-z-index);
}

.popup:not([hidden]) {
  animation: appear 0.3s cubic-bezier(0.175, 0.885, 0.25, 1.15) both;
}

#popup {
  width: 320px;
  background-color: var(--bg);
  border-radius: 4px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.2),
    0 16px 24px -16px rgba(0, 0, 0, 0.3);
  overflow: auto;
  max-height: 75vh;
  overscroll-behavior: contain;
}

@media (max-width: 415px) {
  #popup {
    width: 100vw;
    border-radius: 0;
  }
}

#tabs {
  border-bottom: 1px solid rgb(150 150 150 / 20%);
}

#tabs:not([hidden]) {
  display: flex;
}

#tabs button {
  flex: 1 0 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tabs button + button {
  border-left: 1px solid rgb(150 150 150 / 20%);
}

ul {
  list-style: none;

  margin: 0;
  padding: 0;
}

ul:empty {
  display: none;
}

ul li {
  padding: 6px 16px;
}

ul li:first-child {
  padding-top: 12px;
}

ul li:last-child {
  padding-bottom: 12px;
}

.icon {
  width: 24px;
  height: 24px;
  display: block;
}

.icon path:not([fill]),
.icon polygon:not([fill]),
.icon circle:not([fill]) {
  fill: currentColor;
}

.unread {
  position: absolute;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  background-color: #c00;
  color: #fff;
}

#login {
  color: var(--link);
  text-decoration: none;
  transition: color 300ms;
  border-radius: 4px;
  line-height: 40px;
}

#login:focus-visible {
  outline: 2px solid #404040;
}

#login:visited {
  color: var(--link);
}

#login:focus,
#login:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

#badge {
  border-radius: 50%;
  padding: 0;
}

#badge .icon-warning {
  position: absolute;
  right: -8px;
  bottom: -8px;
}

@keyframes appear {
  0% {
    transform: scale(1, 0.35);
    opacity: 0;
  }

  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
