.ap-core-promotions {
    display: grid;
    gap: 14px;
}

.ap-core-promotions__title {
    font-size: 1.15rem;
    line-height: 1.3;
    margin: 0 0 2px;
}

.ap-core-promotion-inline {
    clear: both;
    margin: 12px 0;
}

.ap-core-promotion-card {
    background: #fff;
    border: 1px solid #dce3ed;
    border-left: 4px solid #efb432;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(23, 54, 94, .07);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

/* Keep the complete image at its natural ratio, in the feed or a sidebar. */
.ap-core-promotion-card__image {
    background: #eef5fc;
    display: block;
    min-width: 0;
    text-decoration: none;
}

.ap-core-promotion-card__image img {
    display: block;
    height: auto;
    max-height: none;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.ap-core-promotion-card__fallback {
    align-items: center;
    background: #eef5fc;
    color: #efb432;
    display: flex;
    font-size: 34px;
    justify-content: center;
    min-height: 80px;
    text-decoration: none;
}

.ap-core-promotion-card__body {
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 16px 20px;
}

.ap-core-promotion-card__label {
    color: #53657c;
    display: block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ap-core-promotion-card h3 {
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0 0 5px;
}

.ap-core-promotion-card h3 a {
    color: #173b6d;
    text-decoration: none;
}

.ap-core-promotion-card h3 a:hover {
    text-decoration: underline;
}

.ap-core-promotion-card__meta {
    color: #66778b;
    font-size: .78rem;
    margin: 0 0 8px;
}

.ap-core-promotion-card__description {
    color: #334155;
    font-size: .9rem;
    line-height: 1.5;
    margin: 0 0 10px;
}

.ap-core-promotion-card__button {
    color: #173f75;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
}

.ap-core-promotion-card__button:hover {
    text-decoration: underline;
}

@media (max-width: 781px) {
    .ap-core-promotion-inline {
        margin: 10px 0;
    }

    .ap-core-promotion-card__body {
        padding: 14px 16px;
    }
}
