.prc-promoted-section {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 28px;
    color: inherit;
    font: inherit;
}

.prc-promoted-section *,
.prc-promoted-section *::before,
.prc-promoted-section *::after {
    box-sizing: border-box;
}

.prc-promoted-section--box {
    padding: 16px 18px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 6px;
    background: rgba(0, 0, 0, .025);
}

.prc-promoted-section--plain {
    padding: 0;
    border: 0;
    background: transparent;
}

.prc-promoted-section__heading {
    margin: 0 0 8px;
    color: inherit;
    font: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.prc-promoted-section__text {
    font-size: .92rem;
    line-height: 1.6;
    opacity: .82;
}

.prc-promoted-section__text p {
    margin: 0 0 8px;
}

.prc-promoted-section__text p:last-child {
    margin-bottom: 0;
}

.prc-promoted-section__link-wrap {
    margin: 9px 0 0;
    font-size: .9rem;
}

.prc-promoted-section__link {
    color: inherit;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.prc-promoted-section__link:hover,
.prc-promoted-section__link:focus {
    color: inherit;
    opacity: .78;
}
