.brandadoc-blog-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(69, 224, 167, 0.16) 0%, rgba(69, 224, 167, 0) 42%),
    radial-gradient(circle at 90% 20%, rgba(17, 72, 96, 0.12) 0%, rgba(17, 72, 96, 0) 46%),
    #f8fbff;
}

.brandadoc-blog-hero {
  position: relative;
  padding: 130px 0 78px;
  background-size: cover;
  background-position: center;
}

.brandadoc-blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(247, 252, 255, 0.96) 100%);
}

.brandadoc-blog-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.brandadoc-blog-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(69, 224, 167, 0.55);
  background: rgba(69, 224, 167, 0.16);
  color: #0e6a50;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brandadoc-blog-hero h1 {
  margin: 0;
  color: #081a22;
  font-family: "ClashDisplay-Medium", sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.14;
  font-weight: 500;
}

.brandadoc-blog-hero p {
  margin: 12px 0 0;
  max-width: 760px;
  color: #2f4a55;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.65;
  font-weight: 400;
}

.brandadoc-blog-content-wrap {
  padding: 74px 0 108px;
}

.brandadoc-post-list {
  display: grid;
  gap: 22px;
}

.brandadoc-post-card {
  display: grid;
  grid-template-columns: minmax(220px, 33%) minmax(0, 1fr);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(9, 37, 48, 0.08);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(8, 26, 34, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brandadoc-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(8, 26, 34, 0.14);
}

.brandadoc-post-thumb {
  display: block;
  height: 100%;
  min-height: 220px;
  background: #eef6f9;
}

.brandadoc-post-thumb img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.brandadoc-post-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 220px;
  color: #0f6f54;
  font-family: "ClashDisplay-Semibold", sans-serif;
  font-size: 28px;
  background: linear-gradient(145deg, #e8fff5 0%, #eaf3ff 100%);
}

.brandadoc-post-content {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.brandadoc-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: #4f6770;
  font-size: 13px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.brandadoc-post-title {
  margin: 0;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.28;
  font-weight: 600;
}

.brandadoc-post-title a {
  color: #0a1f2a;
}

.brandadoc-post-title a:hover {
  color: #0b6f52;
}

.brandadoc-post-excerpt {
  margin: 0;
  color: #3d5761;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.brandadoc-post-bottom {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brandadoc-post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brandadoc-post-cat {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(15, 118, 110, 0.24);
  background: #f2fbf8;
  color: #0f6f54;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  padding: 8px 10px;
}

.brandadoc-post-cat:hover {
  color: #0f6f54;
  background: #def9ed;
}

.brandadoc-post-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  border: 1px solid rgba(69, 224, 167, 0.8);
  background: #45e0a7;
  color: #053325;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 12px;
}

.brandadoc-post-link:hover {
  color: #053325;
  box-shadow: 0 10px 18px rgba(69, 224, 167, 0.34);
}

.brandadoc-post-empty {
  border-radius: 16px;
  border: 1px solid rgba(8, 26, 34, 0.08);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(8, 26, 34, 0.06);
  padding: 28px;
}

.brandadoc-post-empty h2 {
  margin: 0 0 8px;
  color: #091d27;
  font-size: 28px;
}

.brandadoc-post-empty p {
  margin: 0;
  color: #405a64;
}

.brandadoc-pagination-wrap {
  margin-top: 30px;
}

.brandadoc-pagination-wrap .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.brandadoc-pagination-wrap .page-numbers li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(8, 26, 34, 0.14);
  background: #ffffff;
  color: #11323f;
  font-size: 13px;
  font-weight: 700;
}

.brandadoc-pagination-wrap .page-numbers li .page-numbers.current,
.brandadoc-pagination-wrap .page-numbers li .page-numbers:hover {
  border-color: #45e0a7;
  background: #45e0a7;
  color: #053325;
}

.brandadoc-blog-sidebar .sidebar-widget {
  border-radius: 16px;
  border: 1px solid rgba(8, 26, 34, 0.09);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(8, 26, 34, 0.07);
  padding: 20px;
}

