/*
 Theme Name: Nhà cái uy tín
 Author: ncut
 Description: template nhà cái uy tín
 Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    background-color: #f6f6f6;
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
    overflow-x: hidden
}

main{
    width: 1300px;
    max-width: 100%;
}

.page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.logo-container {
    width: 100%;
    padding: 15px 80px;
    display: flex;
    justify-content: center;
    background-color: #fff
}

.site-logo {
    width: 232px;
    aspect-ratio: 2.9;
    object-fit: contain
}

.mobile-header {
    display: none;
  }

.main-navigation {
    z-index: 10
}

.nav-container,
.nav-item {
    align-items: center
}



.nav-text {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.highlight {
    color: #fdd120
}

.dropdown-icon {
    width: 14px;
    aspect-ratio: 1.56
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 40px 69px;
    flex-wrap: wrap
}

.hero-section {
    position: relative;
    width: 1300px;
    max-width: 100%;
    min-height: 326px;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 94px 63px
}

.hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

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

.hero-title {
    color: #fdd120;
    font-size: 30px;
    font-weight: 700
}

.hero-description {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 14px
}

.main-content {
    width: 100%;
    align-items: center;
    margin-top: 11px;
}

.betting-card {
    width: 1300px;
    max-width: 100%;
    margin-top: 11px;
    border-radius: 10px;
    background-color: #d8f4e6;
    padding: 21px 46px
}

.content-wrapper .main-content{
    margin-top: 0;
}

.betting-card.alt {
    background-color: #e5f8ee
}

.card-content {
    display: flex;
    gap: 20px
}

.card-main {
    width: 76%
}

.card-info,
.card-main {
    display: flex;
    align-items: center
}

.card-info {
    gap: 20px;
    width: 100%;
    justify-content: space-between
}

.card-logo {
    width: 86px
}

.card-banner,
.card-logo {
    aspect-ratio: 1;
    object-fit: contain;
    align-self: stretch
}

.card-banner {
    width: 160px;
    border-radius: 15px
}

.card-details {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto
}

.card-header {
    display: flex;
    align-items: flex-start;
    gap: 14px
}

.card-title-group {
    display: flex;
    flex-direction: column
}

.card-title {
    color: #009951;
    font-size: 26px;
    font-weight: 700
}

.card-rating {
    width: 114px;
    aspect-ratio: 7.14;
    object-fit: contain;
    margin-top: 5px
}

.card-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px
}

.card-feature {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500
}

.card-feature.secondary {
    align-self: flex-end;
    margin-top: 88px
}

.bullet-icon {
    width: 10px;
    aspect-ratio: 1;
    object-fit: contain;
    margin: auto 0
}

.card-features {
    display: flex;
    margin-top: 5px;
    gap: 26px;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500
}

.card-actions {
    width: 24%;
    margin: auto 0
}

.action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 51px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700
}

.action-button.primary {
    background-color: #009951;
    color: #fff
}

.action-button.secondary {
    border: 1px solid #009951;
    color: #009951;
    margin-top: 28px
}

.button-icon {
    width: 20px;
    aspect-ratio: 1;
    object-fit: contain
}

.card-content-split {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 100px
}

.card-main-split {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex
}

.card-column {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px
}

.card-column:first-child {
    width: 20%
}

.card-column:nth-child(2) {
    width: 38%
}

.card-column:last-child {
    width: 42%;
    margin-right: 0
}

.card-content-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between
}

.card-info-row {
    display: flex;
    align-items: center;
    gap: 26px
}

.card-details-row {
    display: flex;
    flex-direction: column;
    margin: auto 0
}

.card-header-row {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.card-details-simple {
    display: flex;
    flex-direction: column;
    margin: auto 0
}

.special-layout {
    padding: 21px 46px
}

.card-content-columns {
    display: flex;
    gap: 20px
}

.card-main-column {
    width: 74%
}

.card-info-special {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between
}

.card-details-special {
    display: flex;
    flex-direction: column;
    margin: auto 0
}

.card-actions-column {
    width: 26%;
    margin: auto 0
}

.content-section {
    width: 1300px;
    max-width: 100%;
    margin-top: 11px;
    border-radius: 10px;
    background-color: #fff;
    padding: 33px 48px;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.section-text {
    margin-bottom: 20px;
    line-height: 1.5
}

.author-section {
    width: 1300px;
    max-width: 100%;
    margin-top: 11px
}

.author-container {
    display: flex;
    gap: 20px
}

.author-info {
    width: 50%
}

.author-quote {
    border-radius: 10px;
    background-color: #fff;
    padding: 211px 70px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: right;
    height: 100%
}

.author-quote cite {
    display: block;
    margin-top: 20px;
    font-style: normal
}

.author-image {
    width: 50%
}

.author-photo {
    width: 100%;
    aspect-ratio: 1.58;
    object-fit: contain;
    border-radius: 10px;
    margin-top: 48px
}

.footer-columns {
    display: flex;
    gap: 20px
}

.footer-column {
    padding: 0 10px
}

.footer-column {
    width: 25%
}

.footer-keywords {
    color: #009951;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1.5
}

.footer-about {
    display: flex;
    gap: 20px
}

.footer-text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 19px;
    color: #000
}

.payment-methods {
    width: 100%;
    aspect-ratio: 1.77;
    object-fit: contain;
    margin-top: 21px
}

.footer-links {
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
    list-style: none;
    color: #000
}

.footer-links li {
    margin-bottom: 20px
}

.contact-info {
    color: #000;
    font-style: normal
}

.contact-info p {
    margin-bottom: 20px
}


.news-page {
    background-color: #f6f6f6;
    overflow: hidden;
    align-items: stretch
}

.news-page,
.site-header {
    display: flex;
    flex-direction: column
}

.site-header {
    background-color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center
}

@media (max-width:991px) {
    .site-header {
        max-width: 100%;
    }
}

.logo {
    aspect-ratio: 2.9;
    object-fit: contain;
    object-position: center;
    width: 232px;
    max-width: 100%
}

.main-navigation {
    background-color: #009951;
    display: flex;
    width: 100%;
    padding: 18px 70px;
    flex-direction: column;
    align-items: center;
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    justify-content: center
}

.nav-container {
    display: flex;
    width: 1301px;
    max-width: 100%;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width:991px) {
    .mobile-header {
        display: flex;
        align-items: center;
        padding: 10px;
      }
    
      .menu-icon {
        width: 30px;
        height: 30px;
        filter: invert(1); /* trắng icon */
        cursor: pointer;
      }
    
      .nav-container {
        position: fixed;
        top: 0;
        left: -250px; /* Ẩn ra ngoài trái */
        width: 250px;
        height: 100%;
        background: #111;
        flex-direction: column;
        padding: 20px;
        overflow-y: auto;
        transition: left 0.3s ease;
        justify-content: start;
        z-index: 1001;
      }
    
      .nav-container.active {
        left: 0; /* Trượt vào */
      }
    
      .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 5;
      }
    
      .overlay.active {
        display: block;
      }
      
    .main-navigation {
        max-width: 100%;
        padding: 0;
        align-items: end;
    }
}

