body {
    font-family: "Lora", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #eeeeee;
}
header, footer {
    background-color: #252525;
    color: white;
    padding: 1em;
    text-align: center;
}
header a, footer a {
    transition: 0.25s ease;
}
header a:hover, footer a:hover {
    color: #ffbcbc;
}
.content article img{
    width: 100%;
    max-width: 450px;
    height: auto;
    display: block;
    background-color: #eaeaea;
    background-image: url('/img/placeholder.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.image-aside{
    width: 100px;
    height: 50px;
    display: block;
    background-color: #eaeaea;
    background-image: url('/img/placeholder.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}
main {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.content {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    gap: 2vw;
    overflow-x: hidden;
    background-color: #fff;
}
.article-container {
    width: 450px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.full-conent {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    max-width: 1200px;
    padding: 20px;
}
.full-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px;
    padding: 10px;
}
.full-conent img {
    order: 2;
    max-width: 700px;
}
.full-conent h1 {
    order: 1;
}
.full-conent p {
    order: 3;
}
#aside {
    width: 350px;
    flex: 3;
    padding: 1em;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 0em 0em 1em 0em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: max-content;
    overflow-y: auto;
    border-radius: 3px;
    margin-bottom: 80px;
}
.wdjt-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}
#aside h2 {
    margin: 0px;
    font-size: 14px;
    line-height: 1;
    color: #2b2b2b;
    transition: 0.25s ease;
}
#aside h2:hover {
    color: #d72f2f;
}
.navcont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    justify-content: space-around;
}
.f-nav-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.f-nav-bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer nav a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    margin: 5px;
}
footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
footer {
    display: flex;
    justify-content: space-between;
}
.footer-icons img {
    width: 40px;
    height: 40px;
    opacity: 0.6;
}
.footer-icons {
    display: flex;
    flex-direction: column;
}
aside#aside {
    width: 20%;
    max-width: 280px;
    position: sticky;
    top: 20px;
    height: fit-content;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
aside h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.aside-article {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-left: 5px;
}
.aside-article img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}
.aside-article a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.aside-article a:hover {
    color: #007bff;
}
.aside-link {
    text-decoration: none;
    font-weight: 600;
    color: #3d444f;
    align-self: flex-start;
    margin-right: 10px;
}
article a:nth-of-type(1) {
    color: #1a1917;
}
article a:nth-of-type(2) {
    text-decoration: none;
    margin: 10px;
    padding: 10px;
    background-color: #252525;
    max-width: max-content;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px;
    transition: 0.3s ease;
}
article a:nth-of-type(2):hover {
    background-color: #d72f2f;
}
.top-right article a:nth-of-type(2) {
    text-decoration: none;
    margin: 10px;
    padding: 5px;
    background-color: #0c0c0cbb;
    max-width: max-content;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    align-self: center;
}
article p:nth-of-type(2) {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
}
.layout-wrapper {
    display: flex;
    justify-content: space-between;
}
.top-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
   /* gap: 20px;
    */
}
.top-left {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top-right {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
   /* height: 100%;
    */
   /* border-radius: 10px;
    */
    overflow: hidden;
}
.random-article {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.article-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
   /* text-align: center;
    */
    color: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 8px;
    margin-left: 15px;
}
.article-overlay h2 {
    font-size: 20px;
    margin: 0;
    color: #fff;
}
.article-overlay a {
    color: #fff;
    text-decoration: none;
}
.article-date {
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.8;
}
.content-wrapper {
    width: 1100px;
    padding: 20px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promo-block {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f4f4f4;
}
.promo-block img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 10px;
}
.promo-block a {
    display: block;
    color: #007bff;
    text-decoration: none;
}
.main-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 5px;
}
.article-container {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom:30px;
}
.article {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}
.article a {
    text-decoration: none;
}
.article:hover {
    transform: translateY(-5px);
}
.article img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 6px;
}
.article-container h2 {
    color: #1a1917;
    margin-left: 20px;
    margin-right: 20px;
    transition: 0.24s ease;
    font-size: 18px;
}
.article-container h2:hover {
    color: #dc4a4a;
}
.article-container img {
    width: 100%;
    align-self: center;
}
.article-container p {
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner {
    display: flex;
    justify-content: center;
    background-color: rgb(193, 23, 23);
    position: relative;
}
.banner a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner img {
    max-width: 450px;
    min-width: 300px;
    width: 40vw;
    padding-top: 10px;
    padding-bottom: 10px;
}
h1 {
    color: #fff;
}
.top {
    display: flex;
    flex-direction: column;
}
.top-top {
    display: flex;
}
.top-top-left {
    background-color: #c11717;
    width: 20%;
    display: flex;
    justify-content: center;
    border-bottom: 5px solid #252525;
}
.top-top-left h4 {
    color: #fff;
}
.top-top-right {
    background-color: #252525;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.top-top-right span {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.top-top-right h4 {
    max-width: max-content;
    display: block;
    margin-left: 40px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}
.top-right a {
    color: #fff;
    text-decoration: none;
}

.top-right a:hover {
    color: #dc4a4a;
}
.top-right h2 {
    max-width: 500px;
    margin-bottom: 0px;
    color: #fff;
}
.top-right article {
    justify-content: center;
}
.top-right article p {
    max-width: 500px;
    align-self: center;
    padding: 10px;
    background-color: #0c0c0c75;
    border: 1px solid #ffffff39;
    border-radius: 3px;
}
.left-p1 {
    color: #fff;
    font-size: 18px;
    padding: 20px;
    border-bottom: 2px solid #fff;
}
.left-p2 {
    color: #fff;
    max-width: 300px;
    align-self: flex-start;
    padding: 20px;
    border-top: 1px solid #fff;
}
.top-left-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around !important;
}
.top-left-title h2 {
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
}
.top-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(/img/back2.jpg);
    background-size: cover;
    padding: 20px;
}
.top-right {
    display: flex;
    width: 60%;
    justify-content: center;
    background-color: #140f0ff5;
    background-size: cover;
    background-position: center;
}
.top-right p {
    color: #fff;
    width: 800px;
    margin: 10px;
}
.top-right h2 {
    margin-top: 0px;
}
.top-right article img {
    max-width: 400px;
}
#page2 {
    display: none;
}
.pagination {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    gap: 7px;
}
.pagination a {
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #252525;
}

