[post-modal-container] {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

[post-modal-container][data-subdomain="0"] {
  left: 167px;
}

[post-modal-container][data-subdomain="1"] {
  left: 0;
}

[post-modal-container-inner] {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateY(100px);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}

[spov-open] [post-modal-container-inner] {
  transform: translateY(0);
  opacity: 1;
}

[post-modal-container-inner-left-rail] {
  flex: 0 0 100px;
  background: #090909;
  position: relative;
  border-right: 1px solid #181818;
}

button.spov-share {
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 16px;
  line-height: 0;
  border-radius: 4px;
  transition: background .18s ease;
  font-size: 23px;
  color: #fff;
  width: 26px;
}

[post-modal-container-inner-toolbar-body-pinned] {
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  color: #bababa;
  font-size: 15px;
}

.spov-copy-card--with-preview {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 12px 14px;
  padding-right: 18px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .32);
  border: 1px solid #2a2a2a;
  max-width: 340px;
}

.spov-copy-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  letter-spacing: .3px;
  text-transform: none;
  color: #cfcfcf;
  margin-bottom: 4px;
}

.spov-copy-overlay {
  position: absolute;
  z-index: 9999;
  opacity: 0;
  transform: translate(0, 0) !important;
  transition: opacity .18s ease, transform .18s ease;
  will-change: transform, opacity;
}

.spov-copy-overlay.is-anchored {
  left: var(--copy-left);
  top: var(--copy-top);
  transform: translate(-12px, -50%);
}

.spov-copy-overlay.is-anchored.in {
  opacity: 1;
  transform: translate(0, -50%) !important;
}

.spov-copy-overlay.is-anchored::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 9px;
  border-style: solid;
  border-color: transparent #111 transparent transparent;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .28));
}

.spov-copy-overlay.is-center {
  left: 50%;
  top: 18px;
  transform: translate(calc(-50% - 12px), 0);
}

.spov-copy-overlay.is-center.in {
  opacity: 1;
  transform: translate(-50%, 0) !important;
}

.spov-copy-media {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background: #0f0f0f;
  border: 1px solid #2a2a2a;
}

.spov-copy-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.spov-copy-meta {
  min-width: 0;
}

.spov-copy-head i {
  font-size: 20px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f0f0f;
  border: 1px solid #2a2a2a;
}

.spov-copy-heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 2px;
}

.spov-copy-titleline {
  font-size: 12.5px;
  line-height: 1.3;
  color: #c9c9c9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[left-rail-back-button] {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 16px;
  line-height: 0;
  border-radius: 4px;
  transition: background .18s ease;
}

[left-rail-back-button]:hover,
[left-rail-back-button]:focus-visible {
  background: rgba(255, 255, 255, .1);
  outline: none;
}

button.spov-share:hover,
[left-rail-back-button]:focus-visible {
  background: rgba(255, 255, 255, .1);
  outline: none;
}

.left-rail-back-button-icon {
  fill: #fff;
}

[post-modal-container-inner-body] {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
  background: #090909;
}

[post-modal-container-inner-body-content] {
  flex: 1;
  display: flex;
  background: #090909;
}

[post-modal-container-inner-content-main] {
  flex: 1;
  background: #090909;
  position: sticky;
  top: 0;
  min-height: 105dvh;
}

[post-modal-container-inner-content-divider] {
  width: 1px;
  background: #181818;
  flex-shrink: 0;
}

