/* ==========================================================================\
   Vistina — Sponsored Story Template
   Template: single-sponsored.php
   ========================================================================== */

/* ==========================================================================
   SF Pro Display
   Only weights used by Sponsored Story
   ========================================================================== */

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-RegularItalic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* ==========================================================================
   Typography
   ========================================================================== */

:root {

    --sf-font:
        "SF Pro Display",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

}

.sponsored-story {

    font-family: var(--sf-font);

}

.sponsored-story input,
.sponsored-story textarea,
.sponsored-story button,
.sponsored-story select {

    font-family: inherit;

}

.single .sponsored-story .sponsored-article__content,
.single .sponsored-story .sponsored-article__content p,
.single .sponsored-story .sponsored-article__content li,
.single .sponsored-story .sponsored-article__content blockquote {
    font-family: var(--sf-font);
}

.single .sponsored-story .sponsored-article__content h2,
.single .sponsored-story .sponsored-article__content h3,
.single .sponsored-story .sponsored-article__content h4 {
    font-family: var(--sf-font);
}


/* ==========================================================================
   Font hierarchy
   ========================================================================== */

.sponsored-article__eyebrow {

    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;

}

.sponsored-article__headline {

    font-weight: 500;

}

.sponsored-article__title {

    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.08;

}

.sponsored-article__lead {

    font-weight: 400;
    line-height: 1.55;

}

.sponsored-article__meta {

    font-weight: 500;

}

.sponsored-article__content {

    font-weight: 400;
    line-height: 1.75;

}

.sponsored-article__content h2 {

    font-weight: 700;
    letter-spacing: -.015em;

}

.sponsored-article__content h3 {

    font-weight: 600;

}

.sponsored-video-block__title {

    font-weight: 700;
    letter-spacing: -.015em;

}

.sponsored-video-block__caption {

    font-weight: 400;

}

.sponsored-cta__title {

    font-weight: 700;
    letter-spacing: -.02em;

}

.sponsored-cta__text {

    font-weight: 400;

}

.sponsored-cta__button {

    font-weight: 600;

}

.sponsored-article__hero-caption {

    font-weight: 400;
    font-size: .875rem;

}

/* --------------------------------------------------------------------------
   1. Base / layout
   -------------------------------------------------------------------------- */

.sponsored-story {
    --sponsored-accent: #111111;
    --sponsored-text: #171717;
    --sponsored-muted: #6f6f6f;
    --sponsored-border: #e8e8e8;
    --sponsored-surface: #f6f6f4;
    --sponsored-radius: 18px;
    --sponsored-radius-lg: 24px;
    --sponsored-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);

    overflow: clip;
    background: #fff;
    color: var(--sponsored-text);
}

.sponsored-story .sponsored-article {
    width: 100%;
}

/* Keep Bootstrap containers fluid enough for the wide editorial treatment. */
.sponsored-story .sponsored-hero-wrap,
.sponsored-story .sponsored-video-wrap,
.sponsored-story .sponsored-cta-wrap {
    position: relative;
}

/* --------------------------------------------------------------------------
   2. Article header
   -------------------------------------------------------------------------- */

.sponsored-story .sponsored-article__header {
    margin: 0 0 34px;
    padding: 0;
}

.sponsored-story .sponsored-article__headline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin: 0 0 18px;
}

.sponsored-story .sponsored-article__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    border: 1px solid color-mix(in srgb, var(--sponsored-accent) 34%, transparent);
    border-radius: 999px;
    color: var(--sponsored-accent);
    background: color-mix(in srgb, var(--sponsored-accent) 7%, white);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.sponsored-story .sponsored-article__subtitle {
    display: inline-block;
    margin: 0;
    color: var(--sponsored-muted);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}

.sponsored-story .sponsored-article__title {
    max-width: 1050px;
    margin: 0;
    color: #111;
    font-size: clamp(36px, 5.1vw, 70px);
    line-height: .99;
    letter-spacing: -.035em;
    font-weight: 700;
    text-wrap: balance;
}