.brandadoc-blog-sidebar .sidebar-widget-title {
  margin: 0 0 14px;
  color: #0a1f2a;
  font-size: clamp(20px, 1.6vw, 22px);
  line-height: 1.2;
  font-weight: 600;
}

.brandadoc-blog-sidebar .sidebar-widget-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.brandadoc-blog-sidebar .sidebar-widget-category ul li:not(:last-child) {
  margin-bottom: 8px;
}

.brandadoc-blog-sidebar .sidebar-widget-category ul li a {
  padding: 9px 12px;
  border-radius: 10px;
  border: 1px solid rgba(8, 26, 34, 0.08);
  background: #f8fbff;
  color: #23414e;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.brandadoc-blog-sidebar .sidebar-widget-category ul li a span {
  color: #53707a;
  font-size: 11px;
  font-weight: 600;
}

.brandadoc-blog-sidebar .sidebar-widget-category ul li.is-active a,
.brandadoc-blog-sidebar .sidebar-widget-category ul li a:hover {
  border-color: rgba(69, 224, 167, 0.9);
  background: #ecfff7;
  color: #0f6f54;
}

.brandadoc-blog-sidebar .rc-post-wrap {
  display: grid;
  gap: 14px;
}

.brandadoc-blog-sidebar .rc-post {
  gap: 12px;
}

.brandadoc-blog-sidebar .rc-post-thumb {
  flex: 0 0 74px;
  max-width: 74px;
}

.brandadoc-blog-sidebar .rc-post-thumb img,
.brandadoc-sidebar-thumb-placeholder {
  width: 74px;
  height: 74px;
  border-radius: 10px;
  object-fit: cover;
}

.brandadoc-sidebar-thumb-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8fff5 0%, #e6f2ff 100%);
  color: #0f6f54;
  font-size: 18px;
  font-weight: 700;
}

.brandadoc-blog-sidebar .rc-post-category a {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(15, 118, 110, 0.2);
  background: #f2fbf8;
  color: #0f6f54;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  padding: 7px 8px;
}

.brandadoc-blog-sidebar .rc-post-title {
  margin: 8px 0 4px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.brandadoc-blog-sidebar .rc-post-title a {
  color: #102c39;
}

.brandadoc-blog-sidebar .rc-post-title a:hover {
  color: #0b6f52;
}

.brandadoc-blog-sidebar .rc-post-meta span {
  color: #5a737d;
  font-size: 12px;
  line-height: 1.4;
}

.brandadoc-sidebar-empty {
  color: #5c7580;
  font-size: 14px;
}

.brandadoc-single-wrap {
  padding-top: 52px;
}

.brandadoc-single-card {
  border-radius: 18px;
  border: 1px solid rgba(8, 26, 34, 0.08);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(8, 26, 34, 0.08);
  overflow: hidden;
}

.brandadoc-single-thumb img {
  width: 100%;
  height: auto;
}

.brandadoc-single-content {
  padding: 26px;
}

.brandadoc-single-content,
.brandadoc-single-content p,
.brandadoc-single-content li {
  color: #243f4a;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.brandadoc-single-content h1,
.brandadoc-single-content h2,
.brandadoc-single-content h3,
.brandadoc-single-content h4 {
  color: #0a1f2a;
  line-height: 1.3;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}

.brandadoc-single-categories {
  padding: 0 26px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 1199px) {
  .brandadoc-post-card {
    grid-template-columns: 1fr;
  }

  .brandadoc-post-thumb,
  .brandadoc-post-thumb img,
  .brandadoc-post-thumb-placeholder {
    min-height: 240px;
  }
}

@media (max-width: 991px) {
  .brandadoc-blog-hero {
    padding-top: 108px;
    padding-bottom: 58px;
  }

  .brandadoc-blog-content-wrap {
    padding: 58px 0 84px;
  }
}

@media (max-width: 767px) {
  .brandadoc-blog-hero h1 {
    font-size: clamp(28px, 8.3vw, 36px);
  }

  .brandadoc-post-content {
    padding: 18px;
  }

  .brandadoc-post-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .brandadoc-post-link {
    width: 100%;
  }

  .brandadoc-single-content {
    padding: 20px;
  }

  .brandadoc-single-categories {
    padding: 0 20px 20px;
  }
}