[post-modal-container-inner-body-dynamic-suggestions][dynamic-explore-list] {
  flex: 0 0 36%;
  max-width: 520px;
  background: #090909;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

[post-modal-container][data-layout="standard"][data-orientation="landscape"] [post-modal-container-inner-content-main] {
  flex: 0 0 70%;
}

[post-modal-container][data-layout="standard"][data-orientation="landscape"] [dynamic-explore-list] {
  flex: 0 0 30%;
  max-width: none;
}

[post-modal-container][data-layout="standard"][data-orientation="portrait"] [post-modal-container-inner-content-main] {
  flex: 0 0 65%;
}

[post-modal-container][data-layout="standard"][data-orientation="portrait"] [dynamic-explore-list] {
  flex: 0 0 35%;
  max-width: none;
}

[post-modal-container][data-layout="standard"][data-orientation="square"] [post-modal-container-inner-content-main] {
  flex: 0 0 62%;
}

[post-modal-container][data-layout="standard"][data-orientation="square"] [dynamic-explore-list] {
  flex: 0 0 38%;
  max-width: none;
}

[post-modal-container][data-layout="explore"][data-orientation="landscape"] [post-modal-container-inner-content-main] {
  flex: 0 0 75%;
}

[post-modal-container][data-layout="explore"][data-orientation="landscape"] [dynamic-explore-list] {
  flex: 0 0 25%;
  max-width: none;
}

[post-modal-container][data-layout="explore"][data-orientation="portrait"] [post-modal-container-inner-content-main] {
  flex: 0 0 65%;
}

[post-modal-container][data-layout="explore"][data-orientation="portrait"] [dynamic-explore-list] {
  flex: 0 0 35%;
  max-width: none;
}

[post-modal-container][data-layout="explore"][data-orientation="square"] [post-modal-container-inner-content-main] {
  flex: 0 0 62%;
}

[post-modal-container][data-layout="explore"][data-orientation="square"] [dynamic-explore-list] {
  flex: 0 0 38%;
  max-width: none;
}

[post-modal-container-inner-main-toolbar] {
  position: sticky;
  top: 0;
  z-index: 100;
}

[post-modal-container-inner-body-dynamic-suggestions-inner][explore-grid] {
    display: grid;
    grid-template-columns: auto;
    gap: 15px;
    align-content: start;
    padding: 20px 15px;
    position: sticky;
    top: 65px;
}
[post-modal-container-inner-body-dynamic-suggestions-inner][non-explore] {
    display: grid;
    gap: 15px;
    padding: 20px 15px;
    position: sticky;
    top: 0;
    flex-grow: 1;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    height: 100%;
    align-content: stretch;
    align-items: stretch;
    min-height: 0;
    max-height: 100dvh;
}

[post-modal-container-inner-toolbar-body] {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #090909;
  border-bottom: 1px solid #181818;
  padding: 12px 16px;
  z-index: 100;
  box-shadow: 20px 20px 20px #1c1c1c33;
  height: 64.8px;
}

[post-modal-container-inner-toolbar-body-company] {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  min-width: 0;
}

[post-modal-container-inner-toolbar-body-company-logo] {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 120px;
  overflow: hidden;
  background: #111;
  border: 1px solid #181818;
  display: flex;
  align-items: center;
  justify-content: center;
}

[post-modal-container-inner-toolbar-body-company-logo] img {
  transform: scale(1);
  transition: transform .18s ease;
  will-change: transform;
}

[post-modal-container-inner-toolbar-body-company]>a:hover [post-modal-container-inner-toolbar-body-company-logo] img,
[post-modal-container-inner-toolbar-body-company]>a:focus-visible [post-modal-container-inner-toolbar-body-company-logo] img {
  transform: scale(1.12);
}

[post-modal-container-inner-toolbar-body-company-logo] img-fallback {
  transform: scale(1);
  transition: transform .18s ease;
  will-change: transform;
}

[post-modal-container-inner-toolbar-body-company]>a:hover [post-modal-container-inner-toolbar-body-company-logo] img-fallback,
[post-modal-container-inner-toolbar-body-company]>a:focus-visible [post-modal-container-inner-toolbar-body-company-logo] img-fallback {
  transform: scale(1.12);
}

[post-modal-container-inner-toolbar-body-info] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

[post-modal-container-inner-toolbar-body-info-name] {
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

[post-modal-container-inner-toolbar-body-info-types] {
  font-size: 14px;
  color: #aaa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[post-modal-container-inner-toolbar-body-spacer] {
  flex: 1;
}


[post-modal-container] [stream-post-manage-post] {
      background: transparent;
    border: 1px solid #333;
    color: #fff;
    cursor: pointer;
    font-size: 23px;
    border-radius: 4px;
    flex: 0 0 auto;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[post-modal-container-inner-main-post-hero] {
  position: relative;
}

[post-modal-container-inner-main-post-hero-frame] {
  position: relative;
  border-bottom: 1px solid #181818;
  overflow: hidden;
  background: #111;
  max-height: 70vh;
  width: 100%;
  min-height: 450px;
  contain: content;
}

.ar-21x9 {
  aspect-ratio: 21 / 9;
}

.ar-16x9 {
  aspect-ratio: 16 / 9;
}

.ar-4x3 {
  aspect-ratio: 4 / 3;
}

.ar-1x1 {
  aspect-ratio: 1 / 1;
}

[post-modal-container-inner-main-post-hero-frame-main-image] {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity .18s ease;
}

[post-modal-container-inner-main-post-hero-frame-main-image].is-visible {
  opacity: 1;
}

[post-modal-container-inner-main-post-hero-frame-main-image].no-fade {
  transition: none;
  opacity: 1;
}

[post-modal-container-inner-main-post-hero-frame-main-image-gradient] {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.70) 100%);
  pointer-events: none;
  z-index: 1;
}

[post-modal-container-inner-main-post-title] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 16px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  box-sizing: border-box;
  z-index: 3;
}