.dots {
    color: white;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.pagination2 {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #252525;
    display: flex;
    justify-content: center;
    gap: 7px;
}
.pagination button, .pagination2 button {
    transition: 0.25s;
    border: none !important;
    padding: 5px;
    width: 30px;
    height: 25px;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
}
.pagination button:hover, .pagination2 button:hover {
    background-color: #f8b9b9;
    box-shadow: none !important;
    border: none !important;
}
.coin-cont {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.coin-cont img {
    width: 30px;
    height: 30px;
    margin-left: -5px;
}
.content-title {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-title h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 50px;
    padding-left: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
}
.content-title h1 img {
    width: 50px;
}
.line {
    width: 98%;
    height: 2px;
    background-color: #fff;
}
.ttl-pg-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #252525;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 24px;
}
.ttl-pg-cont-bot {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

aside h5 {
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
    border-bottom: 2px solid #252525;
}
.image-container {
    overflow: hidden;
    max-height: 225px;
}
.image-container img {
    transition: transform 1s ease;
}
.image-container:hover img {
    transform: scale(1.2);
}
.tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.tabs button {
    flex: 1;
    padding: 10px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    outline: none;
    transition: background-color 0.3s;
}
.tabs button.active {
    background-color: #ddd;
}
#aside-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#aside-content .aside-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#aside-content .aside-content img {
    max-width: 100%;
    height: auto;
}
.tab-button {
    color: rgb(106, 106, 106);
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    width: 50%;
    font-weight: 600;
    background: #2f2f2f;
    color: #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px;
}
.tab-button:hover {
    background-color: #0056b3;
}
.tab-button.active {
    color: #fff;
    background: #ac3030;
}
.button-cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.button-cont img {
    width: 25px;
    height: 25px;
}
.button-cont-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.aside-sub {
    flex: none !important;
}
.full-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.full-content h2 {
    order: 1;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}
.full-content img {
    order: 2;
    width: 600px;
}
.full-content p {
    order: 3;
}
.sub-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sub-container h1, .sub-container h2, .sub-container h3 {
    color: #333;
}
.sub-container p {
    color: #666;
    line-height: 1.6;
}
.disclaimer p {
    max-width: 1200px;
    font-size: 13px;
    text-align: left;
    margin-bottom: 0px;
}
.disclaimer h6 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.spn-d-y {
    display: none !important;
}
.mobile-section-button {
    border: 1px solid #fff !important;
}
header nav {
    display: flex;
    justify-content: center;
    gap: 15px;
}
#burger-menu {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.mobile-only {
    display: none;
}
.tags {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
    padding-bottom: 20px;
    gap: 10px;
    text-align: left;
}
.logo-footer {
    width: 15em;
}
@media (max-width: 1520px) {
    .content-wrapper {
        width: 900px;
   }
    #aside {
        width: 300px;
   }
    .article-container {
        width: 350px;
   }
    .top-top-left {
        display: none;
   }
    .top-top-right {
        justify-content: center;
   }
    .top-content {
        height: 400px;
   }
    .left-p2 {
        display: none;
   }
}
@media (max-width: 1430px) {
    footer {
        flex-direction: column;
        align-items: center;
   }
    .tags {
        flex-direction: row;
        justify-content: center;
   }
    .footer-icons {
        flex-direction: row;
        margin-top: 20px;
   }
    .footer-icons img {
        margin-bottom: 0px;
   }
}
@media (max-width: 1279px) {
    .top-top-right {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
   }
    .sub-container {
        max-width: 900px;
   }
    .top-top-right h4 {
        display: none;
   }
    .content-wrapper {
        width: 700px;
   }
    .top-left-title h2 {
        margin-bottom: 10px;
   }
    .left-p1 {
        font-size: 16px;
        padding-top: 10px;
        margin-top: 10px;
   }
    #aside {
        width: 280px;
   }
    .wdjt-cont {
        width: 280px;
   }
    .article-container {
        width: 300px;
   }
    .top-content {
        height: 300px;
   }
    .article-container p {
        font-size: 14px;
   }
    article a:nth-of-type(2) {
        font-size: 16px;
        padding: 7px;
   }
}
@media (max-width: 1060px) {
    h1 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
   }
    .sub-container {
        max-width: 600px;
   }
    .top-right {
        width: 100%;
   }
    .button-cont {
        flex-direction: column;
        align-items: center;
   }
    .tab-button {
        width: 100%;
   }
    .button-cont-buttons {
        flex-direction: column;
        width: 100%;
   }
    .content-wrapper {
        width: 600px;
   }
    .article-container {
        width: 450px;
   }
}
#mobile-content {
    display: none;
}
@media (max-width: 960px) {
    .layout-wrapper {
        display: none !important;
   }
    .mobile-only {
        display: flex;
   }
    #mobile-content .article-container {
        height: 485px;
   }
    #mobile-content .article-container article {
        height: 485px;
        justify-content: space-between;
   }
    .pagnone {
        border-radius: 3px;
   }
    #mobile-sections button {
        border-radius: 3px;
   }
    #mobile-sections {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        margin: 20px;
        margin: 0 auto;
        width: 100%;
   }
    .mobile-section-button {
        padding: 10px;
        cursor: pointer;
        background-color: #f0f0f0;
        border: 1px solid #ddd;
        outline: none;
        transition: background-color 0.3s;
   }
    .mobile-section-button.active {
        background-color: #ac3030;
        font-weight: 600;
   }
    #mobile-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px;
        margin-bottom: 0px;
        width: 100%;
        max-width: 800px;
   }
    .article-container {
        grid-template-columns: repeat(1, minmax(280px, 1fr));
   }
    .article-container h4 {
        padding-left: 15px;
        padding-right: 15px;
   }
    main {
        flex-direction: column;
        align-items: center;
   }
    .mainbutton {
        width: 216.666666667px;
        background-color: #252525;
        color: #fff;
   }
    .subbutton {
        width: 216.666666667px;
        background-color: #252525;
        color: #fff;
   }
    footer nav {
        order: 3;
        flex-direction: row;
   }
    .disclaimer p {
        width: 100%;
        max-width: 800px;
        margin: 10px;
   }
    .disclaimer {
        order: 1;
   }
    .info-block {
        order: 2;
   }
    .copyright {
        order: 4;
   }
    .tags .spn-d-n {
        display: block !important;
   }
    .spn-d-n {
        display: none !important;
   }
    .spn-d-y {
        display: block !important;
   }
}

