/* --------------- News Detail Page --------------- */

.right-side .article-hero.section-padding {
  padding: 60px 80px; }

.right-side .article-content.section-padding {
  padding: 32px 80px 60px; }

.right-side .article-related.section-padding {
  padding-left: 80px;
  padding-right: 80px; }

@media (max-width: 991px) {
  .right-side .article-hero.section-padding,
  .right-side .article-content.section-padding,
  .right-side .article-related.section-padding {
    padding-left: 48px;
    padding-right: 48px; } }

@media (max-width: 767px) {
  .right-side .article-hero.section-padding,
  .right-side .article-content.section-padding,
  .right-side .article-related.section-padding {
    padding-left: 24px;
    padding-right: 24px; } }

.article-hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1f1f1f 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px; }
  .article-hero::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(248, 68, 56, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none; }

.article-hero-inner {
  position: relative;
  z-index: 1; }

.article-hero-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
  margin-top: 8px; }
  @media (max-width: 991px) {
    .article-hero-layout {
      grid-template-columns: 1fr;
      gap: 36px; } }

.article-hero-main {
  min-width: 0; }

.article-hero-visual {
  position: relative; }
  @media (max-width: 991px) {
    .article-hero-visual {
      order: -1; } }

.article-cover-frame {
  position: relative; }

.article-cover-img {
  height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .article-cover-img {
      height: 320px; } }
  @media (max-width: 575px) {
    .article-cover-img {
      height: 240px; } }
  .article-cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease; }
  .article-hero-visual:hover .article-cover-img img {
    transform: scale(1.04); }

.article-cover-accent {
  position: absolute;
  top: 24px;
  right: -24px;
  bottom: -24px;
  left: 24px;
  border: 2px solid var(--main-color);
  border-radius: 20px;
  z-index: 0;
  opacity: 0.6;
  pointer-events: none; }
  @media (max-width: 991px) {
    .article-cover-accent {
      top: 16px;
      right: -16px;
      bottom: -16px;
      left: 16px; } }

.article-meta-top {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.article-cat {
  color: var(--main-color);
  font-weight: 600;
  border: 1px solid rgba(248, 68, 56, 0.35);
  padding: 5px 14px;
  border-radius: 20px; }

a.article-cat {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s; }
  a.article-cat:hover {
    background: var(--main-color);
    color: #fff; }

.article-date {
  color: rgba(255, 255, 255, 0.5); }
  .article-date i {
    margin-right: 6px;
    opacity: 0.7; }

.article-title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 20px; }

.article-lead {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55) !important;
  margin-bottom: 32px; }

.article-author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.article-author-row .author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden; }

.article-author-row .author-name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4; }

.article-author-row .author-role {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45) !important; }

.article-share {
  display: flex;
  align-items: center;
  gap: 16px; }

.share-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.45) !important; }

.share-links {
  display: flex;
  gap: 8px; }
  .share-links a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s; }
    .share-links a:hover {
      background: var(--main-color);
      border-color: var(--main-color); }

/* Body */
.article-content-inner {
  max-width: none;
  width: 100%; }

.article-body {
  color: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  line-height: 1.8; }
  .article-body h2,
  .article-body h3,
  .article-body h4 {
    color: #fff;
    margin-top: 44px;
    margin-bottom: 18px;
    line-height: 1.3; }
  .article-body h2 {
    font-size: 40px; }
  .article-body h3 {
    font-size: 30px; }
  .article-body h4 {
    font-size: 26px; }
  .article-body p {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.75); }
  .article-body ul,
  .article-body ol {
    margin-bottom: 32px;
    padding-left: 32px;
    color: rgba(255, 255, 255, 0.75); }
  .article-body li {
    margin-bottom: 12px; }
  .article-body blockquote {
    margin: 36px 0;
    padding: 32px 36px;
    border-left: 3px solid var(--main-color);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0 12px 12px 0;
    font-size: 26px;
    line-height: 1.6;
    color: #fff;
    font-style: italic; }
  .article-body img {
    max-width: 100%;
    border-radius: 12px;
    margin: 24px 0; }
  .article-body a {
    color: var(--main-color);
    text-decoration: underline; }

.article-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08); }

.tag-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.45) !important;
  margin-right: 6px; }

.article-tags.is-hidden {
  display: none !important; }

.article-tag {
  font-size: 13px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: #fff;
  transition: all 0.3s; }
  .article-tag:hover {
    border-color: var(--main-color);
    color: var(--main-color); }

.article-nav {
  margin-top: 40px; }

.butn.butn-bord.article-back-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center; }
  .butn.butn-bord.article-back-btn > div {
    justify-content: center; }
  .butn.butn-bord.article-back-btn:hover {
    color: #fff;
    border-color: var(--main-color); }

/* Related */
.article-related .related-head h3 {
  font-size: 28px;
  color: #fff; }

.article-related .news-card-body h5 {
  font-size: 16px; }

.article-related .news-card-body p {
  display: none; }
