.mhg-home-popular-premium,
.mhg-home-popular-premium *,
.entry-content .mhg-home-popular-premium,
.entry-content .mhg-home-popular-premium * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.mhg-home-popular-premium {
  --mhg-bg-image: none;
  --mhg-bg-position: right center;
  --mhg-bg-overlay: 0.35;
  --mhg-bg-color: #000000;
  margin: 18px 0;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: var(--mhg-bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: var(--mhg-bg-position);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
}

.mhg-home-popular-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--mhg-bg-color) 0%,
    var(--mhg-bg-color) 45%,
    var(--mhg-bg-color) 70%,
    var(--mhg-bg-color) 100%
  );
  opacity: var(--mhg-bg-overlay);
  z-index: 0;
}

.mhg-home-popular-premium__inner {
  position: relative;
  z-index: 1;
  padding: 16px;
  max-width: 100%;
  margin: 0 auto;
}

.mhg-home-popular-premium__title {
  margin: 0 0 8px 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.mhg-home-popular-premium__intro {
  margin: 0 0 14px 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.mhg-home-popular-premium__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.mhg-home-popular-premium a {
  text-decoration: none;
  color: inherit;
}

.mhg-home-popular-premium__card {
  display: block;
  width: 48%;
  margin: 0 2% 10px 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.mhg-home-popular-premium__card:hover {
  transform: translateY(-1px);
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  border-color: rgba(242, 196, 114, 0.25);
}

.mhg-home-popular-premium__label {
  display: block;
  margin: 0 0 6px 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(242, 196, 114, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.mhg-home-popular-premium__name {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.mhg-home-popular-premium a:focus-visible {
  outline: 2px solid rgba(242, 196, 114, 0.7);
  outline-offset: 2px;
}

@media (max-width: 620px) {
  .mhg-home-popular-premium {
    border-radius: 12px;
    background-position: center top;
  }

  .mhg-home-popular-premium__inner {
    padding: 14px 12px;
  }

  .mhg-home-popular-premium__card {
    width: 100%;
    margin-right: 0;
  }
}
