/*
Theme Name: TeamHP Infinit
Theme URI: https://teamhpinfinit.com.br
Author: TeamHP
Author URI: https://teamhpinfinit.com.br
Description: Custom dark theme for TeamHP with responsive layout, ad slots, and community pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: teamhp-infinit
*/

:root {
  --thp-bg: #080808;
  --thp-bg-soft: #111111;
  --thp-card: #171717;
  --thp-border: #2c2c2c;
  --thp-text: #f5f5f5;
  --thp-muted: #a5a5a5;
  --thp-primary: #e30613;
  --thp-primary-dark: #a3020d;
  --thp-highlight: #ffd60a;
  --thp-radius: 16px;
  --thp-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  --thp-wrap: min(1200px, calc(100vw - 28px));
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: 'Outfit', 'Segoe UI', sans-serif;
  background:
    radial-gradient(95% 70% at 50% -20%, rgba(227, 6, 19, 0.2) 0%, transparent 55%),
    linear-gradient(180deg, #090909 0%, #070707 100%);
  color: var(--thp-text);
  line-height: 1.55;
}

a {
  color: var(--thp-highlight);
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--thp-primary);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.thp-container {
  width: var(--thp-wrap);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--thp-border);
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(8px);
}

.site-header__row {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.thp-site-notice {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 1200;
  width: min(430px, calc(100vw - 24px));
}

.thp-site-notice__card {
  position: relative;
  border-radius: 16px;
  border: 1px solid #343434;
  background: linear-gradient(150deg, #0f1720 0%, #131313 80%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  padding: 14px;
}

.thp-site-notice--warning .thp-site-notice__card {
  background: linear-gradient(150deg, #2a1d06 0%, #14100b 80%);
}

.thp-site-notice--success .thp-site-notice__card {
  background: linear-gradient(150deg, #102016 0%, #101612 80%);
}

.thp-site-notice__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid #4a4a4a;
  background: #161616;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.thp-site-notice__close:hover,
.thp-site-notice__close:focus-visible {
  border-color: var(--thp-primary);
  color: var(--thp-primary);
}

.thp-site-notice__title {
  margin: 0 34px 8px 0;
  color: #fff;
  font-size: 1rem;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.thp-site-notice__text {
  margin: 0;
  color: #f4f4f4;
  font-size: 0.92rem;
  line-height: 1.45;
  max-height: min(42vh, 240px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

.thp-site-notice__actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.thp-site-notice__button {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #161616;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.thp-site-notice__button--cta {
  background: linear-gradient(135deg, var(--thp-primary), var(--thp-primary-dark));
  border-color: transparent;
  color: #fff;
}

.thp-site-notice__button:hover,
.thp-site-notice__button:focus-visible {
  border-color: var(--thp-highlight);
  color: var(--thp-highlight);
}

.thp-site-notice__button--cta:hover,
.thp-site-notice__button--cta:focus-visible {
  color: #fff;
  filter: brightness(1.06);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--thp-text);
}

.site-brand__logo {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #353535;
  background: #121212;
  display: block;
  flex: 0 0 auto;
}

.site-brand__text {
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 1.15rem;
  font-weight: 700;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.primary-nav a {
  color: #d6d6d6;
  font-weight: 500;
  font-size: 0.95rem;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.thp-btn,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9rem;
}

.thp-btn--ghost {
  background: transparent;
  border-color: #464646;
  color: var(--thp-text);
}

.thp-btn--primary,
.wp-block-button__link {
  background: linear-gradient(135deg, var(--thp-primary), var(--thp-primary-dark));
  color: #fff;
  border-color: transparent;
}

.thp-btn--ghost:hover {
  border-color: var(--thp-primary);
  color: var(--thp-primary);
}

.thp-btn--primary:hover,
.wp-block-button__link:hover {
  filter: brightness(1.08);
  color: #fff;
}

.wpcf7 form {
  display: grid;
  gap: 12px;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 label {
  display: grid;
  gap: 6px;
  color: #e8e8e8;
  font-weight: 600;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  border: 1px solid #343434;
  border-radius: 10px;
  background: #101010;
  color: #f5f5f5;
  font: inherit;
  padding: 11px 12px;
}

.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.wpcf7 .wpcf7-submit {
  min-width: 180px;
}

.wpcf7-not-valid-tip {
  color: #ff8f96;
  font-size: 0.84rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2px 0 0;
  border-radius: 10px;
  border-color: #404040;
  background: #111;
  color: #f0f0f0;
  font-size: 0.9rem;
}

.mobile-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #404040;
  background: #161616;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
}

.main-content {
  padding-block: 26px 42px;
  min-height: 65vh;
}

.home-intro {
  margin-bottom: 20px;
  padding: 18px;
  border-radius: var(--thp-radius);
  border: 1px solid var(--thp-border);
  background: linear-gradient(150deg, #1f1f1f, #141414);
  box-shadow: var(--thp-shadow);
}

.home-intro h1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: clamp(1.5rem, 2.3vw, 2.2rem);
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-intro p {
  margin: 8px 0 0;
  color: var(--thp-muted);
}

.home-intro__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.home-intro__kicker {
  margin: 0;
  color: #ff6464;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.home-intro__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.thp-btn--small {
  min-height: 36px;
  padding: 8px 12px;
  font-size: 0.82rem;
}

.trending-strip {
  border-radius: var(--thp-radius);
  border: 1px solid var(--thp-border);
  background: linear-gradient(140deg, #1d1d1d 0%, #131313 100%);
  box-shadow: var(--thp-shadow);
  padding: 14px;
  min-width: 0;
  overflow: hidden;
}

.trending-strip__head {
  margin: 0 0 12px;
}

.trending-strip__kicker {
  margin: 0;
  color: #ff6464;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.trending-strip__title {
  margin: 3px 0 0;
  font-size: 1.35rem;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trending-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  width: 100%;
  max-width: 100%;
}

.trending-card {
  scroll-snap-align: start;
  border-radius: 12px;
  border: 1px solid #2c2c2c;
  background: #151515;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
}

.trending-card__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(140deg, #2a2a2a 0%, #171717 100%);
}

.trending-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trending-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #828282;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.trending-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(227, 6, 19, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trending-card__body {
  padding: 10px;
  display: grid;
  gap: 6px;
}

.trending-card__body h3 {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.3;
}

.trending-card__body a {
  color: #ededed;
}

.trending-card__vip-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 214, 10, 0.13);
  border: 1px solid rgba(255, 214, 10, 0.35);
  color: #ffe893;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trending-card__meta {
  margin: 0;
  color: var(--thp-muted);
  font-size: 0.78rem;
}

.content-block {
  display: grid;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
}

.content-block__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.content-block__kicker {
  margin: 0;
  color: #ff6464;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.content-block__title {
  margin: 2px 0 0;
  color: #fff;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.content-block__desc {
  margin: 4px 0 0;
  color: var(--thp-muted);
  font-size: 0.88rem;
}

.ad-slot {
  border-radius: var(--thp-radius);
  border: 1px solid var(--thp-border);
  background: var(--thp-card);
  overflow: hidden;
  box-shadow: var(--thp-shadow);
}

.ad-slot__inner {
  padding: 12px;
  overflow: hidden;
}

.ad-slot__inner iframe,
.ad-slot__inner img,
.ad-slot__inner video,
.ad-slot__inner object,
.ad-slot__inner embed {
  max-width: 100% !important;
}

.ad-slot__inner ins {
  max-width: 100% !important;
}

.ad-slot__title {
  margin: 0 0 10px;
  color: var(--thp-muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-slot--top-desktop {
  margin-bottom: 20px;
}

.ad-slot--top-mobile {
  display: none;
  margin-bottom: 20px;
}

.layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  gap: 22px;
  align-items: start;
}

.layout-grid > * {
  min-width: 0;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
  width: 100%;
  align-items: start;
}

.post-card {
  border-radius: var(--thp-radius);
  border: 1px solid var(--thp-border);
  background: var(--thp-card);
  overflow: hidden;
  box-shadow: var(--thp-shadow);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.post-card__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(140deg, #282828 0%, #161616 100%);
  overflow: hidden;
}

.post-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #8a8a8a;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.post-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(227, 6, 19, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.post-card__body {
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.post-card h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.post-card__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.post-card__vip-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.35);
  background: rgba(255, 214, 10, 0.12);
  color: #ffe893;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  line-height: 1;
  margin-top: 2px;
}

.post-card__meta {
  margin-top: auto;
  font-size: 0.8rem;
  color: var(--thp-muted);
  display: grid;
  gap: 3px;
}

.post-card__meta-line {
  display: block;
  line-height: 1.3;
  word-break: break-word;
}

.post-card__meta-line--stats {
  color: #d0d0d0;
  font-weight: 600;
}

.post-card__stars,
.post-card__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.thp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #3f3f3f;
  background: #171717;
  color: #f0f0f0;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  padding: 6px 9px;
  max-width: 100%;
}

.thp-pill:hover,
.thp-pill:focus-visible {
  border-color: var(--thp-primary);
  color: #fff;
}

.thp-pill--term {
  background: rgba(255, 214, 10, 0.08);
  border-color: rgba(255, 214, 10, 0.3);
  color: #ffe993;
}

.sidebar-column {
  display: grid;
  gap: 16px;
  align-content: start;
  min-width: 0;
  width: 100%;
  max-width: 340px;
  justify-self: end;
  overflow: hidden;
}

.sidebar-column > * {
  min-width: 0;
}

.sidebar-column .ad-slot__inner > * {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.panel {
  border-radius: var(--thp-radius);
  border: 1px solid var(--thp-border);
  background: var(--thp-card);
  box-shadow: var(--thp-shadow);
  overflow: hidden;
}

.panel__head {
  padding: 14px 14px 0;
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Rajdhani', sans-serif;
}

.panel__body {
  padding: 14px;
}

.list-posts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.list-posts li {
  border-bottom: 1px solid #262626;
  padding-bottom: 10px;
}

.list-posts li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.list-posts a {
  color: #ececec;
  font-size: 0.9rem;
}

.list-posts__link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.list-posts__thumb {
  width: 90px;
  height: 62px;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 auto;
  background: #1d1d1d;
  border: 1px solid #2a2a2a;
}

.list-posts__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-posts__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #818181;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.list-posts__content {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.list-posts__title {
  display: block;
  color: #ececec;
  font-size: 0.88rem;
  line-height: 1.24;
}

.list-posts__vip-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.35);
  background: rgba(255, 214, 10, 0.12);
  color: #ffe893;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 7px;
  line-height: 1;
}

.list-posts__meta {
  display: block;
  color: var(--thp-muted);
  font-size: 0.76rem;
  line-height: 1.3;
}

.pagination-wrap {
  margin-top: 18px;
}

.nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.page-numbers {
  min-width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid #3f3f3f;
  display: grid;
  place-items: center;
  color: #e9e9e9;
}

.page-numbers.current,
.page-numbers:hover {
  border-color: var(--thp-primary);
  color: #fff;
  background: rgba(227, 6, 19, 0.22);
}

.entry-box {
  border-radius: var(--thp-radius);
  border: 1px solid var(--thp-border);
  background: var(--thp-card);
  box-shadow: var(--thp-shadow);
  padding: 20px;
}

.entry-box h1,
.entry-box h2,
.entry-box h3,
.entry-box h4,
.entry-box h5,
.entry-box h6 {
  font-family: 'Rajdhani', sans-serif;
}

.entry-meta {
  margin: 0 0 14px;
  color: var(--thp-muted);
  font-size: 0.85rem;
}

.entry-cover {
  margin: 14px 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #2f2f2f;
  background: #111;
  aspect-ratio: 16 / 9;
}

.entry-cover img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  background: transparent;
}

.entry-content,
.entry-summary {
  color: #e4e4e4;
}

.entry-content p,
.entry-summary p {
  margin: 0 0 14px;
}

.entry-content figure,
.entry-content .wp-block-image,
.entry-content .wp-caption {
  margin: 0 auto 14px;
  max-width: 100%;
}

.entry-content img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: min(72vh, 680px);
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #2f2f2f;
  background: #0f0f0f;
}

.entry-content .teamhp-screenshots-grid {
  margin: 10px 0 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.entry-content .teamhp-screenshots-grid figure {
  margin: 0;
}

.entry-content .teamhp-screenshots-grid a {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2f2f2f;
  background: #111;
}

.entry-content .teamhp-screenshots-grid img {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.entry-content iframe {
  max-width: 100%;
}

.entry-taxonomy {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.entry-taxonomy__label {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b0b0b0;
  font-weight: 700;
}

.entry-taxonomy__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.teamhp-votes {
  margin: 14px 0 16px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #303030;
  background: linear-gradient(140deg, #171717 0%, #111111 100%);
  display: grid;
  gap: 10px;
}

.teamhp-votes__label {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b4b4b4;
  font-weight: 700;
}

.teamhp-votes__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.teamhp-votes__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #3a3a3a;
  background: #111111;
  color: #ebebeb;
  padding: 8px 12px;
  min-height: 38px;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.teamhp-votes__button:hover,
.teamhp-votes__button:focus-visible {
  border-color: var(--thp-primary);
  color: #fff;
}

.teamhp-votes__button.is-active {
  border-color: rgba(227, 6, 19, 0.65);
  background: rgba(227, 6, 19, 0.2);
  color: #fff;
}

.teamhp-votes__button[disabled] {
  opacity: 0.7;
  cursor: wait;
}

.teamhp-votes__icon {
  line-height: 1;
  font-size: 0.94rem;
}

.teamhp-votes__count {
  border-radius: 999px;
  background: #1f1f1f;
  border: 1px solid #343434;
  padding: 3px 8px;
  font-size: 0.78rem;
  line-height: 1;
  min-width: 32px;
  text-align: center;
}

.teamhp-votes__feedback {
  margin: 0;
  font-size: 0.8rem;
  color: #c9c9c9;
}

.teamhp-votes__feedback[data-state="error"] {
  color: #ff9ea4;
}

.estrela-facts {
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.estrela-facts__item {
  border: 1px solid #2b2b2b;
  border-radius: 12px;
  background: #141414;
  padding: 10px 12px;
  display: grid;
  gap: 4px;
}

.estrela-facts__item strong {
  font-size: 0.72rem;
  color: #9f9f9f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.estrela-facts__item span {
  font-size: 0.97rem;
  color: #f0f0f0;
  font-weight: 600;
}

.estrela-redes {
  margin: 12px 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.estrela-gallery {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.estrela-gallery a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #2f2f2f;
  background: #121212;
}

.estrela-gallery img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}

.content-main {
  display: grid;
  gap: 18px;
  min-width: 0;
  overflow: hidden;
}

.content-main > * {
  min-width: 0;
}

.entry-embed {
  margin: 14px 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #2f2f2f;
  background: #0d0d0d;
  aspect-ratio: 16 / 9;
}

.entry-embed iframe,
.entry-embed video {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  display: block;
}

.entry-embed .eas6a97888e2 {
  display: block;
  margin: 0 auto;
}

.comments-area {
  display: grid;
  gap: 16px;
}

.comments-title {
  margin: 0;
  font-size: 1.3rem;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.teamhp-comment-alert {
  border: 1px solid rgba(227, 6, 19, 0.45);
  background: rgba(227, 6, 19, 0.14);
  color: #ffe5e7;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.92rem;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.comment-list .comment {
  margin: 0;
  padding: 0;
}

.comment-list .comment-body {
  border: 1px solid #2d2d2d;
  background: #141414;
  border-radius: 12px;
  padding: 14px;
}

.comment-list .comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.comment-list .comment-author .avatar {
  border-radius: 999px;
  border: 1px solid #3b3b3b;
}

.comment-list .fn {
  color: #f0f0f0;
  font-style: normal;
  font-weight: 700;
}

.teamhp-comment-vip-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.35);
  background: rgba(255, 214, 10, 0.12);
  color: #ffe893;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 7px;
  line-height: 1;
  vertical-align: middle;
}

.comment-list .says {
  color: var(--thp-muted);
  font-size: 0.84rem;
}

.comment-list .comment-meta {
  margin-bottom: 8px;
}

.comment-list .comment-meta a {
  color: var(--thp-muted);
  font-size: 0.78rem;
}

.comment-list .comment-content p {
  margin: 0;
  color: #e4e4e4;
}

.comment-list .comment-content .teamhp-comment-reply-target {
  margin: 0 0 8px;
  padding: 6px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: #ffd8d8;
  background: rgba(227, 6, 19, 0.14);
  border: 1px solid rgba(227, 6, 19, 0.3);
}

.comment-list .children {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.comment-list .teamhp-comment-has-replies > .children {
  margin-top: 10px;
}

.comment-list .children .comment {
  margin: 0;
  padding: 0;
}

.comment-list .children .comment-body {
  margin: 0;
}

.comment-list .reply {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.comment-list .comment-reply-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid #3f3f3f;
  color: #f1f1f1;
  font-size: 0.78rem;
  font-weight: 600;
}

.comment-list .comment-reply-link:hover {
  border-color: var(--thp-primary);
  color: #fff;
}

.comment-list .teamhp-toggle-replies {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid #3f3f3f;
  background: #181818;
  color: #f1f1f1;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
}

.comment-list .teamhp-toggle-replies:hover {
  border-color: var(--thp-primary);
  color: #fff;
}

.comment-reply-title small {
  display: inline;
  margin-left: 8px;
  font-size: 0.82rem;
  font-weight: 500;
}

.teamhp-comment-form {
  border: 1px solid #2f2f2f;
  border-radius: 14px;
  background: #141414;
  padding: 16px;
}

.teamhp-comment-form p {
  margin: 0 0 12px;
}

.teamhp-comment-form .comment-form-cookies-consent {
  margin-top: -2px;
}

.teamhp-comment-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.88rem;
  color: #e6e6e6;
}

.teamhp-comment-form input[type="text"],
.teamhp-comment-form input[type="email"],
.teamhp-comment-form textarea {
  width: 100%;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  background: #0f0f0f;
  color: #fff;
  padding: 10px 12px;
  outline: none;
}

.teamhp-comment-form input[type="text"]:focus,
.teamhp-comment-form input[type="email"]:focus,
.teamhp-comment-form textarea:focus {
  border-color: var(--thp-primary);
  box-shadow: 0 0 0 2px rgba(227, 6, 19, 0.2);
}

.teamhp-comment-form textarea {
  resize: vertical;
  min-height: 150px;
}

.teamhp-comment-form .comment-notes,
.teamhp-comment-form .logged-in-as,
.teamhp-comment-form .form-allowed-tags {
  color: var(--thp-muted);
  font-size: 0.82rem;
}

.teamhp-comment-form .required {
  color: #ff6464;
}

.teamhp-comment-form .comment-form-url {
  display: none !important;
}

.teamhp-comment-recaptcha {
  margin: 10px 0 14px;
  max-width: 100%;
  overflow-x: auto;
}

.teamhp-comment-submit {
  min-height: 40px;
}

.entry-cover img,
.entry-content img,
.estrela-gallery img {
  cursor: zoom-in;
}

.site-footer {
  border-top: 1px solid var(--thp-border);
  background: #0d0d0d;
  margin-top: 42px;
}

.footer-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 28px 0;
  justify-items: center;
  text-align: center;
}

.footer-grid > section {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}

.footer-grid h3 {
  margin: 0 0 10px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-grid p,
.footer-grid li,
.footer-grid a {
  color: var(--thp-muted);
  font-size: 0.9rem;
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.footer-bottom {
  border-top: 1px solid var(--thp-border);
  color: #8f8f8f;
  padding: 14px 0 24px;
  font-size: 0.85rem;
  text-align: center;
}

.footer-social-icons {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid #3d3d3d;
  background: #161616;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.footer-social-icon:hover,
.footer-social-icon:focus-visible {
  transform: translateY(-1px);
  border-color: currentColor;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.footer-social-icon--discord {
  color: #8b95ff;
}

.footer-social-icon--youtube {
  color: #ff6673;
}

.footer-social-icon--instagram {
  color: #ff6fb5;
}

.footer-social-all {
  margin-top: 10px;
  display: inline-flex;
  color: #f9a6ad;
  font-size: 0.84rem;
}

.thp-social-hub__header {
  text-align: center;
  margin-bottom: 18px;
}

.thp-social-hub__kicker {
  margin: 0 0 6px;
  color: #f9a6ad;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
}

.thp-social-hub__header h1 {
  margin: 0 0 6px;
}

.thp-social-hub__header p {
  margin: 0;
  color: #bbbbbb;
}

.thp-social-hub__list {
  width: min(680px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.thp-social-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
  border: 1px solid #333;
  background: linear-gradient(160deg, #141414 0%, #101010 100%);
  padding: 11px 12px;
  color: #fff;
}

.thp-social-card:hover,
.thp-social-card:focus-visible {
  border-color: #5a5a5a;
  transform: translateY(-1px);
  color: #fff;
}

.thp-social-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #3a3a3a;
  background: #1b1b1b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.thp-social-card__text {
  display: grid;
  gap: 2px;
}

.thp-social-card__title {
  font-weight: 700;
  color: #fff;
}

.thp-social-card__desc {
  color: #a9a9a9;
  font-size: 0.84rem;
}

.thp-social-card__arrow {
  color: #cfcfcf;
  font-size: 0.82rem;
}

.thp-social-card--youtube .thp-social-card__icon {
  border-color: rgba(255, 68, 89, 0.5);
  color: #ff4459;
}

.thp-social-card--discord .thp-social-card__icon {
  border-color: rgba(88, 101, 242, 0.5);
  color: #8f9bff;
}

.thp-social-card--instagram .thp-social-card__icon {
  border-color: rgba(225, 48, 108, 0.5);
  color: #ff5f9f;
}

.thp-social-card--whatsapp-group .thp-social-card__icon,
.thp-social-card--whatsapp-channel .thp-social-card__icon,
.thp-social-card--support-whatsapp .thp-social-card__icon {
  border-color: rgba(37, 211, 102, 0.5);
  color: #58e88d;
}

.thp-social-card--facebook-page .thp-social-card__icon,
.thp-social-card--facebook-group .thp-social-card__icon {
  border-color: rgba(24, 119, 242, 0.5);
  color: #6ea8ff;
}

.thp-modal,
.thp-cookie {
  position: fixed;
  z-index: 1000;
}

.thp-modal {
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.82);
  padding: 18px;
}

.thp-modal__card {
  width: min(500px, 100%);
  border-radius: var(--thp-radius);
  border: 1px solid #3f3f3f;
  background: #171717;
  padding: 18px;
  text-align: center;
}

.thp-modal__card h2 {
  margin: 0 0 8px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}

.thp-modal__card p {
  margin: 0 0 16px;
  color: var(--thp-muted);
}

.thp-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.thp-cookie {
  left: 12px;
  right: 12px;
  bottom: 12px;
  max-width: 620px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #3f3f3f;
  background: #111;
  box-shadow: var(--thp-shadow);
}

.thp-cookie p {
  margin: 0;
  color: #d1d1d1;
  font-size: 0.88rem;
}

.thp-cookie__actions {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.thp-hidden {
  display: none !important;
}

.thp-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
}

.thp-image-lightbox__img {
  max-width: min(96vw, 1800px);
  max-height: calc(100vh - 72px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.7);
  background: #030303;
}

.thp-image-lightbox__close {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #565656;
  background: #181818;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.thp-image-lightbox__close:hover,
.thp-image-lightbox__close:focus-visible {
  border-color: var(--thp-primary);
  color: var(--thp-primary);
}

.thp-image-lightbox__caption {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 12px;
  margin: 0 auto;
  width: min(860px, calc(100vw - 32px));
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #3e3e3e;
  background: rgba(15, 15, 15, 0.92);
  color: #ececec;
  font-size: 0.88rem;
  text-align: center;
}

body.thp-no-scroll {
  overflow: hidden;
}

.site-search {
  position: relative;
  width: clamp(240px, 22vw, 320px);
  flex: 0 1 clamp(240px, 22vw, 320px);
}

.site-search__controls {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #3a3a3a;
  background: #121212;
}

.site-search input {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  background: #121212;
  color: #fff;
  border: 0;
  min-height: 38px;
  padding: 0 10px;
}

.site-search button {
  flex-shrink: 0;
  min-height: 38px;
  border: 0;
  padding: 0 12px;
  background: var(--thp-primary);
  color: #fff;
  cursor: pointer;
}

.site-search__suggestions {
  position: absolute;
  top: calc(100% + 6px);
  left: auto;
  right: 0;
  z-index: 40;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: max(100%, 360px);
  max-width: min(460px, calc(100vw - 32px));
  max-height: min(58vh, 380px);
  overflow: hidden;
  border: 1px solid #333;
  border-radius: 12px;
  background: #111;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.5);
}

.site-search__panel-head,
.site-search__panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  background: #141414;
}

.site-search__panel-head {
  border-bottom: 1px solid #252525;
}

.site-search__panel-foot {
  border-top: 1px solid #252525;
}

.site-search__panel-title {
  color: #f6f6f6;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-search__panel-count,
.site-search__panel-hint {
  color: #9f9f9f;
  font-size: 0.74rem;
}

.site-search__panel-hint {
  flex: 1 1 auto;
  min-width: 0;
}

.site-search__results {
  display: grid;
  gap: 1px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.site-search__results::-webkit-scrollbar {
  width: 8px;
}

.site-search__results::-webkit-scrollbar-thumb {
  background: #3b3b3b;
  border-radius: 999px;
}

.site-search__results::-webkit-scrollbar-track {
  background: #151515;
}

.site-search__suggestion {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  color: #f0f0f0;
  background: #151515;
}

.site-search__thumb {
  width: 52px;
  height: 52px;
  border-radius: 9px;
  border: 1px solid #2f2f2f;
  overflow: hidden;
  background: #202020;
}

.site-search__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-search__thumb--placeholder {
  background: linear-gradient(140deg, #323232 0%, #1d1d1d 75%);
}

.site-search__content {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.site-search__suggestion:hover,
.site-search__suggestion:focus-visible {
  background: #1f1f1f;
  color: #fff;
}

.site-search__title {
  font-size: 0.86rem;
  line-height: 1.25;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.site-search__meta {
  color: #a8a8a8;
  font-size: 0.74rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-search__all-results {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(227, 6, 19, 0.35);
  background: rgba(227, 6, 19, 0.14);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.site-search__all-results:hover,
.site-search__all-results:focus-visible {
  background: rgba(227, 6, 19, 0.24);
  border-color: rgba(227, 6, 19, 0.65);
}

.site-search__empty {
  padding: 10px;
  color: #b7b7b7;
  font-size: 0.82rem;
  background: #151515;
}

@media (max-width: 1120px) {
  .layout-grid {
    grid-template-columns: 1fr;
  }

  .sidebar-column {
    max-width: none;
    justify-self: stretch;
  }

  .posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trending-track {
    grid-auto-columns: minmax(230px, 45%);
  }
}

@media (max-width: 960px) {
  .mobile-toggle {
    display: inline-grid;
    place-items: center;
  }

  .primary-nav {
    position: fixed;
    inset: 76px 12px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    border-radius: 14px;
    border: 1px solid var(--thp-border);
    background: #131313;
    box-shadow: var(--thp-shadow);
    padding: 12px;
    z-index: 31;
    max-height: calc(100vh - 92px);
    overflow: auto;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav ul {
    order: 2;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .site-search {
    order: 1;
    width: 100%;
    flex: 1 1 auto;
  }

  .header-actions {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
  }

  .primary-nav > ul > li > a {
    display: block;
    padding: 10px;
    border-radius: 10px;
    background: #1c1c1c;
  }

  .site-search input {
    width: 100%;
  }

  .site-search__suggestions {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 8px;
    max-height: min(46vh, 320px);
  }

  .thp-site-notice {
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: auto;
  }

  .thp-site-notice__button {
    flex: 1 1 calc(50% - 4px);
  }

  .thp-site-notice__button--cta {
    flex-basis: 100%;
  }

  .ad-slot--top-desktop {
    display: none;
  }

  .ad-slot--top-mobile {
    display: block;
  }

  .home-intro__top {
    flex-direction: column;
    align-items: stretch;
  }

  .home-intro__actions {
    justify-content: flex-start;
  }

  .content-block__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    justify-items: center;
    text-align: center;
  }

  .footer-grid ul {
    justify-items: center;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-social-icons {
    justify-content: center;
  }

  .trending-track {
    grid-auto-columns: minmax(210px, 68%);
  }
}

@media (max-width: 640px) {
  .posts-grid,
  .footer-grid,
  .thp-modal__actions {
    grid-template-columns: 1fr;
  }

  .thp-social-card {
    grid-template-columns: auto 1fr;
  }

  .thp-social-card__arrow {
    display: none;
  }

  .main-content {
    padding-block: 18px 28px;
  }

  .home-intro,
  .panel__body,
  .entry-box,
  .thp-modal__card {
    padding: 14px;
  }

  .thp-cookie {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .thp-image-lightbox {
    padding: 12px;
  }

  .thp-image-lightbox__close {
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
  }

  .thp-image-lightbox__img {
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 70px);
  }

  .thp-image-lightbox__caption {
    width: calc(100vw - 16px);
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .thp-site-notice__text {
    max-height: min(34vh, 190px);
  }

  .thp-site-notice__button {
    flex-basis: 100%;
  }

  .list-posts__thumb {
    width: 84px;
    height: 58px;
  }

  .site-search__suggestion {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 9px;
  }

  .site-search__thumb {
    width: 36px;
    height: 36px;
    border-radius: 7px;
  }

  .site-search__title {
    font-size: 0.8rem;
  }

  .site-search__meta {
    font-size: 0.7rem;
  }

  .site-search__panel-head,
  .site-search__panel-foot {
    padding: 9px 10px;
  }

  .site-search__panel-foot {
    flex-wrap: wrap;
  }

  .site-search__panel-hint {
    flex: 1 1 100%;
  }

  .site-search__all-results {
    width: 100%;
  }

  .trending-track {
    grid-auto-columns: minmax(210px, 82%);
  }

  .estrela-facts,
  .estrela-gallery {
    grid-template-columns: 1fr;
  }

  .estrela-gallery img {
    min-height: 160px;
  }

  .teamhp-votes__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .teamhp-votes__button {
    justify-content: space-between;
  }

  .teamhp-comment-form {
    padding: 14px;
  }

  .teamhp-comment-recaptcha .g-recaptcha {
    transform: scale(0.92);
    transform-origin: left top;
  }

  .entry-content .teamhp-screenshots-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .entry-cover img,
  .entry-content img {
    max-height: 58vh;
  }
}

@media (max-width: 980px) and (min-width: 641px) {
  .entry-content .teamhp-screenshots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
