.elementor-widget-vagilax-rehab-feature .nutrition {
    position: relative;
    padding: 80px 0;
    background: var(--vagilax-pale-pink);
}

.elementor-widget-vagilax-rehab-feature .nutrition__inner {
    position: relative;
}

.elementor-widget-vagilax-rehab-feature .nutrition__data {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

.elementor-widget-vagilax-rehab-feature .nutrition__title {
    font-size: clamp(28px, 3.5vw, 40px);
}

.elementor-widget-vagilax-rehab-feature .nutrition__text {
    line-height: 1.8;
}

.elementor-widget-vagilax-rehab-feature .nutrition__quote-card {
    --vagilax-rehab-quote-background: var(--vagilax-heading);
    position: relative;
    z-index: 3;
    max-width: 400px;
    margin-top: 32px;
    padding: 24px 32px;
    border-radius: 12px;
    color: #FFF;
    background: var(--vagilax-rehab-quote-background);
    box-shadow: var(--shadow-card);
}

.elementor-widget-vagilax-rehab-feature .nutrition__quote-card::after {
    content: "";
    position: absolute;
    inset-block-end: -12px;
    inset-inline-start: 40px;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: var(--vagilax-rehab-quote-tail, var(--vagilax-rehab-quote-background)) transparent transparent;
}

.elementor-widget-vagilax-rehab-feature .nutrition__quote-card p {
    font: italic 15px/1.8 Georgia, serif;
}

.elementor-widget-vagilax-rehab-feature .nutrition__visual {
    display: flex;
    justify-content: center;
}

.elementor-widget-vagilax-rehab-feature .nutrition__visual img {
    width: auto;
    max-height: 480px;
    border-radius: 12px;
}

.elementor-widget-vagilax-rehab-feature .nutrition__quote-author-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.elementor-widget-vagilax-rehab-feature .nutrition__quote-meta {
    display: flex;
    flex-direction: column;
}

.elementor-widget-vagilax-rehab-feature .nutrition__quote-meta strong {
    color: #FFF;
    font-size: 13px;
}

.elementor-widget-vagilax-rehab-feature .nutrition__quote-meta span {
    color: var(--color-off-white);
    font-size: 11px;
}

.elementor-widget-vagilax-rehab-feature .nutrition__quote-arrows {
    display: flex;
    gap: 8px;
}

.elementor-widget-vagilax-rehab-feature .nutrition__quote-arrows .vagilax-carousel__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    color: inherit;
    background: transparent;
    transition: background-color var(--transition-base);
}

.elementor-widget-vagilax-rehab-feature .nutrition__quote-arrows .vagilax-carousel__button:hover {
    background: rgba(255, 255, 255, .1);
}

.elementor-widget-vagilax-rehab-feature .nutrition__quote-arrows {
    margin-top: 16px;
}

.elementor-widget-vagilax-rehab-feature .nutrition__pagination {
    position: static;
    margin-block-start: 8px;
    color: #FFF;
}

.elementor-widget-vagilax-rehab-feature .nutrition__dots--top-right {
    position: absolute;
    inset-block-start: 40px;
    inset-inline-end: 40px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.elementor-widget-vagilax-rehab-feature .nutrition__dots--top-right .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-shade1);
}

.elementor-widget-vagilax-rehab-feature .nutrition__dots--bottom-left {
    position: absolute;
    inset-block-end: 40px;
    inset-inline-start: 40px;
    z-index: 1;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(var(--color-shade1) 2px, transparent 2px);
    background-size: 14px 14px;
}

@media (max-width: 991px) {
    .elementor-widget-vagilax-rehab-feature .nutrition__data {
        grid-template-columns: 1fr;
    }

    .elementor-widget-vagilax-rehab-feature .nutrition__pagination { margin-top: 16px; }
}