.sponsored-story .sponsored-article__lead {
    max-width: 900px;
    margin: 24px 0 0;
    color: #454545;
    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.45;
    font-weight: 400;
}

.sponsored-story .sponsored-article__lead p {
    margin: 0;
}

.sponsored-story .sponsored-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px 24px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid var(--sponsored-border);
    color: var(--sponsored-muted);
    font-size: 13px;
}

.sponsored-story .sponsored-article__author {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sponsored-story .sponsored-article__author-photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.sponsored-story .sponsored-article__author-name {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.sponsored-story .sponsored-article__author-name:hover,
.sponsored-story .sponsored-article__author-name:focus-visible {
    color: var(--sponsored-accent);
}

.sponsored-story .sponsored-article__date,
.sponsored-story .sponsored-article__share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
}

.sponsored-story .sponsored-article__duration {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.sponsored-story .sponsored-article__share {
    font-weight: 600;
}

.sponsored-story .sponsored-article__share-link {
    position: relative;
    color: #222;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
}

.sponsored-story .sponsored-article__share-link:hover,
.sponsored-story .sponsored-article__share-link:focus-visible {
    color: var(--sponsored-accent);
}

/* --------------------------------------------------------------------------
   3. Hero image
   -------------------------------------------------------------------------- */

.sponsored-story .sponsored-hero-wrap {
    margin-top: 4px;
    margin-bottom: 52px;
}

.sponsored-story .sponsored-article__hero {
    margin: 0;
}

.sponsored-story .sponsored-article__hero-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 760px;
    object-fit: cover;
    border-radius: var(--sponsored-radius-lg);
    box-shadow: var(--sponsored-shadow);
}

.sponsored-story .sponsored-article__hero-caption {
    max-width: 1000px;
    margin: 10px 4px 0;
    color: #777;
    font-size: 12px;
    line-height: 1.45;
}

/* --------------------------------------------------------------------------
   4. Editorial article content
   -------------------------------------------------------------------------- */

.sponsored-story .sponsored-article__content {
    color: var(--sponsored-text);
    font-size: 20px;
    line-height: 1.74;
    font-weight: 400;
}

.sponsored-story .sponsored-article__content > *:first-child {
    margin-top: 0;
}

.sponsored-story .sponsored-article__content > *:last-child {
    margin-bottom: 0;
}

.sponsored-story .sponsored-article__content p {
    margin: 0 0 1.45em;
}

.sponsored-story .sponsored-article__content > h2,
.sponsored-story .sponsored-article__content > h3,
.sponsored-story .sponsored-article__content > h4 {
    color: #111;
    font-weight: 700;
    letter-spacing: -.02em;
    text-wrap: balance;
}

.sponsored-story .sponsored-article__content > h2 {
    margin: 2em 0 .7em;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.12;
}

.sponsored-story .sponsored-article__content > h3 {
    margin: 1.8em 0 .65em;
    font-size: clamp(23px, 2.2vw, 31px);
    line-height: 1.2;
}

.sponsored-story .sponsored-article__content > h4 {
    margin: 1.6em 0 .6em;
    font-size: 22px;
    line-height: 1.25;
}

.sponsored-story .sponsored-article__content strong {
    font-weight: 700;
}

.sponsored-story .sponsored-article__content a {
    color: var(--sponsored-accent);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.sponsored-story .sponsored-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.sponsored-story .sponsored-article__content figure {
    margin-top: 2.2em;
    margin-bottom: 2.2em;
}

.sponsored-story .sponsored-article__content figcaption,
.sponsored-story .sponsored-article__content .wp-caption-text {
    margin-top: 8px;
    color: #777;
    font-size: 12px;
    line-height: 1.45;
}

.single .sponsored-story .sponsored-article__content blockquote {
    margin: 2.5rem 0;
    padding: 1.75rem 2rem;
    background: #f8f8f8;
    border: 0;
    border-left: 5px solid var(--sponsored-accent);
    border-radius: 12px;
    color: #1d1d1f;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    box-shadow: none;
}

.single .sponsored-story .sponsored-article__content blockquote::before,
.single .sponsored-story .sponsored-article__content blockquote::after {
    content: none;
}

.sponsored-story .sponsored-article__content blockquote p:last-child {
    margin-bottom: 0;
}

.sponsored-story .sponsored-article__content ul,
.sponsored-story .sponsored-article__content ol {
    margin: 0 0 1.5em;
    padding-left: 1.25em;
}

.sponsored-story .sponsored-article__content li {
    margin-bottom: .45em;
}

.sponsored-story .sponsored-article__content hr {
    margin: 48px 0;
    border: 0;
    border-top: 1px solid var(--sponsored-border);
    opacity: 1;
}

/* WordPress alignments */
.sponsored-story .sponsored-article__content .alignwide {
    width: min(1040px, calc(100vw - 48px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

.sponsored-story .sponsored-article__content .alignfull {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

/* --------------------------------------------------------------------------
   5. Premium video block
   -------------------------------------------------------------------------- */

.sponsored-story .sponsored-video-wrap {
    margin-top: 64px;
    margin-bottom: 64px;
}

.sponsored-story .sponsored-video-block {
    max-width: 1120px;
    margin: 0 auto;
    padding: 28px;
    border: 1px solid #e7e7e7;
    border-radius: var(--sponsored-radius-lg);
    background: #111;
    box-shadow: var(--sponsored-shadow);
}

.sponsored-story .sponsored-video-block__title {
    max-width: 850px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.02em;
}

.sponsored-story .sponsored-video-block__media {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 14px;
    background: #000;
}

.sponsored-story .sponsored-video-block__media video {
    display: block;
    width: 100%;
    max-height: 720px;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #000;
}

.sponsored-story .sponsored-video-block__media--embed iframe,
.sponsored-story .sponsored-video-block__media--embed video {
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.sponsored-story .sponsored-video-block__caption {
    margin-top: 13px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.5;
}

/* --------------------------------------------------------------------------
   6. CTA / brand block
   -------------------------------------------------------------------------- */

.sponsored-story .sponsored-cta-wrap {
    margin-top: 72px;
    margin-bottom: 24px;
}

.sponsored-story .sponsored-cta {
    position: relative;
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: var(--sponsored-shadow);
}

.sponsored-story .sponsored-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    padding: clamp(42px, 6vw, 82px) clamp(26px, 6vw, 76px);
    text-align: center;
}

.sponsored-story .sponsored-brand-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.sponsored-story .sponsored-brand-logo__image {
    display: block;
    width: auto;
    max-width: min(240px, 70vw);
    max-height: 120px;
    object-fit: contain;
}

.sponsored-story .sponsored-cta__title {
    margin: 0;
    font-size: clamp(30px, 4.2vw, 48px);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.sponsored-story .sponsored-cta__text {
    max-width: 680px;
    margin: 18px auto 0;
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 1.55;
}

.sponsored-story .sponsored-cta__text p:last-child {
    margin-bottom: 0;
}

.sponsored-story .sponsored-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.sponsored-story .sponsored-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.sponsored-story .sponsored-cta__button:hover,
.sponsored-story .sponsored-cta__button:focus-visible {
    transform: translateY(-2px);
}

/* Light */
.sponsored-story .sponsored-cta--light {
    border: 1px solid var(--sponsored-border);
    background: #f7f7f5;
    color: #151515;
}

.sponsored-story .sponsored-cta--light .sponsored-cta__button--primary {
    background: var(--sponsored-accent);
    color: #fff;
}

.sponsored-story .sponsored-cta--light .sponsored-cta__button--secondary {
    border-color: #1b1b1b;
    color: #1b1b1b;
    background: transparent;
}

/* Dark */
.sponsored-story .sponsored-cta--dark {
    background: #121212;
    color: #fff;
}

.sponsored-story .sponsored-cta--dark .sponsored-cta__text {
    color: rgba(255, 255, 255, .76);
}

.sponsored-story .sponsored-cta--dark .sponsored-cta__button--primary {
    background: #fff;
    color: #111;
}

.sponsored-story .sponsored-cta--dark .sponsored-cta__button--secondary {
    border-color: rgba(255, 255, 255, .68);
    color: #fff;
    background: transparent;
}

/* Brand */
.sponsored-story .sponsored-cta--brand {
    background: var(--sponsored-accent);
    color: #fff;
}

.sponsored-story .sponsored-cta--brand .sponsored-cta__text {
    color: rgba(255, 255, 255, .82);
}

.sponsored-story .sponsored-cta--brand .sponsored-cta__button--primary {
    background: #fff;
    color: var(--sponsored-accent);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .14);
}

.sponsored-story .sponsored-cta--brand .sponsored-cta__button--secondary {
    border-color: rgba(255, 255, 255, .72);
    color: #fff;
    background: transparent;
}

/* Image background */
.sponsored-story .sponsored-cta--image {
    min-height: 420px;
    color: #fff;
    background-color: #1a1a1a;
}

.sponsored-story .sponsored-cta--image .sponsored-cta__text {
    color: rgba(255, 255, 255, .82);
}

.sponsored-story .sponsored-cta--image .sponsored-cta__button--primary {
    background: #fff;
    color: #111;
}

.sponsored-story .sponsored-cta--image .sponsored-cta__button--secondary {
    border-color: rgba(255, 255, 255, .75);
    color: #fff;
    background: rgba(0, 0, 0, .14);
    backdrop-filter: blur(4px);
}

/* Generic button hover */
.sponsored-story .sponsored-cta__button--primary:hover,
.sponsored-story .sponsored-cta__button--primary:focus-visible {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
}

.sponsored-story .sponsored-cta__button--secondary:hover,
.sponsored-story .sponsored-cta__button--secondary:focus-visible {
    background: rgba(127, 127, 127, .10);
}

/* --------------------------------------------------------------------------
   7. Accessibility / focus
   -------------------------------------------------------------------------- */

.sponsored-story a:focus-visible,
.sponsored-story button:focus-visible,
.sponsored-story video:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--sponsored-accent) 70%, white);
    outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   8. Tablet
   -------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
    .sponsored-story .sponsored-article__header {
        margin-bottom: 28px;
    }

    .sponsored-story .sponsored-article__title {
        line-height: 1.03;
    }

    .sponsored-story .sponsored-hero-wrap {
        margin-bottom: 42px;
    }

    .sponsored-story .sponsored-article__hero-image {
        border-radius: 18px;
    }

    .sponsored-story .sponsored-article__content {
        font-size: 19px;
        line-height: 1.7;
    }

    .sponsored-story .sponsored-video-wrap {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .sponsored-story .sponsored-video-block {
        padding: 22px;
        border-radius: 20px;
    }

    .sponsored-story .sponsored-cta-wrap {
        margin-top: 58px;
    }
}

/* --------------------------------------------------------------------------
   9. Mobile
   -------------------------------------------------------------------------- */

@media (max-width: 767.98px) {
    .sponsored-story {
        --sponsored-radius-lg: 16px;
    }

    .sponsored-story .sponsored-article__headline {
        gap: 8px 10px;
        margin-bottom: 14px;
    }

    .sponsored-story .sponsored-article__eyebrow {
        min-height: 27px;
        padding: 5px 9px;
        font-size: 10px;
    }

    .sponsored-story .sponsored-article__subtitle {
        width: 100%;
        font-size: 13px;
    }

    .sponsored-story .sponsored-article__title {
        font-size: clamp(34px, 10vw, 48px);
        line-height: 1.02;
        letter-spacing: -.03em;
    }

    .sponsored-story .sponsored-article__lead {
        margin-top: 18px;
        font-size: 18px;
        line-height: 1.5;
    }

    .sponsored-story .sponsored-article__meta {
        align-items: flex-start;
        margin-top: 20px;
        padding-top: 14px;
        font-size: 12px;
    }

    .sponsored-story .sponsored-article__date,
    .sponsored-story .sponsored-article__share {
        width: 100%;
    }

    .sponsored-story .sponsored-article__share {
        gap: 7px 12px;
    }

    .sponsored-story .sponsored-hero-wrap {
        margin-top: 0;
        margin-bottom: 34px;
    }

    .sponsored-story .sponsored-article__hero-image {
        max-height: none;
        border-radius: 14px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    }

    .sponsored-story .sponsored-article__hero-caption {
        margin: 8px 2px 0;
        font-size: 11px;
    }

    .sponsored-story .sponsored-article__content {
        font-size: 18px;
        line-height: 1.68;
    }

    .sponsored-story .sponsored-article__content p {
        margin-bottom: 1.3em;
    }

    .sponsored-story .sponsored-article__content > h2 {
        margin-top: 1.7em;
    }

    .sponsored-story .sponsored-article__content blockquote {
        margin: 1.8em 0;
        padding-left: 20px;
        font-size: 23px;
    }

    .sponsored-story .sponsored-article__content .alignwide,
    .sponsored-story .sponsored-article__content .alignfull {
        width: calc(100vw - 24px);
    }

    .sponsored-story .sponsored-video-wrap {
        margin-top: 42px;
        margin-bottom: 42px;
    }

    .sponsored-story .sponsored-video-block {
        margin-left: 0;
        margin-right: 0;
        padding: 14px;
        border-radius: 16px;
    }

    .sponsored-story .sponsored-video-block__title {
        margin-bottom: 14px;
        font-size: 24px;
    }

    .sponsored-story .sponsored-video-block__media {
        border-radius: 10px;
    }

    .sponsored-story .sponsored-video-block__caption {
        margin-top: 10px;
        font-size: 12px;
    }

    .sponsored-story .sponsored-cta-wrap {
        margin-top: 46px;
    }

    .sponsored-story .sponsored-cta {
        border-radius: 18px;
    }

    .sponsored-story .sponsored-cta__inner {
        padding: 38px 22px;
    }

    .sponsored-story .sponsored-brand-logo {
        margin-bottom: 20px;
    }

    .sponsored-story .sponsored-brand-logo__image {
        max-width: 190px;
        max-height: 74px;
    }

    .sponsored-story .sponsored-cta__title {
        font-size: 31px;
    }

    .sponsored-story .sponsored-cta__text {
        margin-top: 14px;
        font-size: 17px;
    }

    .sponsored-story .sponsored-cta__buttons {
        flex-direction: column;
        gap: 10px;
        margin-top: 24px;
    }

    .sponsored-story .sponsored-cta__button {
        width: 100%;
        min-height: 50px;
    }
}

/* --------------------------------------------------------------------------
   10. Small mobile
   -------------------------------------------------------------------------- */

@media (max-width: 479.98px) {
    .sponsored-story .sponsored-article__title {
        font-size: 34px;
    }

    .sponsored-story .sponsored-article__lead {
        font-size: 17px;
    }

    .sponsored-story .sponsored-article__content {
        font-size: 17px;
        line-height: 1.66;
    }

    .sponsored-story .sponsored-video-block {
        padding: 10px;
    }

    .sponsored-story .sponsored-cta__inner {
        padding: 32px 18px;
    }
}

/* --------------------------------------------------------------------------
   11. Reduced motion
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
    .sponsored-story *,
    .sponsored-story *::before,
    .sponsored-story *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.sponsored-component--wide {

    width: min(1120px, calc(100vw - 48px));

    max-width: none;

    margin-left: 50%;

    transform: translateX(-50%);

}

@media (max-width: 767.98px) {

    .sponsored-component--wide {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        transform: none;
    }

}

@media (max-width: 767.98px) {

    .sponsored-story .container {
        width: auto;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .sponsored-story .row {
        margin-left: 0;
        margin-right: 0;
    }

    .sponsored-story .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

}