/*
Theme Name: 300magazine Child
Theme URI: https://300.vrezerve.com/
Author: P-THEMES
Author URI: https://300.vrezerve.com/
Description: 300Magazine &#8211; News &amp; Reviews, Luxury Lifestyle &amp; Trends.
Version: 1.1
Template: porto
License: Commercial
License URI: https://300.vrezerve.com/licenses/regular_extended
Tags: Full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** СТИЛИ МЕНЯЕМ ТОЛЬКО ЗДЕСЬ  ***************/

/* ========== БАЗОВЫЕ СТИЛИ ========== */

.category-tags-wrapper {
    margin: 15px 0;
    padding: 10px 0;
    color: rgb(156, 156, 156);
}

.category-tags-wrapper .tags-title {
    margin-right: 5px;
    color: #000;
}

.category-tags-wrapper a {
    font-weight: 500;
    text-transform: none;
    font-size: 15px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-style: solid;
    color: rgb(156, 156, 156);
    border-color: rgb(156, 156, 156);
    background-color: var(--porto-light-color);
    border-radius: 0px;
}

.category-tags-wrapper a:hover {
    color: #000;
}

.show-more-tags-btn {
    font-weight: 500;
    text-transform: none;
    font-size: 15px !important;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-style: solid;
    color: #9c9c9c;
    border-color: var(--porto-primary-color);
    background-color: var(--porto-light-color);
    border-radius: 0px;
}

.show-more-tags-btn:hover {
    color: #9c9c9c;
    border-bottom-width: 0px;
}

.hidden-tags {
    padding: 10px 0 5px 0;
    margin-top: 8px !important;
}

.pagination-wrap {
    margin-bottom: 50px;
}

.bio-gallery-slider .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    font-family: 'object-fit: cover; object-position: top;';
}

em {
    font-style: normal;
    background: linear-gradient(180deg, transparent 60%, #f2ecc5 60%);
    padding: 0 0px;
}

.p-link {
    color: #777;
    border-bottom: 1px solid;
}

.li1 {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

a[href^="mailto:"] {
    color: #777;
}

ol,
ul {
    padding-left: 1rem;
}

/* .page-content a {
    text-decoration: underline;
} */

.custom-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 400;
    color: #000;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    border: 3px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
}

.wpb_content_element {
    margin-bottom: 0px;
}

#post-inner_max {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.tagcloud::before {
    content: "Tags: ";
    margin-right: 8px;
}

.content-center {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.no-breadcrumbs .main-content {
    padding-top: 0px;
}

html.panel-opened .modal-search-overlay,
html.panel-opened [id*="modal"] {
    z-index: 9999 !important;
}

/* ========== ШАПКА (HEADER) ========== */
#header .header-main {
    border-bottom: 1px solid #000;
}

#header .header-main .container>div {
    align-items: center;
}

#header .mobile-toggle {
    display: flex;
    margin: 10px 0 10px 0em;
}

#header .mobile-toggle:first-child {
    margin-left: 15px;
}

#header .logo {
    min-width: 60px;
}

/* ========== КУКИ (COOKIE NOTICE) ========== */
#custom-cookie-notice-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 999999;
    padding: 20px;
    pointer-events: none;
}

.cookie-container {
    background: #000000;
    color: #ffffff;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 16px 24px;
    border-radius: 0px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.cookie-text {
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
    text-align: left;
}

.cookie-text a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 500;
}

.cookie-text a:hover {
    opacity: 0.8;
}

.cookie-btn {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 8px 28px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
    flex-shrink: 0;
}

.cookie-btn:hover {
    background: #e0e0e0;
}

.cookie-btn:active {
    transform: scale(0.97);
}

/* ========== БЛОКИ И СЕКЦИИ ========== */
#breadcrumb-section {
    padding: 80px 0px;
    margin-bottom: 20px;
}

#join-section {
    margin-bottom: 100px;
    margin-top: 30px;
}

#adw-section {
    margin-bottom: 80px;
    margin-top: 30px;
}

.submit-block {
    padding: 50px 0px;
}

.space-30 {
    height: 30px;
}

.space-50 {
    height: 50px;
}

.space-70 {
    height: 70px;
}

/* ========== НОВОСТНАЯ РАССЫЛКА ========== */
.newsletter-form {
    text-align: center;
}

.newsletter-subtitle {
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
}

.newsletter-title {
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 90px;
}

.email-field {
    border: none !important;
    border-bottom: 1px solid #cccccc !important;
    font-size: 20px !important;
    color: #000 !important;
    padding: 8px 0 !important;
    outline: none !important;
    background: transparent;
    text-align: center !important;
    box-shadow: none !important;
}

.email-field::placeholder {
    font-size: 18px;
    color: #777;
    opacity: 1;
    text-align: center;
}

