.medical-article-hero,
.medical-article-experts,
.medical-article-sources,
.medical-article-related,
.medical-article-sticky-cta {
    margin: 0 0 32px;
}

.medical-article-hero__inner {
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    overflow: visible;
}

.medical-article-hero__content {
    max-width: 680px;
}

.medical-article-hero__header {
    max-width: 820px;
    margin-bottom: 10px;
}

.medical-article-hero__label {
    display: inline-block;
    margin-bottom: 14px;
}

.medical-article-hero__label,
.medical-article-experts__label,
.medical-article-sources__label,
.medical-article-related__label,
.medical-article-sticky-cta__label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #cf5b54;
    margin-bottom: 12px;
}

.medical-article-hero__title {
    margin: 0 0 12px;
    font-size: clamp(34px, 3.7vw, 44px);
    line-height: 1.02;
    font-weight: 600;
    color: #1d503c;
    letter-spacing: -0.03em;
    max-width: 900px;
}

.medical-article-hero__excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #22312d;
    margin-top: 14px;
    margin-bottom: 0;
    max-width: 760px;
}

.medical-article-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    color: #6f7f79;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}

.article-meta {
    align-items: center;
}

.article-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6f7f79;
    white-space: nowrap;
}

.article-meta-item strong {
    font-weight: 700;
}

.article-meta-item i {
    font-size: 15px;
    color: #8c9a96;
}

.medical-article-hero__image {
    aspect-ratio: 2 / 1;
    min-height: 0;
    background: transparent;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    width: 100%;
}

.article-hero-img {
    max-width: 100%;
    justify-self: stretch;
    margin-top: 0;
}

.medical-article-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.medical-article-hero__image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(29, 80, 60, 0.28);
    font-size: 54px;
}

.article-hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(29, 80, 60, 0) 0%, rgba(29, 80, 60, 0.36) 100%);
    pointer-events: none;
}

.article-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.medical-article-experts__inner,
.medical-article-sources__inner,
.medical-article-related__inner {
    background: #ffffff;
    border: 1px solid #e2e8e4;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 14px 32px rgba(29, 80, 60, 0.06);
}

.medical-article-author,
.medical-article-reviewer {
    display: block;
    width: 100%;
    max-width: none;
    align-self: stretch;
}

.medical-article-author__inner,
.medical-article-reviewer__inner {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dfe7e3;
    border-radius: 24px;
    padding: 24px 28px 24px 28px;
    box-shadow: 0 10px 26px rgba(29, 80, 60, 0.05);
}

.medical-article-author__label,
.medical-article-reviewer__label {
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9fcfd7;
}

.medical-article-author__card,
.medical-article-reviewer__card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
}

.medical-article-author__photo,
.medical-article-reviewer__photo {
    width: 74px;
    height: 74px;
    border-radius: 18px;
    overflow: hidden;
    background: #e8eef0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1d503c;
    font-size: 26px;
    font-weight: 800;
}

.medical-article-author__photo img,
.medical-article-reviewer__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medical-article-author__name,
.medical-article-reviewer__name {
    font-size: 18px;
    line-height: 1.18;
    font-weight: 800;
    color: #1d503c;
    margin-bottom: 8px;
}

.medical-article-author__role,
.medical-article-reviewer__role {
    font-size: 14px;
    line-height: 1.45;
    color: #cf5b54;
}

.medical-article-author__bio,
.medical-article-reviewer__bio {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #1d503c;
}

.medical-article-experts__title,
.medical-article-sources__title,
.medical-article-related__title {
    margin: 0 0 24px;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.1;
    color: #1d503c;
    font-weight: 800;
}

.medical-article-experts__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.medical-article-specialist {
    border-radius: 20px;
    padding: 20px;
    background: #f6f9f7;
    border: 1px solid #e2e8e4;
}