[post-modal-container-inner-main-post-title-text] {
  display: inline-block;
  max-width: 100%;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

[data-hero-title-clone-wrap] {
  position: fixed;
  background: #090909;
  box-sizing: border-box;
  border-bottom: 1px solid #181818;
  display: none;
  z-index: 100;
}

[data-hero-title-clone-wrap].is-visible {
  display: block;
}

[spov-hero-title-clone] {
  position: static;
}

[post-modal-container-inner-main-post-title-text-sm] {
  font-size: 20px;
}

[post-modal-container-inner-main-post-metadata] {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding: 24px 30px;
  background: #090909;
  border-bottom: 1px solid #181818;
  box-sizing: border-box;
}

[post-modal-container-inner-main-post-metadata-cell] {
  flex: 1 1 180px;
  min-width: 180px;
}

[post-modal-container-inner-main-post-metadata-cell-header] {
  font-size: 11px;
  letter-spacing: .5px;
  color: #9aa0a6;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 600;
  font-family: inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

[post-modal-container-inner-main-post-metadata-cell-value] {
  font-size: 15px;
  color: #f5f5f5;
  line-height: 1.4;
  font-family: inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}

[main-post-metadata-collaborators-avatars] {
  display: flex;
  align-items: center;
  cursor: pointer;
}

[main-post-metadata-collaborator-avatar] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 28px;
  border: 1.5px solid #181818;
  background: #111;
}

[main-post-metadata-collaborator-avatar].overlap {
  margin-left: -8px;
}

[main-post-metadata-collaborator-avatar] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .18s ease;
  will-change: transform;
}

[main-post-metadata-collaborator-avatar]:hover img,
[main-post-metadata-collaborator-avatar]:focus-visible img,
[main-post-metadata-collaborator-avatar]:focus-within img {
  transform: scale(1.12);
}

[main-post-metadata-collaborators-more] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 28px;
  border: 1.6px solid rgb(67 67 67);
  background: rgb(17, 17, 17);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #bbb;
  margin-left: -8px;
}

.hidden-collaborators[hidden] {
  display: none;
}

.spov-block-slot {
  position: relative;
}

[text-block] p {
  line-height: 1.6;
  margin: 0 0 10px;
  font-size: 15px;
  color: #f5f5f5;
}

[enquiry-block] [form-row] {
  display: flex;
  gap: 14px;
}

[enquiry-block] [form-group] {
  flex: 1;
  position: relative;
}

.is-flex {
  display: flex !important;
}

