:root {
  --mvr-ink: #111827;
  --mvr-muted: #64748b;
  --mvr-border: #e5e7eb;
  --mvr-surface: #ffffff;
  --mvr-soft: #f8fafc;
  --mvr-accent: #d71920;
  --mvr-accent-dark: #a90f17;
}

body {
  color: var(--mvr-ink);
  background: var(--mvr-soft) !important;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.breaking-news,
.logo-header,
.menu,
.financial-info,
.footer {
  background: var(--mvr-surface);
}

.breaking-news {
  border-bottom: 1px solid var(--mvr-border);
}

.logo-header {
  border-bottom: 1px solid var(--mvr-border);
  padding: 14px 0;
}

.logo-inside-header,
.header-logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-logo-link,
.logo-header a {
  display: inline-flex;
  align-items: center;
  min-width: 180px;
}

.header-logo,
.footer-logo img {
  max-height: 74px;
  max-width: 260px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.logo-inside-header .ads,
.header-logo-row .ads {
  flex: 1;
  min-width: 0;
  text-align: right;
}

.logo-inside-header .ads img,
.header-logo-row .ads img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.menu .navbar {
  background: var(--mvr-ink);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.menu .navbar .nav-link,
.menu-kategori,
.menu-icon {
  color: #fff !important;
  font-weight: 700;
}

.menu .navbar .nav-link {
  padding-top: 14px;
  padding-bottom: 14px;
}

.menu .navbar .nav-link:hover,
.menu .navbar .nav-link:focus {
  color: #fca5a5 !important;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.section-header h2 {
  color: var(--mvr-ink);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.section-header .line,
.line {
  height: 3px;
  border-radius: 999px;
  flex: 1;
  background: var(--mvr-accent) !important;
}

.news-card,
.one-cikan-card,
.card,
.article-content,
.breadcrumb,
.be-comment-block {
  border-radius: 8px;
}

.news-card,
.card {
  border: 1px solid var(--mvr-border);
  background: var(--mvr-surface);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.news-card {
  margin-bottom: 22px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.13);
}

.news-card img,
.card-img,
.card-img-top,
.slideImg {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-title,
.card-title,
.article-title h1 {
  color: var(--mvr-ink);
  letter-spacing: 0;
}

.news-title,
.card-title {
  font-weight: 800;
  line-height: 1.25;
}

.news-badge {
  border-radius: 0;
  font-weight: 800;
  letter-spacing: 0;
}

.newsPage,
.custom-page-news {
  background: var(--mvr-soft) !important;
}

.article-title h1 {
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
}

.article-sub-content h2,
h2.article-sub-content {
  color: #334155;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
}

.article-image {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--mvr-border);
  background: #eef2f7;
}

.article-content {
  background: var(--mvr-surface);
  border: 1px solid var(--mvr-border);
  padding: 24px;
  font-size: 18px;
  line-height: 1.72;
}

.article-content img {
  border-radius: 8px;
}

.one-cikan-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--mvr-border);
  background: var(--mvr-surface);
  padding: 12px;
  margin-bottom: 10px;
}

.one-cikan-card .circle {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mvr-accent);
  color: #fff;
  font-weight: 800;
}

.one-cikan-card .text {
  color: var(--mvr-ink);
  font-weight: 700;
  line-height: 1.3;
}

.breadcrumb {
  border: 1px solid var(--mvr-border);
  background: var(--mvr-surface);
  padding: 10px 14px;
}

.btn-primary,
.commment-send,
#search-button {
  background: var(--mvr-accent) !important;
  border-color: var(--mvr-accent) !important;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 800;
}

.btn-primary:hover,
.commment-send:hover,
#search-button:hover {
  background: var(--mvr-accent-dark) !important;
  border-color: var(--mvr-accent-dark) !important;
}

.footer {
  color: #d1d5db;
  background: #0f172a;
  border-top: 4px solid var(--mvr-accent);
}

.footer a,
.footer .nav-link {
  color: #e5e7eb;
}

.footer a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .logo-inside-header,
  .header-logo-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .header-logo,
  .footer-logo img {
    max-width: 220px;
    max-height: 64px;
  }

  .logo-inside-header .ads,
  .header-logo-row .ads {
    width: 100%;
    text-align: left;
  }

  .article-title h1 {
    font-size: 32px;
  }

  .article-sub-content h2,
  h2.article-sub-content {
    font-size: 19px;
  }

  .article-content {
    padding: 18px;
    font-size: 17px;
  }

  .financial-info {
    overflow-x: auto;
  }
}

@media (max-width: 575px) {
  .article-title h1 {
    font-size: 28px;
  }

  .section-header h2 {
    font-size: 20px;
  }

  .newsDates,
  .newsShare {
    font-size: 13px;
  }
}

.article-content figure,
.article-content .image {
  margin: 24px auto;
  max-width: 100%;
  text-align: center;
}

.article-content figure img,
.article-content .image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.article-content figcaption {
  color: #667085;
  font-size: 14px;
  margin-top: 8px;
}

.embedded-media {
  aspect-ratio: 16 / 9;
  margin: 24px 0;
  overflow: hidden;
  width: 100%;
}

.embedded-media iframe {
  border: 0;
  height: 100%;
  width: 100%;
}