@media (max-width: 770px) {
    .content-title h1 {
        font-size: 36px;
    }

    .top-content {
        height: 500px;
        display: grid;
        gap: 0px;
        grid-template-columns: 1fr;
    }

    .top-left {
        width: auto;
    }
    .random-article {
        height: 250px;
    }
}

@media (max-width: 700px) {
    #mobile-content {
        flex-direction: column;
   }
    .pagination {
        width: 454px;
   }
    .mainbutton {
        width: 152px;
   }
    .subbutton {
        width: 152px;
   }
    .article-container {
        width: 100%;

   }
    .sub-container {
        max-width: 400px;
   }
}
@media (max-width: 630px) {
    .top-right p {
        width: 320px;
   }
}
@media (max-width: 360px) {
    .top-right article p {
        padding: 5px;
        font-size: 15px;
   }
}
.pagnone {
    display: none !important;
}
@media (max-width: 960px) {
    .pagination button {
        transition: 0.25s;
        border: none !important;
        padding: 5px;
        width: 30px;
        height: 25px;
        border-radius: 3px;
        font-weight: 600;
        cursor: pointer;
   }
    .pagination button:hover {
        background-color: #f8b9b9;
        box-shadow: none !important;
        border: none !important;
   }
    .pagination {
        background-color: #252525;
        max-width: 648px;
   }
    .pagnone {
        display: flex !important;
   }
    .pagtwo {
        margin-bottom: 20px !important;
        margin-top: 10px;
   }
}

