.promotion-single {
    padding-top: 194px;
    padding-bottom: 80px;
    background-color: #f7f7f7;
}

@media (max-width: 975px) {
    .promotion-single {
        padding-top: 138px;
    }
}

.promotion-single .selection {
    width: 100%;
    max-width: 1472px;
    padding: 0 16px;
    margin: 0 auto; 
}

.promotion-single__article {
    max-width: 900px;
    margin: 0 auto;
}

/* Хлебные крошки */
.promotion-single__breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.promotion-single__breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(3, 57, 47, 0.6);
}

.promotion-single__breadcrumb-item:not(.is-current)::after {
    content: "/";
    margin-left: 8px;
    color: rgba(3, 57, 47, 0.35);
}

.promotion-single__breadcrumb-item a {
    color: rgba(22, 87, 65, 1);
    text-decoration: none;
}

.promotion-single__breadcrumb-item a:hover {
    text-decoration: underline;
}

.promotion-single__breadcrumb-item.is-current {
    color: #03392F;
    font-weight: 600;
}

/* Лейбл рубрики */
.promotion-single__label {
    margin-bottom: 12px;
}

.promotion-single__label span {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    background-color: #D0D868;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #03392F;
    text-transform: uppercase;
}

.promotion-single__date {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    color: rgba(3, 57, 47, 0.6);
}

/* Заголовок */
.promotion-single__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #03392F;
    text-transform: uppercase;
}

@media (max-width: 975px) {
    .promotion-single__title {
        font-size: 28px;
    }
}

/* Изображение */
.promotion-single__image {
    margin-top: 32px;
    overflow: hidden;
    border-radius: 8px;
}

.promotion-single__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Контент записи */
.promotion-single__content {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.65;
    color: #03392F;
}

.promotion-single__content > *:first-child {
    margin-top: 0;
}

.promotion-single__content > *:last-child {
    margin-bottom: 0;
}

.promotion-single__content p {
    margin: 0 0 20px;
}

.promotion-single__content h2,
.promotion-single__content h3,
.promotion-single__content h4 {
    margin: 36px 0 16px;
    font-weight: 600;
    color: #03392F;
    text-transform: uppercase;
    line-height: 1.3;
}

.promotion-single__content h2 {
    font-size: 32px;
}

.promotion-single__content h3 {
    font-size: 24px;
}

.promotion-single__content h4 {
    font-size: 20px;
}

.promotion-single__content ul,
.promotion-single__content ol {
    margin: 0 0 20px;
    padding-left: 24px;
}

.promotion-single__content li {
    margin-bottom: 8px;
}

.promotion-single__content li::marker {
    color: rgba(22, 87, 65, 1);
}

.promotion-single__content a {
    color: rgba(22, 87, 65, 1);
    text-decoration: underline;
}

.promotion-single__content a:hover {
    text-decoration: none;
}

.promotion-single__content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 24px 0;
    border-radius: 8px;
}

.promotion-single__content figure {
    margin: 24px 0;
}

.promotion-single__content figcaption {
    margin-top: 8px;
    font-size: 14px;
    color: rgba(3, 57, 47, 0.6);
}

.promotion-single__content blockquote {
    margin: 24px 0;
    padding: 20px 24px;
    border-left: 4px solid #D0D868;
    background: #fff;
    font-style: italic;
}

.promotion-single__content table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
}

.promotion-single__content th,
.promotion-single__content td {
    padding: 12px 16px;
    border: 1px solid #1657411A;
    text-align: left;
}

.promotion-single__content th {
    background: rgba(22, 87, 65, 0.08);
    font-weight: 600;
}

.promotion-single__content .wp-block-button,
.promotion-single__content .wp-block-buttons {
    margin: 28px 0;
}

.promotion-single__content .wp-block-button__link,
.promotion-single__content a.button,
.promotion-single__content .button {
    display: inline-block;
    padding: 14.5px 39px;
    background-color: rgba(22, 87, 65, 1);
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.promotion-single__content .wp-block-button__link:hover,
.promotion-single__content a.button:hover {
    opacity: 0.9;
}

.promotion-single__content iframe {
    max-width: 100%;
}

.promotion-single__pages {
    margin-top: 32px;
    font-size: 16px;
}

/* Блок Telegram */
.promotion-telegram {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 900px;
    margin: 64px auto 0;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #1657411A;
}

.promotion-telegram__qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.promotion-telegram__qr > img:first-child {
    width: 200px;
    height: 200px;
    object-fit: contain;
    display: block;
}

.promotion-telegram__logo {
    width: 180px;
    height: auto;
    display: block;
}

.promotion-telegram__info {
    flex: 1;
    min-width: 260px;
}

.promotion-telegram__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #03392F;
}

.promotion-telegram__text {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(3, 57, 47, 0.75);
}

.promotion-telegram__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 32px;
}

.promotion-telegram__contacts a {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #03392F;
    text-decoration: none;
}

.promotion-telegram__contacts a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D0D868;
}

.promotion-telegram__contacts a:hover {
    text-decoration: underline;
}

/* Блок «Читайте также» */
.promotion-related {
    width: 100%;
    max-width: 1472px;
    margin: 80px auto 0;
    padding: 40px 0;
    border-top: 1px solid #1657411A;
}

.promotion-related__title {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
    color: #03392F;
    text-transform: uppercase;
}

.promotion-related__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.promotion-related__grid .promotion-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 260px;
    width: 100%;
    max-width: calc(33.1% - 10px);
    padding: 18px;
    background-color: white;
    border: 1px solid #1657411A;
    text-decoration: none;
    color: inherit;
}

.promotion-related__grid .promotion-card:hover,
.promotion-related__grid .promotion-card:focus {
    text-decoration: none;
    color: inherit;
}

.promotion-related__grid .promotion-card .promotion-card__image {
    width: 100%;
    height: 320px;
    overflow: hidden;
    flex-shrink: 0;
}

.promotion-related__grid .promotion-card .promotion-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.promotion-related__grid .promotion-card .data,
.promotion-related__grid .promotion-card .descript {
    color: #165741;
    font-size: 16px;
    font-weight: 400;
}

.promotion-related__grid .promotion-card h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(3, 57, 47, 1);
}

.promotion-related__grid .promotion-card .promotion-card__more {
    display: block;
    width: 100%;
    background-color: rgba(22, 87, 65, 1);
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 14.5px 39px;
    text-align: center;
    text-transform: uppercase;
    margin-top: auto;
}

@media (max-width: 975px) {
    .promotion-telegram {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 20px;
    }

    .promotion-telegram__qr {
        width: 100%;
        align-items: flex-start;
    }

    .promotion-telegram__title {
        font-size: 22px;
    }

    .promotion-related__title {
        font-size: 24px;
    }

    .promotion-related__grid .promotion-card {
        max-width: calc(50% - 10px);
    }

    .promotion-related__grid .promotion-card .promotion-card__image {
        height: 280px;
    }

    .promotion-single__content h2 {
        font-size: 24px;
    }

    .promotion-single__content h3 {
        font-size: 20px;
    }
}

@media (max-width: 628px) {
    .promotion-related__grid .promotion-card {
        max-width: 100%;
    }
}