.email-field:focus {
    border-bottom-color: #cccccc;
}

.btn-newsletter {
    margin-top: 15px;
    border: 3px solid #000;
    border-radius: 7px;
    padding: 13px 20px;
    color: #000;
    font-size: 22px;
    background: transparent;
}

/* ========== БЛОК ПРИЗЫ ========== */
.prizes-container {
    margin-top: 20px;
}

.prize-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 1.5rem;
    padding: 15px 0px;
    align-items: start;
}

.prize-item:last-child {
    border-bottom: none;
}

.prize-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #111827;
    letter-spacing: -0.01em;
}

.prize-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #4b5563;
    letter-spacing: -0.5px;
}

/* ========== КАРТОЧКИ АВТОРОВ ========== */
.opinions-auth {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 200px;
    font-size: 15px;
}

.opinions-auth-item:first-child {
    align-self: flex-start;
}

.opinions-auth-item:last-child {
    align-self: flex-start;
}

.author-website {
    border-bottom: 1px solid;
}

.author-photo {
    max-width: 200px;
}

.author-info-shortcode {
    color: #777;
    margin-bottom: 10px;
    line-height: 20px;
}

.author-quote-image {
    width: 150px;
    margin: 0 auto;
    position: relative;
    top: 75px;
}

.author-quote-image img {
    width: 100%;
    display: block;
    border-radius: 0;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.author-quote-content {
    padding: 110px 90px 50px 90px;
    border: 1px solid #ccc;
}

.author-quote-name {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Gill-sans';
}

.author-quote-name span {
    color: #777;
}

.author-quote-regalia {
    margin-top: 5px;
    color: #777;
}

.author-quote-link {
    margin-top: 15px;
    text-align: center;
}

.author-quote-link a {
    text-decoration: none;
    font-weight: 500;
    color: #777;
}

.author-quote-text {
    line-height: 25px;
    text-align: center;
}

/* ========== ГАЛЕРЕИ И СЛАЙДЕРЫ ========== */
.bio-gallery-wrapper {
    margin: 60px auto;
    max-width: 1200px;
    position: relative;
}

.bio-gallery-slider {
    overflow: hidden;
    padding-bottom: 20px;
}

.bio-gallery-slider .swiper-slide {
    height: 170px;
}

.bio-gallery-slider .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bio-gallery-slider .swiper-slide img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    transition: .4s;
    display: block;
}

.bio-gallery-slider .swiper-slide:hover img {
    transform: scale(1.05);
}

.bio-gallery-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.open-gallery-btn {
    color: #000 !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.open-gallery-icon {
    width: 25px;
    height: 25px;
    border: 3px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    padding: 5px;
}

/* ACF Gallery */
.acf-gallery-slider {
    max-width: 1000px;
    margin: 0px auto;
}

.acf-gallery-slider .main-slider {
    margin-bottom: 15px;
    overflow: hidden;
}

.acf-gallery-slider .main-slider img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}

.acf-gallery-slider .thumb-slider {
    overflow: hidden;
}

.acf-gallery-slider .thumb-slider .swiper-slide {
    opacity: .5;
    cursor: pointer;
    transition: .3s;
    border: 2px solid transparent;
}

.acf-gallery-slider .thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #000;
}

.acf-gallery-slider .thumb-slider img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
}

/* ========== БАННЕРЫ И ИЗОБРАЖЕНИЯ ========== */
.custom-banner-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.custom-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

div.wpb_single_image .vc_figure .vc_figure-caption {
    margin-top: 0.5em;
    text-align: end;
    color: #777;
    font-size: 12px;
    width: 45%;
    float: inline-end;
    line-height: 23px;
}

/* .jusy {
    text-align: justify;
} */

/* ========== ТЕКСТ С РАСКРЫТИЕМ ========== */
.text-expand {
    position: relative;
    border-radius: 12px;
    padding: 20px;
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
}

.text-expand>div {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 80px;
}

.text-expand button {
    display: block;
    margin: 5px auto 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    border: 0px;
}

.text-expand button .minus {
    display: none;
}

.text-expand.expanded button .plus {
    display: none;
}

.text-expand.expanded button .minus {
    display: inline;
}

/* ========== ПОДВАЛ ПОСТА (CUSTOM POST FOOTER) ========== */
.custom-post-footer {
    margin: 20px 0 30px;
    padding: 40px 0;
}

.custom-post-quote {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 50px 0px 45px 0px;
    margin-bottom: 50px;
}

.custom-post-quote p {
    text-align: center;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    max-width: 80%;
    margin: 0 auto;
}

.custom-post-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 25px;
    padding-bottom: 25px;
}

.custom-post-nav {
    width: 260px;
}

.has-author {
    width: 110px;
}

