.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid-item {
  flex-basis: calc(33.33% - 36px);
  margin: 0px 36px 0px 0px;
}

.t-entry-visual-overlay-in {
  transition: background-color 0.9s ease;
  background-color: #f73b65;
}

.t-overlay-navigation {
  right: 36px;
  top: 36px;
  position: absolute;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.t-overlay-exclusive {
  left: 36px;
  top: 36px;
  position: absolute;
  z-index: 999;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.t-entry-exclusive-banner {
  background-color: #f7f7ff;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 8px;
}

.card:hover .btn-shine {
  background: linear-gradient(to right, #1c1a1a 0, #F73B65 20%, #1c1a1a 40%);
  background-position: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  white-space: nowrap;
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 100px;
  }
}

.t-entry-exclusive-banner span {
  font-size: 12px;
  font-weight: 800;
  color: #1c1a1a !important;
  line-height: 1;
  vertical-align: middle;
}

.t-entry-exclusive-banner::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("https://weareheyhey.com/wp-content/uploads/2021/12/heyhey.secondary_dark.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
  vertical-align: middle;
}

.t-overlay-text {
  margin-bottom: -8px !important;
  background: linear-gradient(360deg, black, transparent);
}

.t-overlay-text .vc_row {
  margin-top: 18px;
}

.t-overlay-text .heading-text.el-text {
  line-height: 1;
}

.t-overlay-text .vc_row .vc_progress_label,
.t-overlay-text .vc_row .vc_progress_label .vc_label .vc_label_units {
  font-size: 12px !important;
}

.t-overlay-text .vc_row .vc_progress_bar .vc_progress_label {
  margin-top: 8px;
}

.vc_progress_bar .vc_single_bar {
  margin-top: 4px !important;
}

.creator-button {
  color: #1c1a1a !important;
  background-color: #f7f7ff;
  border-radius: 12px;
  padding: 6px 8px;
  font-size: 10px;
  text-align: center;
  transition: all 0.5s ease;
}

.creator-button i {
  color: #1c1a1a !important;
  margin-left: 2px;
}

.t-entry .vc_row {
  margin-bottom: 12px !important;
}

.t-entry:hover .creator-button i {
  color: #1c1a1a !important;
  margin-right: -4px;
}

.t-entry:hover .creator-button {
  color: #1c1a1a !important;
  background-color: #f5bf4a !important;
  margin-right: -4px;
}

.t-entry-title.h5.title-scale {
  transition: all 0.5s ease;
}

.t-entry:hover .t-entry-title.h5.title-scale {
  color: #f5bf4a !important;
}

a.t-entry-socials {
  font-size: 14px;
  margin-bottom: 12px;
  transition: all 0.5s ease;
  background: none;
  padding: 0px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  line-height: 1;
}

.t-entry-socials:last-child {
  margin-bottom: 0px;
}

.t-entry-socials:after {
  margin-left: 8px;
  font-family: "uncodeicon" !important;
  color: #f7f7ff;
  speak: none;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-self: flex-end;
  vertical-align: top;
  width: 20px;
}

.social-tooltip {
  color: #f5bf4a !important;
  background-color: #f5bf4a;
  border-radius: 12px;
  padding: 4px 8px;
  margin-right: 9px;
  font-size: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}

.no-touch .tmb-desaturated.tmb .t-entry-visual img,
.no-touch .tmb-desaturated.tmb .t-entry-visual .t-background-cover,
.no-touch .tmb-desaturated.tmb .t-entry-visual .fluid-object {
  -webkit-transform: translateZ(0);
}

.t-entry-instagram::after {
  content: "\f16d";
}

.t-entry-tiktok::after {
  content: "\e92f";
}

.t-entry-youtube::after {
  content: "\f16a";
}

.t-entry-meta::after {
  content: "\f082";
}

.t-entry-podcast::after {
  content: "\f2ce";
}

a.t-entry-socials-active::before {
  color: #f5bf4a;
}

a.t-entry-socials:hover {
  transform: scale(1.05);
}

a.t-entry-socials:hover span,
a.t-entry-socials:hover::after {
  color: #f5bf4a !important;
}

a.t-entry-socials:hover .social-tooltip {
  opacity: 1;
  color: #1c1a1a !important;
}

@media (max-width: 996px) {
  .grid-item {
    flex-basis: calc(50% - 36px);
    margin: 0px 36px 0px 0px;
  }
}

@media (max-width: 504px) {
  .grid-item {
    flex-basis: calc(100% - 36px);
  }
}

@media (min-width: 570px) and (max-width: 959px) {
  .main-container .cols-md-responsive > div[class*="col-md"] {
    padding-top: 0px !important;
  }
}

.grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/4;
}

span.verified::before {
  margin-top: 0px;
  margin-left: 4px;
  width: 14px;
  height: 14px;
}

/* --- Creator Filters ----------------------------------------------------- */
:root{
  --hh-bg: rgba(255,255,255,.08);
  --hh-bg-hover: rgba(255,255,255,.14);
  --hh-text: #fff;
  --hh-muted: rgba(255,255,255,.7);
  --hh-accent: #A58BFF; /* tweak to match your purple accent */
  --hh-radius: 14px;
  --hh-gap: 10px;
}

#creator-filters{
  margin: 24px auto 16px;
  max-width: 1100px;
  padding: 0 12px;
}
#creator-filters .filters-row{
  display:flex; flex-wrap:wrap; justify-content:center; align-items:center;
  gap: var(--hh-gap);
}