@media (max-width: 710px) {
    .main-content {
        display: grid;
        grid-template-columns: 1fr; /* Один столбец */
        gap: 20px;
    }
    
    .main-content > *:first-child {
        order: 2; /* Меняем порядок */
    }
    
    .main-content > *:last-child {
        order: 1;
    }

    aside#aside {
        width: 100%;
        max-width: 100%;
        position: relative;
        padding: 0px;
        margin-bottom: 10px;
    }

    .aside-article:nth-last-child(-n+4) {
        display: none;
    }

    .ttl-pg-cont {
        margin-bottom: 0px;
    }
    .article-container {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
        width: 100%;
    }
}


@media (max-width: 500px) {
    .top-left-title h2 {
        margin-top: 0px;
    }
    .article-overlay {
        margin-left: 0px;
        width: 90%;
        border-radius: 0px;
    }
}



@media (max-width: 495px) {
    .article-container {
        max-width: 400px;
        width: 100%;
   }
    #mobile-sections {
        flex-wrap: wrap;
        max-width: 400px;
        width: 90vw;
   }
    .mainbutton {
        max-width: 400px;
        width: 90vw;
   }
    footer nav a{
        font-size: 16px;
   }

    .top-right article p {
        width: 260px;
        max-width: 260px;
   }
    .sub-container {
        max-width: 280px;
        padding: 15px;
   }
    .sub-container p {
        font-size: 14px;
   }
    header nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
   }
    .pagination {
        max-width: 400px;
        width: 90vw;
        margin-bottom: 5px !important;
   }
    .pagination button {
        padding: 3px;
        height: 20px;
        width: 25px;
   }
    .subbutton {
        max-width: 199.5px;
        width: 44.85vw;
   }
    #burger-menu {
        display: block;
        position: absolute;
        top: 3px;
        right: 10px;
        color: #fff;
        font-size: 30px;
   }
    #header-nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: #252525;
        padding: 10px;
        border-radius: 5px;
   }
    #header-nav a {
        margin: 5px 0;
   }
    #header-nav.active {
        position: fixed;
        display: flex;
        height: 100%;
        max-height: 120px;
        z-index: 100;
        top: 40px;
        right: 0px;
        align-items: center;
        justify-content: start;
        background-color: #252525fa;
   }
    header {
        padding-top: 25px;
        padding-bottom: 25px;
   }
    .pagtwo {
        margin-bottom: 20px !important;
        margin-top: 10px;
   }
}


@media (max-width: 600px) {
    .article-container {
        grid-template-columns: repeat(1, minmax(280px, 1fr));
    }
}


@media (max-width: 440px) {
    .top-left {
        padding-bottom: 0px;
    }
    .top-content {
        height: 550px;
    }
}

@media (max-width: 350px) {
    .top-right {
        display: none;
    }
    .top-content {
        height: auto;
    }
}

@media (max-width: 370px) {
    .tags {
        display: none;
    }
}

.full-wrapper-article {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 5px;
}

.article-full {
    flex: 1;
    max-width: 850px;
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.article-full-article {
    padding: 10px;
}

.article-full img {
    width: 100%;
    border-radius: 10px;
}

.article-full h1 {
    color: #222;
}

.article-full p {
    color: #222;
    font-size: 18px;
}

@media (max-width: 710px) {
    .full-wrapper-article {
        flex-direction: column;
        align-items: center;
    }
    
    .article-full {
        width: 95%;
        max-width: 95%;
    }
}


.disclaimer-box {
    display: flex;
    align-items: flex-start;
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 13px;
    color: #555;
    border-bottom: 1px solid #ddd;
}

.disclaimer-icon {
    font-size: 20px;
    margin-right: 10px;
    color: #555;
}

.disclaimer-text {
    flex: 1;
}


.read-more-box {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    display: inline-block;
}
.read-more-link {
    color: #d72f2f;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0px;
}
.read-more-link:hover {
    color: #222;
}