.nav-item-featured {
    display: flex;
    align-items: stretch;
    gap: 33px;
    color: #fdd120
}

.nav-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    flex-shrink: 0
}

.featured-text {
    flex-basis: auto
}


.nav-item-dropdown {
    position: relative;
  }
  
  .dropdown-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
  }
  
  .dropdown-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background: #222;
    min-width: 200px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 99;
  }
  
  .dropdown-item {
     width: 100%;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
  }
  
  .dropdown-item:hover {
    background: #333;
  }
  
  /* Hover mở dropdown ở Desktop */
  @media (min-width: 992px) {
    .nav-item-dropdown:hover .dropdown-menu {
      display: flex;
    }
  }
  
  /* Mobile: Click mới mở */
  @media (max-width: 991px) {
    .nav-container {
      flex-direction: column;
    }
    .dropdown-menu {
      position: static;
      background: none;
      border-radius: 0;
      min-width: 0;
      display: none;
    }
    .nav-item-dropdown.active .dropdown-menu {
      display: flex;
    }
  }

.dropdown-text {
    flex-grow: 1
}

.dropdown-icon {
    aspect-ratio: 1.5;
    object-fit: contain;
    object-position: center;
    width: 9px;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0
}

.nav-group {
    align-self: start;
    display: flex;
    align-items: stretch;
    gap: 40px 69px;
    flex-wrap: wrap
}

@media (max-width:991px) {
    .nav-group {
        max-width: 100%
    }
}

.dropdown-icon-small {
    aspect-ratio: 1.56;
    object-fit: contain;
    object-position: center;
    width: 14px;
    align-self: start;
    flex-shrink: 0
}

.content-wrapper {
    align-self: center;
    margin-top: 11px;
    width: 100%;
}

.content-container {
    gap: 20px;
    display: flex
}

@media (max-width:991px) {
    .content-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 67%;
    margin-left: 0
}

@media (max-width:991px) {
    .main-content {
        width: 100%
    }
}

.articles-container {
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 34px 50px;
    flex-direction: column;
    align-items: stretch
}

@media (max-width:991px) {
    .articles-container {
        max-width: 100%;
        margin-top: 13px;
        padding: 34px 20px
    }
}