[media-item-inner] {
  position: relative;
  width: 100%;
  background: #111;
  border: 1px solid #181818;
  border-radius: 6px;
  overflow: hidden;
}

[media-item-skeleton] {
  background: #111;
  border: 1px solid #181818;
  border-radius: 6px;
  overflow: hidden;
}

.video-trigger {
  position: relative;
  display: block;
}

.play-button-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.masonry-item-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A2A2A2;
}

[post-modal-container-inner-body-dynamic-suggestions-header] {
  position: sticky;
  top: 0;
  z-index: 1;
}

[post-modal-container-inner-body-dynamic-suggestions-header-internal] {
  flex: 0 0 25%;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #090909;
  border-bottom: 1px solid #181818;
  box-shadow: 20px 20px 20px #1c1c1c33;
  padding: 12px 16px;
  height: 64.8px;
  justify-content: center;
}

[post-modal-container-inner-body-dynamic-suggestions-header-label] {
  font-weight: 300;
  text-align: center;
  font-family: inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}


[post-modal-container-inner-body-dynamic-suggestion] {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 57.5%;
  border: 1px solid #181818;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: #0a0a0a;
}

[previous-next-pair][post-modal-container-inner-body-dynamic-suggestion][previous-next] {
  height: 100%;
  min-height: 200px;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  padding-top: 0;
}

[previous-next-bg] {
  position: absolute;
  inset: 0;
  background: #111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  opacity: .001;
  transition: transform .28s ease, filter .28s ease, opacity .18s ease;
  will-change: transform, opacity;
}

[previous-next-bg].is-loaded {
  opacity: 1;
}

[previous-next-bg-explore-overlay] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-sizing: border-box;
    z-index: 3;
    background: linear-gradient(0deg, rgba(16, 16, 18, 0.64) 0%, rgba(0, 0, 0, 0) 100%);
}

[previous-next-bg-explore-project-title] {
    font-size: 15.5px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 0%;
    min-width: 0;
    font-family: inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

[previous-next-bg-explore-views] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    flex-shrink: 0;
    font-family: inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
[previous-next-bg-explore-contents] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 16px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-sizing: border-box;
}
[previous-next-bg-overlay] {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 100% 35% at 50% 50%, rgb(17 18 19 / 30%) 0%, rgb(17 18 19 / 30%) 60%60%, rgba(0, 0, 0, 0) 100%);
    transition: opacity .25s ease;
    z-index: 1;
    pointer-events: none;
}

[previous-next-bg-content] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    padding: 10%;
}
[previous-next-bg-content-button] {
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #eaeaea;
    border: 1px solid rgba(255, 255, 255, .22);
    background: #18181b9e;
    backdrop-filter: saturate(1.2) blur(6px);
    -webkit-backdrop-filter: saturate(1.2) blur(6px);
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .4), 0 6px 16px rgba(0, 0, 0, .24);
    transition: transform .25s ease;
    font-family: 'inter';
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

[post-modal-container-inner-body-dynamic-suggestion][previous-next]:hover [previous-next-bg-content-button], [post-modal-container-inner-body-dynamic-suggestion][previous-next]:focus-visible [previous-next-bg-content-button] {
    backdrop-filter: saturate(1.2) blur(10px);
    -webkit-backdrop-filter: saturate(1.2) blur(10px);
}


[previous-next-bg-content-title] {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    font-family: inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #fff;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
    transition: transform .25s ease;
}

[post-modal-container-inner-body-dynamic-suggestion]:hover [previous-next-bg] {
  transform: scale(1.06);
}

[post-modal-container-inner-body-dynamic-suggestion][previous-next]:hover .spov-related-veil {
  opacity: .8;
}

[post-modal-container-inner-body-dynamic-suggestion][previous-next]:hover .spov-related-label,
[post-modal-container-inner-body-dynamic-suggestion][previous-next]:hover .spov-related-center-title {
  transform: translateY(-1px);
}