/* Inputs */
#creator-filters input[type="search"]{
  appearance:none;
  -webkit-appearance:none;
  color: var(--hh-text);
  background: var(--hh-bg);
  border: 1px solid transparent;
  border-radius: var(--hh-radius);
  padding: 12px 14px;
  outline: none;
  transition: .2s ease;
  font: 500 14px/1.1 "Biennale","Helvetica Neue",Arial,sans-serif;
}
#creator-filters input[type="search"]{ min-width: 280px; }
#creator-filters select{
  padding-right: 40px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--hh-text) 50%),
    linear-gradient(135deg, var(--hh-text) 50%, transparent 50%);
  background-position: calc(100% - 22px) 16px, calc(100% - 16px) 16px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

#creator-filters input[type="search"]::placeholder{ color: var(--hh-muted); }

/* Focus / hover */
#creator-filters input[type="search"]:focus{
  border-color: var(--hh-accent);
  box-shadow: 0 0 0 3px rgba(165,139,255,.25);
}
#creator-filters input[type="search"]:hover{ background: var(--hh-bg-hover); }

/* Checkboxes */
#creator-filters label{
  display:flex; align-items:center; gap:8px;
  color: var(--hh-text);
  background: var(--hh-bg);
  border-radius: var(--hh-radius);
  padding: 10px 12px;
  cursor: pointer;
  user-select: none;
  transition: .2s ease;
  font: 600 13px/1 "Biennale","Helvetica Neue",Arial,sans-serif;
}
#creator-filters label:hover{ background: var(--hh-bg-hover); }

#creator-filters input[type="checkbox"]{
  appearance:none; -webkit-appearance:none; width:18px; height:18px;
  border-radius:6px; border:2px solid var(--hh-muted);
  display:inline-block; position:relative; outline:none; cursor:pointer;
  background: transparent; transition:.2s ease;
}
#creator-filters input[type="checkbox"]:checked{
  border-color: var(--hh-accent);
  background: var(--hh-accent);
}
#creator-filters input[type="checkbox"]:checked::after{
  content:""; position:absolute; inset:0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'><path fill='white' d='M4.4 7.4L1.7 4.7 0.3 6.1 4.4 10 12 2.4 10.6 1z'/></svg>") center/12px 10px no-repeat;
}

/* Compact on small screens */
@media (max-width: 640px){
  #creator-filters .filters-row{ gap: 8px; }
  #creator-filters input[type="search"]{ min-width: 220px; flex:1 1 100%; }
  #creator-filters select{ flex:1 1 100%; }
}

/* Optional: sticky bar after hero */
.sticky-filters{
  position: sticky; top: 12px; z-index: 5;
  backdrop-filter: blur(8px);
}

