.ayron-twitch-sync {
  --ayron-twitch-radius: 5px;
  --ayron-twitch-gap: 18px;
  --ayron-twitch-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  --ayron-twitch-border: rgba(15, 23, 42, 0.08);
  --ayron-twitch-surface-soft: rgba(125, 92, 255, 0.08);
}
:root {
  --ayron-twitch-video-card-title-color: #F6F6F6;
  --ayron-twitch-video-card-hashtag-color: #7C7C7C;
  --ayron-twitch-video-card-hashtag-background-color: transparent;
  --ayron-twitch-video-card-hashtag-border-color: #878787;
}
[data-element="ayron-twitch-videos"] .ayron-twitch-item-card .ayron-twitch-item-title a,
[data-element="ayron-twitch-clips"] .ayron-twitch-item-card .ayron-twitch-item-title a {
  color: var(--ayron-twitch-video-card-title-color);
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  margin-top: 0.25rem;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(2 * 1.3em);
  text-decoration: none;
}
[data-element="ayron-twitch-videos"] .ayron-twitch-item-card .ayron-twitch-tags .ayron-twitch-tag,
[data-element="ayron-twitch-clips"] .ayron-twitch-item-card .ayron-twitch-tags .ayron-twitch-tag {
  color: var(--ayron-twitch-video-card-hashtag-color);
  background-color: var(--ayron-twitch-video-card-hashtag-background-color);
  border: 1px solid var(--ayron-twitch-video-card-hashtag-border-color);
}
[data-element="ayron-twitch-videos"] .ayron-twitch-single__article .twitch-video-single__header .twitch-video-single__tags .ayron-twitch-tag,
[data-element="ayron-twitch-clips"] .ayron-twitch-single__article .twitch-video-single__header .twitch-video-single__tags .ayron-twitch-tag {
  background-color: var(--ayron-twitch-video-card-hashtag-background-color);
  color: var(--ayron-twitch-video-card-hashtag-color);
  border: 1px solid var(--ayron-twitch-video-card-hashtag-border-color);
}
[data-element="ayron-twitch-videos"] .ayron-twitch-single__article .twitch-video-single__player .ayron-twitch-consent__gate .ayron-twitch-consent__body .ayron-twitch-consent__text p:last-child,
[data-element="ayron-twitch-clips"] .ayron-twitch-single__article .twitch-video-single__player .ayron-twitch-consent__gate .ayron-twitch-consent__body .ayron-twitch-consent__text p:last-child {
  margin-bottom: 0;
}
.ayron-twitch-sync .uk-card,
.ayron-twitch-notice,
.ayron-twitch-section-card {
  border-radius: var(--ayron-twitch-radius);
}
.ayron-twitch-layout-compact {
  --ayron-twitch-radius: 14px;
  --ayron-twitch-gap: 14px;
}
.ayron-twitch-layout-compact .uk-card-body {
  padding: 20px;
}
.ayron-twitch-section + .ayron-twitch-section {
  margin-top: var(--ayron-twitch-gap);
}
.ayron-twitch-section-title {
  font-size: 1.15rem;
}
.ayron-twitch-section-actions,
.ayron-twitch-card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ayron-twitch-channel-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ayron-twitch-channel-description,
.ayron-twitch-card-excerpt,
.ayron-twitch-empty-state p {
  line-height: 1.6;
}
.ayron-twitch-offline-banner {
  margin: 0;
  overflow: hidden;
  background: #111;
}
.ayron-twitch-offline-banner img {
  display: block;
  width: 100%;
  aspect-ratio: 2.33333333;
  -o-object-fit: cover;
     object-fit: cover;
}
.ayron-twitch-avatar {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 4px solid rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
          box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
}
.ayron-twitch-badge,
.ayron-twitch-media-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
}
.ayron-twitch-badge {
  background: var(--ayron-twitch-surface-soft);
}
a.ayron-twitch-tag:hover,
a.ayron-twitch-tag:focus {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(0.98);
          filter: brightness(0.98);
}
.ayron-twitch-badge-live {
  background: #e91916;
  color: #fff;
}
.ayron-twitch-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.ayron-twitch-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.ayron-twitch-embed-wrap,
.ayron-twitch-embed__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #111;
  border-radius: var(--ayron-twitch-radius);
  overflow: hidden;
}
.ayron-twitch-player,
.ayron-twitch-chat {
  width: 100%;
  border: 0;
  border-radius: var(--ayron-twitch-radius);
}
.ayron-twitch-player {
  position: absolute;
  inset: 0;
  height: 100%;
}
.ayron-twitch-chat {
  min-height: 540px;
  height: 100%;
  background: #111;
}
.ayron-twitch-chat-below {
  min-height: 420px;
}
.ayron-twitch-consent-loaded {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.ayron-twitch-card-media {
  position: relative;
  background: #111;
}
.ayron-twitch-card-media-link,
.ayron-twitch-thumb-link {
  display: block;
}
.ayron-twitch-thumb {
  width: 100%;
  aspect-ratio: 1.77777778;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ayron-twitch-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ayron-twitch-item-title {
  font-size: 1rem;
  line-height: 1.4;
}
.ayron-twitch-card-excerpt {
  color: inherit;
  opacity: 0.88;
}
.ayron-twitch-card-body > .ayron-twitch-tags {
  margin-top: 0;
}
.ayron-twitch-card-actions {
  margin-top: auto;
}
.ayron-twitch-single-video > .ayron-twitch-consent-toolbar,
.ayron-twitch-single-clip > .ayron-twitch-consent-toolbar {
  margin-top: 12px;
}
.ayron-twitch-single-entry {
  display: -ms-grid;
  display: grid;
  gap: 0;
}
.ayron-twitch-single-title {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.2;
}
.ayron-twitch-single-excerpt {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.92;
}
.ayron-twitch-single-content-card > :last-child {
  margin-bottom: 0;
}
.ayron-twitch-media-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  background: rgba(17, 17, 17, 0.82);
  color: #fff;
}
.ayron-twitch-featured-video-card .ayron-twitch-thumb {
  border-radius: 12px;
}
.ayron-twitch-consent-gate {
  display: -ms-grid;
  display: grid;
}
.ayron-twitch-consent-preview {
  overflow: hidden;
  background: #111;
}
.ayron-twitch-consent-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 1.77777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.ayron-twitch-consent-body {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.ayron-twitch-consent-title {
  font-size: 1rem;
}
.ayron-twitch-consent-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.ayron-twitch-consent-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ayron-twitch-consent-note {
  opacity: 0.9;
}
.ayron-twitch-archive {
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ayron-twitch-archive.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
.ayron-twitch-archive-toolbar {
  display: block;
}
.ayron-twitch-archive-toolbar-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ayron-twitch-archive-filter[hidden] {
  display: none !important;
}
.ayron-twitch-archive-filter {
  margin-bottom: 20px;
}
.ayron-twitch-archive-title {
  margin: 0;
}
.ayron-twitch-filter-card .uk-form-label {
  font-size: 12px;
  font-weight: 700;
}
.ayron-twitch-archive-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ayron-twitch-load-more {
  min-width: 220px;
}
.ayron-twitch-load-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ayron-twitch-load-more-meta {
  text-align: center;
}
.ayron-twitch-archive-loading[hidden] {
  display: none !important;
}
.ayron-twitch-archive-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.ayron-twitch-ajax-error {
  border-radius: var(--ayron-twitch-radius);
}
@media (max-width: 959px) {
  .ayron-twitch-chat {
    min-height: 420px;
  }
  .ayron-twitch-chat-below {
    min-height: 360px;
  }
  .ayron-twitch-avatar {
    width: 76px;
    height: 76px;
  }
}
.twitch-video-single {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}
.twitch-video-single__consent-actions,
.twitch-video-single__footer {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.twitch-video-single__meta,
.twitch-video-single__tags {
  margin: 0;
}
.twitch-video-single__player {
  display: -ms-grid;
  display: grid;
}
.twitch-video-single__consent-actions {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.twitch-video-single__consent-actions.is-empty,
.twitch-video-single__footer.is-empty {
  display: none;
}
.twitch-video-single__consent-actions .ayron-twitch-consent-toolbar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
.twitch-video-single__content > :last-child {
  margin-bottom: 0;
}
.twitch-video-single__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