.spov-side-empty {
  color: #aaa;
  padding: 8px;
}

.spov-bbar {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #090909;
  border-top: 1px solid #181818;
  padding: 12px 16px;
  z-index: 10;
}

.spov-bbar-tags {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.spov-tag {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #ddd;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.spov-bbar-meta {
  margin-left: auto;
  text-align: right;
  color: #ccc;
  font-size: 13px;
}

.spov-bbar-meta .muted {
  color: #aaa;
}

.skel {
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
  border: 1px solid #181818;
  border-radius: 6px;
}

.skel-line {
  height: 12px;
  border-radius: 6px;
  background: #151515;
  margin: 6px 0;
}

.skel-line.meta-h {
  height: 11px;
  margin: 0 0 6px 0;
  border-radius: 4px;
  width: 28%;
}

.skel-line.meta-v {
  height: 15px;
  margin: 0;
  border-radius: 4px;
  width: 62%;
}

.skel-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  border: 1px solid #181818;
}

.skel-rect {
  background: #111;
}

.spov-skel-wrap {
  transition: opacity .18s ease;
}

.spov-skel-wrap.out {
  opacity: 0;
  pointer-events: none;
}

.hbar {
  height: 48px;
  border-radius: 6px;
}

.pblk {
  height: 220px;
  border-radius: 6px;
}

.mblk {
  height: auto;
  border-radius: 6px;
  position: relative;
}

.side-card {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 57.5%;
  border: 1px solid #181818;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.side-card-tall {
  position: relative;
  display: block;
  width: 100%;
  min-height: 200px;
  border: 1px solid #181818;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.spov-skel-spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A2A2A2;
  pointer-events: none;
}

[post-modal-container-inner-main-post-inner][fade] {
  opacity: 0;
  transition: opacity .22s ease;
}

[post-modal-container-inner-main-post-inner][post-fade-in] {
  opacity: 1;
}

[post-modal-container-inner-body-content].spov-xf-out {
  transition: opacity .18s ease;
}

.spov-xf-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.spov-xf-layer.spov-xf-in {
  opacity: 1;
  pointer-events: none;
}

[post-modal-container] [post-modal-container-inner-main-post-content],
[post-modal-container] [media-block] {
  contain-intrinsic-size: 1000px 800px;
  content-visibility: visible;
  contain: layout paint style;
  contain-intrinsic-size: auto;
}

[post-modal-container] [post-modal-container-inner-main-post-hero] [post-modal-container-inner-main-post-hero-frame] {
  contain: content;
  border-radius: 0;
  border: none;
}

[post-modal-container] [post-modal-container-inner-content-main] {
  contain: layout paint style;
}

.spov-xclose {
  position: absolute;
  top: 30px;
  right: 35px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #2a2a2a;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  transition: background .18s ease, border-color .18s ease, transform .12s ease;
}

.spov-xclose:hover,
.spov-xclose:focus-visible {
  background: rgba(255, 255, 255, .085);
  border-color: #3a3a3a;
  outline: none;
}

.spov-xclose:active {
  transform: scale(.96);
}

.spov-xclose i {
  font-size: 30px;
  line-height: 0;
}

.spov-error {
  display: flex;
  background: #090909;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

[post-modal-container-inner-toolbar-body-views] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  margin-right: 8px;
  white-space: nowrap;
  opacity: .9;
  color: #fff;
  font-size: 13px;
  font-family: 'inter';
  line-height: 1;
}