.medical-article-specialist__top {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.medical-article-specialist__label {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7a8c85;
}

.medical-article-specialist__photo {
    width: 96px;
    height: 96px;
    border-radius: 18px;
    overflow: hidden;
    background: #dfe8e3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1d503c;
    font-size: 28px;
    font-weight: 800;
}

.medical-article-specialist__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medical-article-specialist__name {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.2;
}

.medical-article-specialist__name a {
    color: #1a1a1a;
    text-decoration: none;
}

.medical-article-specialist__role,
.medical-article-specialist__exp,
.medical-article-specialist__bio {
    color: #4f605a;
    font-size: 14px;
    line-height: 1.6;
}

.medical-article-specialist__exp {
    margin-top: 8px;
    font-weight: 700;
}

.medical-article-specialist__bio {
    margin-top: 14px;
}

.medical-article-sources__list {
    margin: 0;
    padding: 0 0 0 20px;
    display: grid;
    gap: 10px;
}

.medical-article-sources__item {
    color: #2b3934;
    line-height: 1.6;
}

.medical-article-sources__item a {
    color: #1d503c;
}

.medical-article-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.medical-article-related__card {
    background: #f6f9f7;
    border: 1px solid #e2e8e4;
    border-radius: 20px;
    overflow: hidden;
}

.medical-article-related__thumb {
    display: block;
    aspect-ratio: 16 / 10;
    background: #dfe8e3;
}

.medical-article-related__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.medical-article-related__body {
    padding: 16px;
}

.medical-article-related__date {
    font-size: 12px;
    color: #7a8c85;
    margin-bottom: 8px;
}

.medical-article-related__card-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
}

.medical-article-related__card-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.medical-article-sticky-cta {
    position: -webkit-sticky;
    position: sticky;
    top: 210px;
    bottom: auto;
    align-self: flex-start;
    width: 100%;
    max-width: 360px;
    background: #fff7f6;
    color: #1a1a1a;
    border: 1px solid #f0d8d2;
    border-radius: 24px;
    padding: 28px 28px 24px;
    box-shadow: 0 16px 34px rgba(207, 91, 84, 0.08);
    overflow: visible;
}

.medical-article-sticky-cta.is-fixed {
    top: 100px;
    bottom: auto;
    margin: 0;
}

.medical-article-sticky-cta__icon {
    margin-bottom: 16px;
    color: #cf5b54;
    font-size: 34px;
    line-height: 1;
}

.medical-article-sticky-cta__title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 12px;
    color: #2b2b2b;
}

.medical-article-sticky-cta__text {
    font-size: 15px;
    line-height: 1.6;
    color: #6d6d6d;
    margin-bottom: 18px;
}