.custom-post-nav-label {
    font-size: 18px;
    color: #888;
    margin-bottom: 15px;
}

.custom-post-card {
    border: 1px solid #bdbdbd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    min-height: 92px;
    overflow: hidden;
    transition: all .3s ease;
    background: #fff;
    gap: 15px;
}

.custom-post-card:hover {
    border-color: #000;
}

.custom-post-card img {
    width: 92px;
    height: 60px;
    object-fit: cover;
    flex-shrink: 0;
}

.custom-post-card-title {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 75px;

}

.revert-post-nav .custom-post-card {
    flex-direction: row-reverse;
}

.custom-share {
    text-align: center;
    flex: 1;
    min-width: 300px;
}

.custom-share-title {
    font-size: 22px;
    color: #777;
    margin-bottom: 20px;
}

.custom-share-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.custom-share-icons a {
    width: 52px;
    height: 52px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    transition: .3s;
    border-radius: 7px;
    border: 1px solid;
}

.custom-share-icons a:hover {
    background: #d9d9d9;
}

/* ========== ИНФОРМАЦИЯ ОБ АРТИСТЕ ========== */
.artist-info__label {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.artist-info__value {
    font-size: 20px;
    line-height: 1.6;
}

.artist-info__bio {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 30px;
}

/* ========== БЛОК JOIN ========== */
.join-block {
    border: 5px solid #ccc;
    padding: 20px 30px;
}

.btn-join {
    border: 3px solid #000;
    border-radius: 7px;
    padding: 13px 35px;
    color: #000;
    font-size: 22px;
    text-decoration: none !important;
}

.btn-join2 {
    border: 3px solid #000;
    border-radius: 7px;
    padding: 13px 18px;
    color: #000;
    font-size: 18px;
    text-decoration: none !important;
}

.join-logo img {
    width: 80%;
}

.text-left-join {
    text-align: end;
}

.join-text p {
    line-height: 21px;
    color: #676767;
}

.mag-caption-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 30px !important;
    margin-top: 20px;
    width: 100%;
}

.mag-caption-text .img-title-cap,
.mag-caption-text .img-desc-cap {
    word-break: break-word;
    white-space: normal;
    max-width: 45%;
    display: block;
    line-height: 16px;
    font-size: 12px;
    text-align: right;
}

.img-desc-cap {
    color: #777;
    text-align: right;
}

.d-flex-bases .vc_column-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* ========== ФУТЕР (FOOTER) ========== */
.d-flex-footer .porto-wrap-container .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* Убираем фиксированные ширины Bootstrap */
.d-flex-footer .vc_column_container {
    flex: 0 0 auto;
    width: auto;
}

/* Базовые стили (десктоп) */
.legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    row-gap: 1rem;
}

.legal-link {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 300;
    color: #777 !important;
    transition: color 0.2s;
    letter-spacing: -0.1px;
    font-size: 14px;
}

.legal-link:hover {
    color: #000000;
    text-decoration: underline;
}

.middle-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    gap: 1rem;
}

.mailing-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    justify-content: left;
}

.mailing-label {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    transition: color 0.2s;
    letter-spacing: -0.1px;
}

.address-section {
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: left;
    align-items: left;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 20px;
}

.address-label {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    transition: color 0.2s;
    letter-spacing: -0.1px;
}

.address-label_email {
    color: #777 !important;
}

.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.7rem;
    align-items: center;
}

.social-link {
    text-decoration: none;
    font-size: 1.6rem;
    color: #000000;
    opacity: 0.8;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 calc(33.333% - 1.5rem);
    min-width: 120px;
}

.social-link span {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    font-family: 'Gill-sans';
}

.social-link:hover {
    opacity: 1;
    color: #000000;
}

/* ========================================================== */
/* ========== МЕДИА-ЗАПРОСЫ (МОБИЛЬНЫЕ СТИЛИ) ========== */
/* ========================================================== */