@media (max-width:991px) {
    .news-article {
        max-width: 100%;
        margin-right: 7px
    }
}

.article-content {
    gap: 20px;
    display: flex
}

@media (max-width:991px) {
    .article-content {
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }
}

.article-image-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 41%;
    margin-left: 0
}

@media (max-width:991px) {
    .article-image-column {
        width: 100%
    }
}

.article-image {
    aspect-ratio: 1.59;
    object-fit: cover;
    object-position: center;
    width: 100%;
    flex-grow: 1
}

@media (max-width:991px) {
    .article-image {
        margin-top: 27px
    }
}

.article-text-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 59%;
    margin-left: 20px
}

@media (max-width:991px) {
    .article-text-column {
        width: 100%;
        margin-left: 0;
    }
}

.article-text-content {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
    color: #000;
    font-weight: 500
}

@media (max-width:991px) {
    .article-text-content {
        max-width: 100%;
        margin-top: 36px
    }
}

.article-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

@media (max-width:991px) {
    .article-title {
        max-width: 100%
    }
}

.article-description {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 0
}

@media (max-width:991px) {
    .article-description {
        max-width: 100%
    }
}

.read-more-link {
    align-self: start;
    display: flex;
    margin-top: 18px;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #009951;
    cursor: pointer
}

.read-more-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 10px;
}

.article-divider {
    background-color: #fff;
    display: flex;
    padding: 19px 1px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center
}

@media (max-width:991px) {
    .article-divider {
        max-width: 100%
    }
}

.divider-line {
    border: 1px solid #cecece;
    flex-shrink: 0;
    height: 1px;
    margin: 0
}

@media (max-width:991px) {
    .divider-line {
        max-width: 100%
    }
}

.pagination {
    align-self: center;
    display: flex;
    margin-top: 10px;
    width: 296px;
    max-width: 100%;
    align-items: stretch;
    gap: 10px;
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    color: #afafaf;
    font-weight: 500;
    white-space: nowrap;
    text-align: center
}

@media (max-width:991px) {
    .pagination {
        white-space: normal
    }
}

.page-number {
    border: 1px solid #afafaf;
    border-radius: 50%;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    box-sizing: border-box
}

.page-number.active {
    background-color: #009951;
    border: none;
    color: #fff
}

@media (max-width:991px) {
    .page-number {
        white-space: normal
    }
}

.page-number:nth-child(4) {
    padding: 9px 14px
}

.page-number:nth-child(5) {
    padding: 9px 12px
}

.next-page-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 41px;
    flex-shrink: 0;
    cursor: pointer
}

.sidebar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 33%;
    margin-left: 20px
}

@media (max-width:991px) {
    .sidebar {
        width: 100%;
        margin-left: 0;
    }
}

.latest-news {
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 33px;
    flex-direction: column;
    align-items: center
}

@media (max-width:991px) {
    .latest-news {
        max-width: 100%;
        margin-top: 13px
    }
}

.sidebar-title {
    color: #009951;
    font-size: 18px;
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.sidebar-divider {
    border: 1px solid #009951;
    align-self: stretch;
    margin-top: 18px;
    flex-shrink: 0;
    height: 1px
}

@media (max-width:991px) {
    .sidebar-divider {
        max-width: 100%
    }
}

.sidebar-news-item {
    display: flex;
    margin-top: 23px;
    width: 348px;
    max-width: 100%;
    align-items: stretch;
    gap: 20px;
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    justify-content: space-between
}

.sidebar-news-image {
    aspect-ratio: 1.37;
    object-fit: cover;
    object-position: center;
    width: 137px;
    flex-shrink: 0;
    max-width: 100%
}

.sidebar-news-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.sidebar-item-divider {
    background-color: #fff;
    align-self: stretch;
    display: flex;
    margin-left: 25px;
    margin-right: 25px;
    padding: 19px 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center
}

@media (max-width:991px) {
    .sidebar-item-divider {
        margin-right: 10px;
        margin-left: 10px
    }
}

.sidebar-item-line {
    border: 1px solid #cecece;
    flex-shrink: 0;
    height: 1px;
    margin: 0
}

.site-footer {
    background-color: #eee;
    display: flex;
    margin-top: 11px;
    width: 100%;
    padding-top: 40px;
    flex-direction: column;
    align-items: center
}

@media (max-width:991px) {
    .site-footer {
        max-width: 100%
    }
}

.footer-logo {
    aspect-ratio: 2.96;
    object-fit: contain;
    object-position: center;
    width: 225px;
    max-width: 100%
}

.footer-content {
    margin-top: 28px;
    width: 1296px;
    max-width: 100%
}

.footer-sections {
    gap: 20px;
    display: flex
}

@media (max-width:991px) {
    .footer-sections {
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }
}

.footer-section.keywords {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 23%;
    margin-left: 0
}

@media (max-width:991px) {
    .footer-section.keywords {
        width: 100%
    }
}

.footer-keywords {
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif
}

@media (max-width:991px) {
    .footer-keywords {
        margin-top: 40px
    }
}

.footer-heading {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 0
}

.keywords-list {
    color: #009951;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    width: 294px;
    margin-bottom: 0
}

.footer-section.about-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
    margin-left: 20px
}

