.hitfame-api-portfolio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  padding: 18px 0 32px;
}

.hitfame-profile-loaded .elementor-element-6e87d59::before {
  background-image: var(--hitfame-profile-banner) !important;
  background-position: center !important;
  background-size: cover !important;
}

.hitfame-profile-loaded .elementor-element-cd41d63 .elementor-heading-title,
.hitfame-profile-loaded .elementor-element-90b24a4 .elementor-heading-title,
.hitfame-profile-loaded .elementor-element-2821279 .elementor-heading-title {
  color: #fff !important;
}

.hitfame-profile-loaded .elementor-element-4c5c67b,
.hitfame-profile-loaded .elementor-element-4c5c67b p {
  color: #b9b9b9 !important;
}

/* The API portrait replaces this neutral placeholder only after it has loaded. */
.elementor-element-7666f58 {
  position: relative !important;
  overflow: hidden !important;
  width: 160px !important;
  height: 160px !important;
  margin-inline: auto !important;
  border: 2px solid #e5b938;
  border-radius: 50%;
  background: #292929;
}

.elementor-element-7666f58::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 35%, #777 0 18%, transparent 19%),
    radial-gradient(ellipse at 50% 102%, #777 0 42%, transparent 43%),
    #292929;
  opacity: 1;
  transition: opacity 160ms ease;
}

.elementor-element-7666f58 img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  opacity: 0;
  transition: opacity 160ms ease;
}

.elementor-element-7666f58.hitfame-profile-image-ready::before {
  opacity: 0;
}

.elementor-element-7666f58.hitfame-profile-image-ready img {
  opacity: 1;
}

.hitfame-api-portfolio__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #181818;
  aspect-ratio: 1 / 1;
}

.hitfame-api-portfolio__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hitfame-api-portfolio__video {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.68);
  font-size: 12px;
}

.hitfame-profile-status {
  width: 100%;
  padding: 42px 20px;
  color: #6b7280;
  text-align: center;
}

.hitfame-profile-status.is-error {
  color: #b42318;
}

@media (max-width: 767px) {
  .elementor-element-7666f58 {
    width: 128px !important;
    height: 128px !important;
  }

  .hitfame-api-portfolio {
    gap: 4px;
  }
}
