/*
Theme Name: Balkan Media Hub Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1776186688
Updated: 2026-04-14 17:11:28
*/

/* =========================================================
   BMH PREMIUM CATEGORY TEMPLATE
========================================================= */

.bmh-category-page {
  background: #f7f2f8;
  padding: 28px 0 70px;
}

.bmh-cat-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bmh-cat-hero {
  margin-bottom: 28px;
}

.bmh-cat-hero .bmh-cat-inner {
  background: linear-gradient(160deg, #130920 0%, #1e0535 45%, #3a0c50 100%);
  border-radius: 28px;
  padding: 42px 38px;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 60px rgba(19, 9, 32, 0.16);
}

.bmh-cat-kicker {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #ff8fb5;
  font-weight: 700;
  margin-bottom: 12px;
}

.bmh-cat-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.02;
  letter-spacing: -.03em;
  color: #fff;
}

.bmh-cat-desc {
  margin-top: 16px;
  max-width: 720px;
  color: rgba(243,229,250,.82);
  font-size: 16px;
  line-height: 1.8;
}

.bmh-featured-post {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 30px;
  align-items: center;
  background: #fff;
  border: 1px solid #ebdff0;
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 16px 50px rgba(31, 9, 48, 0.06);
  margin-bottom: 30px;
}

.bmh-featured-image-wrap {
  display: block;
  width: 100%;
  max-width: 520px;
  flex-shrink: 0;
  border-radius: 22px;
  overflow: hidden;
  min-height: 360px;
  background: #160b24;
}

.bmh-featured-image {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
  display: block;
}

.bmh-featured-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 360px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,102,153,0.18), transparent 38%),
    radial-gradient(circle at 80% 30%, rgba(129,76,255,0.16), transparent 34%),
    linear-gradient(145deg, #160b24 0%, #26103a 45%, #3c1453 100%);
}

.bmh-featured-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.02), rgba(0,0,0,0.16)),
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 3px
    );
  pointer-events: none;
}

.bmh-featured-image-placeholder::after {
  content: attr(data-category);
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  font-weight: 700;
}

.bmh-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.bmh-post-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f9eef4;
  color: #e8356a;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 18px;
}

.bmh-featured-title {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.02em;
  font-weight: 600;
  max-width: 560px;
}

.bmh-featured-title a {
  color: #1a0e26;
  text-decoration: none;
}

.bmh-featured-title a:hover {
  color: #e8356a;
}

.bmh-featured-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8d709d;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.bmh-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c6aacd;
}

.bmh-featured-excerpt {
  color: #4d3560;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 560px;
}

.bmh-featured-excerpt p {
  margin: 0;
}

.bmh-featured-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  background: linear-gradient(120deg, #ff6699, #e8356a);
  color: #fff;
  text-decoration: none;
  padding: 13px 18px;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(232, 53, 106, .22);
  transition: transform .16s ease, filter .16s ease;
}

.bmh-featured-link:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
  color: #fff;
}

.bmh-post-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bmh-post-card {
  background: #fff;
  border: 1px solid #ebdff0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(31, 9, 48, 0.05);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.bmh-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(31, 9, 48, 0.08);
  border-color: #dfc8e8;
}

.bmh-post-card-image-wrap {
  display: block;
  aspect-ratio: 16 / 10;
  background: #160b24;
  overflow: hidden;
}

.bmh-post-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bmh-post-card-image-placeholder {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,102,153,0.18), transparent 38%),
    radial-gradient(circle at 80% 30%, rgba(129,76,255,0.16), transparent 34%),
    linear-gradient(145deg, #160b24 0%, #26103a 45%, #3c1453 100%);
}

.bmh-post-card-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.02), rgba(0,0,0,0.16)),
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.018) 0px,
      rgba(255,255,255,0.018) 1px,
      transparent 1px,
      transparent 3px
    );
  pointer-events: none;
}

.bmh-post-card-image-placeholder::after {
  content: attr(data-category);
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  font-weight: 700;
}

.bmh-post-card-content {
  padding: 22px 22px 20px;
}

.bmh-post-card-kicker {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #e8356a;
  font-weight: 700;
  margin-bottom: 12px;
}

.bmh-post-card-title {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.9vw, 28px);
  line-height: 1.18;
  letter-spacing: -.02em;
  font-weight: 500;
}

.bmh-post-card-title a {
  color: #1a0e26;
  text-decoration: none;
}

.bmh-post-card-title a:hover {
  color: #e8356a;
}

.bmh-post-card-excerpt {
  color: #5a436c;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.bmh-post-card-link {
  color: #1a0e26;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bmh-post-card-link:hover {
  color: #e8356a;
}

.bmh-pagination {
  margin-top: 34px;
}

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

.bmh-pagination .nav-links a,
.bmh-pagination .nav-links span {
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #ebdff0;
  color: #4d3560;
  text-decoration: none;
  font-weight: 700;
}

.bmh-pagination .nav-links .current {
  background: linear-gradient(120deg, #ff6699, #e8356a);
  color: #fff;
  border-color: transparent;
}

.bmh-no-posts {
  background: #fff;
  border: 1px solid #ebdff0;
  border-radius: 22px;
  padding: 28px;
  color: #4d3560;
}

@media (max-width: 980px) {
  .bmh-featured-post {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .bmh-featured-image-wrap {
    max-width: 100%;
    min-height: 280px;
  }

  .bmh-featured-image,
  .bmh-featured-image-placeholder {
    max-height: none;
    min-height: 280px;
  }

  .bmh-featured-title {
    max-width: none;
  }

  .bmh-post-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bmh-category-page {
    padding-top: 18px;
  }

  .bmh-cat-inner {
    width: min(1180px, calc(100% - 20px));
  }

  .bmh-cat-hero .bmh-cat-inner,
  .bmh-featured-post,
  .bmh-post-card {
    border-radius: 18px;
  }

  .bmh-cat-hero .bmh-cat-inner {
    padding: 26px 22px;
  }

  .bmh-cat-title {
    font-size: 40px;
  }

  .bmh-featured-post {
    padding: 18px;
  }

  .bmh-featured-title {
    font-size: 30px;
  }

  .bmh-post-card-title {
    font-size: 24px;
  }

  .bmh-post-card-content {
    padding: 18px;
  }
}