[previous-next-bg-explore-update-snippet] {
    font-size: 14.5px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 0%;
    min-width: 0;
    font-family: inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
[updates-content-body] {
  padding: 0px 20px;
  border-bottom: 1px solid #181818;
  padding-left: 0;
}

[updates-text-block] {
  padding: 35px 20px;
  border-width: 0 0 0 3px;
  border-style: solid;
  border-color: #0e0e0e #181818 #181818 rgb(1, 112, 235);
  border-image: initial;
  overflow: hidden;
}

[updates-text-block] p {
  font-size: 16px;
  line-height: 1.6;
  color: #e5e5e5;
  white-space: normal;
  padding: 0 20px;
  display: block;
  margin-bottom: 0;
}

[post-modal-container-inner-body-content] [post-modal-container-inner-content-main],
[post-modal-container-inner-main-post],
.spov-real,
[post-modal-container-inner-main-post-hero],
[post-modal-container-inner-main-post-hero-frame] {
  min-width: 0;
}

[updates-hero-carousel] [post-modal-container-inner-main-post-hero-frame] {
  position: relative;
  width: 100%;
  overflow: hidden;
}

[updates-hero-carousel] [post-modal-container-inner-main-post-hero-frame].ar-16x9 {
  aspect-ratio: 16 / 9;
}

[updates-hero-carousel] [post-modal-container-inner-main-post-hero-frame].ar-4x3 {
  aspect-ratio: 4 / 3;
}

[updates-hero-carousel] [post-modal-container-inner-main-post-hero-frame].ar-21x9 {
  aspect-ratio: 21 / 9;
}

[updates-hero-carousel] [post-modal-container-inner-main-post-hero-frame].ar-1x1 {
  aspect-ratio: 1 / 1;
}

[updates-hero-carousel] .spov-hero-swiper,
[updates-hero-carousel] .spov-hero-swiper .swiper-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

[updates-hero-carousel] [post-modal-container-inner-main-post-hero-frame-main-image] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

[updates-hero-carousel] {
  --thumb-w: 96px;
  --thumb-h: 64px;
  --thumb-gap: 8px;
  --thumb-pad: 6px 8px;
  --thumb-rail-h: calc(var(--thumb-h) + 2*6px);
}

.spov-hero-thumbs--overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: var(--thumb-rail-h);
  padding: var(--thumb-pad);
  background: rgba(0, 0, 0, .35);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  z-index: 3;
  box-sizing: border-box;
}

.spov-hero-thumbs--overlay.swiper,
.spov-hero-thumbs--overlay .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.spov-hero-thumbs--overlay .swiper-slide {
  width: var(--thumb-w);
  height: 100%;
  margin-right: var(--thumb-gap);
  opacity: .6;
  transition: opacity .15s ease;
}

.spov-hero-thumbs--overlay .swiper-slide:last-child {
  margin-right: 0;
}

.spov-hero-thumbs--overlay .swiper-slide-thumb-active,
.spov-hero-thumbs--overlay .swiper-slide:hover {
  opacity: 1;
}

.spov-hero-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

[updates-hero-carousel] .swiper-pagination {
  bottom: calc(var(--thumb-rail-h) + 16px) !important;
  z-index: 3;
}

[updates-hero-carousel] .swiper-button-next,
[updates-hero-carousel] .swiper-button-prev {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35));
  z-index: 3;
}

[updates-hero-carousel] .swiper-button-next {
  right: 0 !important;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 !important;
  height: 90px !important;
  width: 60px !important;
  background: #000000;
  color: #ffffff !important;
  transition: background 0.2s ease;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #303030;
  border-right: none;
}

[updates-hero-carousel] .swiper-button-prev {
  left: 0 !important;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 90px !important;
  width: 60px !important;
  background: #000000;
  color: #ffffff !important;
  transition: background 0.2s ease;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  border: 1px solid #303030;
  border-left: none;
}

[updates-hero-carousel] .swiper-button-next:after {
  content: 'next';
  font-size: 29px !important;
  margin-right: -12px;
}

[updates-hero-carousel] .swiper-button-prev:after {
  content: 'prev';
  font-size: 29px !important;
  margin-right: 12px;
}

@media (max-width: 767px) {
  [updates-hero-carousel] {
    --thumb-w: 84px;
    --thumb-h: 56px;
  }
}

.skel-line.w-100 {
  width: 100%;
}