@media (max-width:991px) {
    .footer-section.about-links {
        width: 100%
    }
}

.footer-columns {
    flex-grow: 1
}

@media (max-width:991px) {
    .footer-columns {
        max-width: 100%;
        margin-top: 40px
    }
}

.about-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    margin-left: 0
}

@media (max-width:991px) {
    .about-column {
        width: 100%
    }
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
    color: #000
}

@media (max-width:991px) {
    .about-content {
        margin-top: 40px
    }
}

.about-text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 19px;
    margin-bottom: 0
}

@media (max-width:991px) {
    .about-text {
        margin-right: 5px
    }
}

.about-image {
    aspect-ratio: 1.77;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 21px
}

.links-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
}

@media (max-width:991px) {
    .links-column {
        width: 100%
    }
}

.links-content {
    flex-grow: 1;
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
    color: #000
}

@media (max-width:991px) {
    .links-content {
        margin-top: 40px
    }
}

.links-list {
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
    width: 294px;
    margin-bottom: 0
}

.footer-section.contact {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 28%;
    margin-left: 20px
}

@media (max-width:991px) {
    .footer-section.contact {
        width: 100%
    }
}

.contact-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
    color: #000
}

@media (max-width:991px) {
    .contact-content {
        margin-top: 40px
    }
}

.contact-info {
    margin-top: 20px;
    margin-bottom: 0
}

.contact-info,
.copyright {
    font-size: 16px;
    font-weight: 500
}

.copyright {
    background-color: #c3c3c3;
    align-self: stretch;
    margin-top: 53px;
    width: 100%;
    padding: 17px 70px;
    font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
    color: #000;
    text-align: center
}

@media (max-width:991px) {
    .copyright {
        max-width: 100%;
        padding: 17px 20px;
        margin-top: 40px
    }
}
@media (max-width:991px) {
    .logo-container {
        padding: 15px 20px
    }

    .nav-links {
        max-width: 100%
    }

    .hero-section {
        padding: 94px 20px
    }

    .hero-description,
    .hero-title {
        max-width: 100%
    }

    .betting-card {
        padding: 21px 20px
    }

    .card-content {
        flex-direction: column
    }

    .card-main {
        width: 100%
    }

    .card-actions,
    .card-feature.secondary,
    .card-info {
        margin-top: 40px
    }

    .card-actions {
        width: 100%
    }

    .action-button {
        padding: 14px 20px
    }

    .card-main-split {
        flex-direction: column
    }

    .card-column {
        width: 100% !important;
        margin-right: 0
    }

    .card-column:not(:first-child) {
        margin-top: 26px
    }

    .card-column:last-child {
        margin-top: 40px
    }

    .content-section {
        padding: 33px 20px
    }

    .author-container {
        flex-direction: column
    }

    .author-image,
    .author-info {
        width: 100%
    }

    .author-quote {
        padding: 100px 20px
    }

    .author-photo {
        margin-top: 40px
    }

    .footer-columns {
        flex-direction: column
    }

    .footer-column {
        width: 100% !important;
        margin-top: 40px
    }

    .copyright {
        padding: 17px 20px;
        margin-top: 40px
    }
}
.menu-toggle{
    background: transparent;
    border: none;
}
a {
    color: inherit;
    text-decoration: none;
    display: inline-block; 
}

.articles-container h1,
.articles-container h2,
.articles-container h3,
.articles-container h4,
.articles-container h5,
.articles-container h6 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #111;
}

.articles-container p {
    margin: 16px 0;
    text-align: justify;
}

.articles-container ul,
.articles-container ol {
    padding-left: 40px;
    margin: 16px 0;
}

.articles-container li {
    margin-bottom: 8px;
}

.articles-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 16px auto;
    border-radius: 4px;
}

.articles-container blockquote {
    border-left: 4px solid #ccc;
    padding-left: 16px;
    font-style: italic;
    color: #666;
    margin: 20px 0;
}

.articles-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.articles-container th,
.articles-container td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.articles-container th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.articles-container pre,
.articles-container code {
    background: #f4f4f4;
    padding: 10px;
    font-family: monospace;
    overflow-x: auto;
    display: block;
    border-radius: 5px;
}

.articles-container iframe {
    max-width: 100%;
    height: auto;
}