@media (max-width: 768px) {
    .hidden-tags {
        padding: 0px 0 5px 0;
        margin-top: 2px !important;
    }

    /* ----- Общие корректировки ----- */
    #header .mobile-toggle:first-child {
        margin-left: 0px;
    }

    #header .logo a {
        margin-top: 5px;
    }

    #side-nav-panel {
        width: 250px;
    }

    #side-nav-panel .accordion-menu>li.menu-item a {
        font-weight: 600;
        padding: 14px 43px 14px 16px;
        font-family: 'Gill-sans';
        font-size: 16px;
    }

    .search-site i {
        font-size: 17px !important;
        margin-top: -3px;
        margin-right: -10px;
    }

    .has-author {
        visibility: hidden !important;
    }

    .minus-space {
        height: 0px !important;
    }

    h1 {
        --porto-h1-lh: 36px;
    }

    .space-30 {
        height: 10px !important;
    }

    .space-50 {
        height: 25px !important;
    }

    .space-70 {
        height: 30px !important;
    }

    /* ----- Куки ----- */
    #custom-cookie-notice-bottom {
        padding: 12px;
    }

    .cookie-container {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 18px 20px;
    }

    .cookie-text {
        text-align: center;
    }

    .cookie-btn {
        width: 100%;
        padding: 10px 20px;
    }

    /* ----- Карточки авторов ----- */
    .author-quote-card {
        flex-direction: column;
    }

    .author-quote-image {
        width: 120px;
    }

    .author-quote-text {
        font-size: 15px;
    }

    .author-quote-content {
        padding: 110px 20px 20px 20px;
        border: 1px solid #ccc;
    }

    .author-photo {
        max-width: 100%;
    }

    .opinions-auth {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        min-height: fit-content;
        font-size: 15px;
        gap: 20px;
        margin-top: 20px;
    }

    /* ----- Галереи и слайдеры ----- */
    .bio-gallery-slider .swiper-slide {
        height: 100px;
    }

    .open-gallery-btn {
        font-size: 12px;
    }

    .open-gallery-icon {
        width: 25px;
        height: 25px;
        font-size: 12px;
        padding: 5px;
    }

    .acf-gallery-slider .main-slider img {
        height: 320px;
    }

    .acf-gallery-slider .thumb-slider img {
        height: 70px;
    }

    /* ----- Информация об артисте ----- */
    .artist-info__value {
        font-size: 18px;
    }

    .artist-info__bio {
        font-size: 16px;
    }

    /* ----- Блок JOIN ----- */
    .magazine-slider__posts {
        position: relative;
    }

    .join-text p {
        font-size: 12px;
        line-height: 16px;
    }

    .text-left-join {
        text-align: center;
        margin-top: 20px;
    }

    .join-logo img {
        width: 100px;
        margin-bottom: 20px;
    }

    #join-section {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .btn-join {
        font-size: 18px;
    }

    /* ----- Новостная рассылка ----- */
    .newsletter-title {
        font-size: 20px;
        line-height: 30px;
    }

    /* ----- Призы ----- */
    .prize-item {
        grid-template-columns: 115px 1fr;
        gap: 1rem;
    }

    .prize-description {
        font-weight: 400;
        font-size: 15px;
    }

    /* ----- Подвал поста ----- */
    .custom-post-card-title {
        font-size: 12px;
    }

    .custom-share-icons a {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .custom-post-card {
        min-height: 80px;
    }

    .custom-share-icons {
        gap: 10px;
    }

    .custom-post-bottom {
        flex-direction: row;
        align-items: stretch;
        border-bottom: 0px;
    }

    .custom-post-bottom .custom-post-nav {
        order: 2;
    }

    .custom-post-bottom .custom-share {
        order: 1;
        border-bottom: 1px solid #000;
        padding-bottom: 30px;
    }

    .custom-post-nav {
        width: 165px;
    }

    .custom-post-quote {
        font-size: 28px;
    }

    .custom-share {
        order: 1;
    }

    .custom-post-nav-label {
        font-size: 18px;
        color: #888;
        margin-bottom: 15px;
        margin: 5px 0px 15px 0px;
    }

    .custom-post-card img {
        width: 60px;
        height: 60px;
    }

    /* ----- Изображения и подписи ----- */
    div.wpb_single_image .vc_figure .vc_figure-caption {
        font-size: 10px;
        width: 90%;
        line-height: 12px;
    }

    /* ----- Футер ----- */
    .d-flex-footer .porto-wrap-container .row {
        display: grid !important;
        grid-template-columns: 140px 1fr;
        justify-content: normal !important;
        gap: 20px;
    }


    .d-flex-footer .vc_column_container {
        flex: unset;
        width: min-content;
    }

    .social-row {
        gap: 15px;
        justify-content: space-between;
    }

    .social-link {
        flex: 0 0 calc(50% - 0.8rem);
        min-width: 130px;
        font-size: 1.3rem;
        justify-content: flex-start;
    }

    .social-link span {
        font-size: 16px;
        font-weight: 600;
    }

    .middle-social {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .mailing-section {
        gap: 16px;
    }

    .mailing-label {
        width: 100%;
        font-size: 13px;
    }

    .legal-links {
        gap: 5px;
        justify-content: space-between;
    }

    .legal-link {
        text-align: center;
        font-size: 11px;
    }

    .address-label {
        font-size: 12px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .address-section {
        margin-top: 25px;
    }

    #post-inner_max {
        padding: 0;
    }

    .mag-caption-text .img-title-cap,
    .mag-caption-text .img-desc-cap {
        max-width: 80%;
    }

    .btn-newsletter {
        font-size: 15px;
    }
}