.skel-line.w-96 { width: 100%; }
.skel-line.w-96 { width: 96%; }
.skel-line.w-92 { width: 92%; }
.skel-line.w-88 { width: 88%; }
.skel-line.w-84 { width: 84%; }
.skel-line.w-80 { width: 80%; }
.skel-line.w-76 { width: 76%; }
.skel-line.w-72 { width: 72%; }
.skel-line.w-68 { width: 68%; }
.skel-line.w-64 { width: 64%; }
.skel-line.w-62 { width: 62%; }
.skel-line.w-58 { width: 58%; }
.skel-line.w-54 { width: 54%; }
.skel-line.w-50 { width: 50%; }
.skel-line.w-46 { width: 46%; }
.skel-line.w-42 { width: 42%; }

[updates-text-block]:has(.skel-line) {
    border-color: #232323;
}


.skel-line.h-14 {
  height: 14px;
}

.skel-line.h-12 {
  height: 12px;
}

.skel-avatar.sm {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #151515;
  border: 1.5px solid #181818;
  position: relative;
  display: inline-block;
  margin-top: 6px;
}

.skel-avatar.sm+.skel-avatar.sm {
  margin-left: -8px;
}

.w-125 {
  width: 125px;
}

.w-85 {
  width: 85px;
}

.mt-2 {
  margin-top: 2px;
}

.skel-line.w-50 {
  width: 50px;
}

[post-modal-container-inner-toolbar-body][is-skeleton] .spov-edit-btn {
  pointer-events: none;
  opacity: .75;
}

.skel-line.mild {
    border: 1px solid #131313;
    background: #0b0b0b;
}

[post-modal-container-inner-toolbar-body-info-name]:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

[media-item] img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  display: block;
  transition: opacity .2s ease;
  opacity: 0;
}

[post-modal-container-inner-toolbar-body-info] a {
    width: min-content;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
[previous-next-bg-content-snippet] {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #f1f1f1;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
    transition: transform .25s ease;
}


[post-modal-container-inner-body-dynamic-suggestions-inner][non-explore][has-intro] {
  grid-template-rows: auto 1fr;
  align-items: start; /* don’t stretch the intro */
}

[post-modal-container-inner-body-dynamic-suggestions-inner-intro] {
    padding: 15px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid #181818;
    padding-bottom: 15px;
}


[post-modal-container-inner-body-dynamic-suggestions-inner-heading] {
    font-size: 24px;
    font-family: 'inter';
}

/* [post-modal-container-inner-body-dynamic-suggestions-inner][non-explore][has-intro] [post-modal-container-inner-body-dynamic-suggestion][previous-next] {
  height: 50% !important;
} */
[post-modal-container-inner-body-dynamic-suggestions-inner-paragraph] {
    line-height: 1.45;
    font-size: 15px;
    opacity: 1;
    color: #e5e5e5;
}
[previous-next-pair] {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    height: 100%;
    align-content: stretch;
    align-items: stretch;
    min-height: 0;
}
[post-modal-container-inner-body-dynamic-suggestions-inner-heading-row] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

[post-modal-container-inner-body-dynamic-suggestions-inner-position] {
    font-size: 13px;
    letter-spacing: .5px;
    color: #9aa0a6;
    text-transform: uppercase;
    font-weight: 400;
    font-family: inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}



[explore-empty-overlay-content] {
    text-align: center;
}

[explore-empty-logo] {
  display: grid;
  place-items: center;
  margin-bottom: 15px;
}
[explore-empty-logo-img] {
    width: 48px;
    height: 48px;
    object-fit: cover;
    opacity: 1;
    border-radius: 120px;
    background: #111;
    border: 1px solid #363636;
}
[explore-empty-title] {
    font-weight: 600;
    letter-spacing: .15px;
    font-family: 'inter';
    font-size: 17px;
}
[explore-empty-sub] {
  margin-top: 6px;
  font-size: .925rem;
  opacity: .75;
}
.side-card[data-empty-ghost] {
    padding: 15% 10%;
    overflow: auto;
    aspect-ratio: unset;
}