.medical-article-sticky-cta__contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.medical-article-sticky-cta__phone {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.medical-article-sticky-cta__messengers {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.medical-article-sticky-cta__messenger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 18px;
    text-decoration: none;
}

.medical-article-sticky-cta__messenger--whatsapp {
    color: #2ecc71;
}

.medical-article-sticky-cta__messenger--telegram {
    color: #2ba6db;
}

.medical-article-sticky-cta__messenger.is-disabled {
    opacity: 0.55;
    pointer-events: none;
}

.medical-article-sticky-cta__button {
    width: 100%;
    border: none;
    border-radius: 14px;
    min-height: 52px;
    background: #2f7d5a;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(47, 125, 90, 0.24);
}

.medical-article-block--editor {
    padding: 20px;
    border: 1px dashed #d6ddd9;
    border-radius: 18px;
    background: #fbfcfb;
}

.medical-article-block__label {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #cf5b54;
}

.medical-article-block__title {
    font-size: 18px;
    font-weight: 800;
    color: #1d503c;
    margin-bottom: 8px;
}

.medical-article-block__text {
    font-size: 14px;
    line-height: 1.6;
    color: #4f605a;
}

.medical-article-content {
    margin: 0 0 32px;
}

.medical-article-content__inner {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.medical-article-content__inner > *:first-child {
    margin-top: 0;
}

.medical-article-content__inner > *:last-child {
    margin-bottom: 0;
}

.medical-article-content__editor {
    min-height: 320px;
    outline: none;
}

.medical-article-content .article-inner-image,
.medical-article-content figure.article-inner-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 28px 0;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(29, 80, 60, 0.10);
    object-fit: cover;
}

.medical-article-content figure.article-inner-image {
    overflow: hidden;
}

.medical-article-content .article-inner-image {
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .medical-article-hero__inner {
        grid-template-columns: 1fr;
    }

    .medical-article-experts__grid,
    .medical-article-related__grid {
        grid-template-columns: 1fr;
    }

    .medical-article-sticky-cta {
        position: static;
    }
}

@media (max-width: 767px) {
    .medical-article-hero__inner,
    .medical-article-experts__inner,
    .medical-article-sources__inner,
    .medical-article-related__inner {
        padding: 0;
        border-radius: 20px;
    }

    .medical-article-specialist__top {
        flex-direction: column;
    }

    .medical-article-specialist__photo {
        width: 100%;
        height: 220px;
    }

    .medical-article-content__inner {
        padding: 0;
        border-radius: 0;
    }

    .medical-article-content .article-inner-image,
    .medical-article-content figure.article-inner-image {
        margin: 20px 0;
        border-radius: 18px;
        box-shadow: 0 12px 26px rgba(29, 80, 60, 0.08);
    }

    .medical-article-content .article-callout {
        padding: 24px 18px;
        margin: 32px 0;
    }

    .medical-article-content .article-callout .wpforms-form {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        column-gap: 12px;
        row-gap: 12px;
    }

    .medical-article-content .article-callout .wpforms-field-text,
    .medical-article-content .article-callout .wpforms-field-phone,
    .medical-article-content .article-callout .wpforms-field-email {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        width: 100%;
    }

    .medical-article-content .article-callout #wpforms-4996-field_1-container {
        margin-top: 10px;
    }

    .medical-article-content .article-callout .wpforms-submit-container {
        grid-column: 1;
        grid-row: 2;
        margin-top: 0 !important;
        align-self: center;
        justify-self: stretch;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .medical-article-content .article-callout div.wpforms-container-full .wpforms-form .wpforms-submit-container {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        width: 100% !important;
        align-self: center !important;
    }

    .medical-article-content .article-callout #wpforms-4996-field_3-container,
    .medical-article-content .article-callout #wpforms-4996-field_4-container,
    .medical-article-content .article-callout .wpforms-field[data-field-id="3"],
    .medical-article-content .article-callout .wpforms-field[data-field-id="4"] {
        display: none !important;
    }

    .medical-article-content .article-callout .wpforms-submit {
        width: 100%;
        min-width: 0;
        height: 54px;
        min-height: 54px;
        padding: 12px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .medical-article-content .article-callout div.wpforms-container-full .wpforms-form .wpforms-submit {
        margin: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .medical-article-content .article-callout .wpforms-form input[type="text"],
    .medical-article-content .article-callout .wpforms-form input[type="tel"],
    .medical-article-content .article-callout .wpforms-form input[type="email"] {
        height: 54px;
        min-height: 54px;
        padding: 12px 16px;
        box-sizing: border-box;
        display: block;
    }

    .medical-article-content .article-callout .wpforms-field-checkbox {
        grid-column: 1;
        grid-row: 3;
    }

    .medical-article-sticky-cta {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .medical-article-sticky-cta__messengers {
        display: none;
    }
}

.medical-article-content .article-main-toc {
    margin: 0 0 32px;
    padding: 24px 28px;
    background: #f8faf9;
    border: 1px solid #dfe7e3;
    border-radius: 20px;
}

.medical-article-content .article-main-toc .toc-title {
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(29, 80, 60, 0.55);
}

.medical-article-content .article-main-toc ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 24px;
    border-left: 2px solid #cf5b54;
}

.medical-article-content .article-main-toc li {
    margin: 0 0 12px;
}

.medical-article-content .article-main-toc li:last-child {
    margin-bottom: 0;
}

.medical-article-content .article-main-toc a {
    color: #1d503c;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}

.medical-article-content .article-main-toc a:hover,
.medical-article-content .article-main-toc a.active {
    color: #cf5b54;
    text-decoration: underline;
}

.medical-article-content .article-body {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.7;
}

.medical-article-content .article-body p {
    margin: 0 0 24px;
    color: #404944;
}

.medical-article-content .article-body h2,
.medical-article-content .article-sources h2,
.medical-article-content .related-articles-simple h2 {
    margin: 40px 0 16px;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1.15;
    font-weight: 800;
    color: #1d503c;
    letter-spacing: -0.03em;
}

.medical-article-content .article-body h3 {
    margin: 32px 0 12px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #2a6b52;
}

.medical-article-content .article-lead {
    margin: 0 0 32px;
    padding-left: 24px;
    border-left: 4px solid #cf5b54;
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    color: #22312d;
}

.medical-article-content .article-body ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0 0 0 24px;
}

.medical-article-content .article-body ul li {
    position: relative;
    margin: 0 0 12px;
    color: #404944;
}

.medical-article-content .article-body ul li::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cf5b54;
}

.medical-article-content .article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.medical-article-table-scroll {
    width: 100%;
    max-width: 100%;
}

.medical-article-content .article-body th,
.medical-article-content .article-body td {
    padding: 12px 14px;
    border: 1px solid #e2e8e4;
    vertical-align: top;
}

.medical-article-content .article-body th {
    background: #f3f7f4;
    color: #1d503c;
    font-weight: 800;
}

.medical-article-content .article-share-block {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.medical-article-content .article-share-block .share-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.medical-article-content .article-share-block .article-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.medical-article-content .article-share-block .article-btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d503c;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.medical-article-content .article-share-block .article-btn-icon:hover {
    background: rgba(29, 80, 60, 0.08);
}

.medical-article-content .article-callout {
    margin: 48px 0;
    padding: 32px;
    background: #1d503c;
    color: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.medical-article-content .article-callout-inner {
    position: relative;
    z-index: 1;
}

.medical-article-content .article-callout h4 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.medical-article-content .article-callout p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 620px;
}

.medical-article-content .article-callout form {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.medical-article-content .article-callout-input {
    flex: 1 1 250px;
    min-width: 250px;
    padding: 14px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 15px;
    outline: none;
}

.medical-article-content .article-callout-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.medical-article-content .article-callout-btn {
    padding: 14px 32px;
    border: 0;
    border-radius: 10px;
    background: #cf5b54;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.medical-article-content .article-callout-btn:hover {
    background: #b84740;
}

.medical-article-content .article-callout .wpforms-container {
    margin: 0;
}

.medical-article-content .article-callout .wpforms-field-container {
    display: contents;
}

.medical-article-content .article-callout .wpforms-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    column-gap: 16px;
    row-gap: 14px;
    align-items: start;
}

.medical-article-content .article-callout .wpforms-field {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.medical-article-content .article-callout .wpforms-field-text,
.medical-article-content .article-callout .wpforms-field-phone,
.medical-article-content .article-callout .wpforms-field-email {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.medical-article-content .article-callout div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
.medical-article-content .article-callout div.wpforms-container-full .wpforms-form .wpforms-field-medium {
    max-width: none !important;
    width: 100% !important;
}

.medical-article-content .article-callout .wpforms-submit-container {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    margin-top: 0 !important;
    align-self: center;
    justify-self: center;
    padding: 0 !important;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.medical-article-content .article-callout div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-self: center !important;
}

.medical-article-content .article-callout .wpforms-form input[type="text"],
.medical-article-content .article-callout .wpforms-form input[type="tel"],
.medical-article-content .article-callout .wpforms-form input[type="email"] {
    width: 100%;
    min-height: 56px;
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
}

.medical-article-content .article-callout .wpforms-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.medical-article-content .article-callout .wpforms-field-text[aria-hidden="true"],
.medical-article-content .article-callout .wpforms-field[style*="position: absolute"],
.medical-article-content .article-callout .wpforms-field[style*="visibility: hidden"] {
    display: none !important;
}

.medical-article-content .article-callout #wpforms-4996-field_3-container,
.medical-article-content .article-callout #wpforms-4996-field_4-container,
.medical-article-content .article-callout .wpforms-field[data-field-id="3"],
.medical-article-content .article-callout .wpforms-field[data-field-id="4"] {
    display: none !important;
}

.medical-article-content .article-callout .wpforms-field-checkbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.medical-article-content .article-callout .wpforms-field-checkbox li {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.medical-article-content .article-callout .wpforms-field-checkbox input[type="checkbox"] {
    margin-top: 4px;
    flex: 0 0 auto;
}

.medical-article-content .article-callout .wpforms-field-label-inline {
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    line-height: 1.5;
    display: block;
}

.medical-article-content .article-callout .wpforms-field-label-inline a {
    color: #ffffff;
    text-decoration: underline;
}

.medical-article-content .article-callout .wpforms-field-checkbox {
    grid-column: 1 / -1;
    grid-row: 2;
}

.medical-article-content .article-callout .wpforms-submit {
    width: 100%;
    min-width: 150px;
    height: 56px;
    padding: 14px 24px;
    border: 0 !important;
    border-radius: 12px !important;
    background: #cf5b54 !important;
    color: #fff !important;
    font-weight: 700 !important;
    cursor: pointer;
    box-shadow: none !important;
    white-space: nowrap;
    margin: 0 !important;
}

.medical-article-content .article-callout div.wpforms-container-full .wpforms-form .wpforms-submit {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.medical-article-content .article-sources {
    margin-top: 20px;
    padding: 32px;
    background: #f4f6f5;
    border-radius: 20px;
}

.medical-article-content .article-sources ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.medical-article-content .article-sources li {
    margin: 0 0 8px;
    color: #6f7f79;
    font-size: 13px;
}

.medical-article-content .article-sources li::before {
    display: none;
}

.medical-article-content .related-articles-simple {
    margin-top: 40px;
    padding: 32px;
    background: #f8fafa;
    border: 1px solid #e2e8e4;
    border-radius: 20px;
}

.medical-article-content .related-articles-simple ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.medical-article-content .related-articles-simple li {
    position: relative;
    margin: 0;
    padding-left: 16px;
    color: #1a1a1a;
}

.medical-article-content .related-articles-simple li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cf5b54;
}

.medical-article-content .related-articles-simple a {
    color: #1d503c;
    text-decoration: none;
}

.medical-article-content .related-articles-simple a:hover {
    color: #cf5b54;
}

.medical-article-content .faq-section {
    padding: 10px 0 40px;
    background: #fff;
}

.medical-article-content .faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.medical-article-content .faq-item {
    margin-bottom: 16px;
    background: #f8faf9;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid transparent;
}

.medical-article-content .faq-item.active {
    border-color: rgba(29, 80, 60, 0.1);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.medical-article-content .faq-header {
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.medical-article-content .faq-header h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #1a1a1a;
}

.medical-article-content .faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #1a1a1a;
}

.medical-article-content .faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.medical-article-content .faq-body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.medical-article-content .faq-content {
    padding: 0 32px 32px;
    font-size: 15px;
    line-height: 1.7;
    color: #6f7f79;
}

@media (min-width: 768px) {
    .medical-article-sticky-cta__messengers {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .medical-article-table-scroll {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 16px;
    }

    .medical-article-table-scroll table {
        width: max-content;
        min-width: 100%;
    }

    .medical-article-content .article-body th,
    .medical-article-content .article-body td {
        white-space: nowrap;
    }

    .medical-article-content .article-callout .wpforms-form {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        row-gap: 12px !important;
        column-gap: 0 !important;
        align-items: start !important;
    }

    .medical-article-content .article-callout .wpforms-field-text,
    .medical-article-content .article-callout .wpforms-field-phone,
    .medical-article-content .article-callout .wpforms-field-email {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    .medical-article-content .article-callout div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
    .medical-article-content .article-callout div.wpforms-container-full .wpforms-form .wpforms-field-medium {
        max-width: none !important;
        width: 100% !important;
    }

    .medical-article-content .article-callout .wpforms-submit-container {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: 100% !important;
        margin: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        align-self: center !important;
        justify-self: stretch !important;
    }

    .medical-article-content .article-callout .wpforms-submit {
        width: 100% !important;
        min-width: 0 !important;
        height: 54px !important;
        margin: 0 !important;
    }

    .medical-article-content .article-callout .wpforms-field-checkbox {
        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
    }
}
