.hpd-ad {
    border: 1px solid #d9dfe7;
    background: #fff;
    margin: 20px 0;
    padding: 12px;
    border-radius: 4px;
    overflow: hidden;
}

.hpd-ad-label {
    display: block;
    margin-bottom: 8px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hpd-ad a {
    display: grid;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.hpd-ad img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.hpd-ad-copy {
    display: grid;
    gap: 4px;
}

.hpd-ad-copy strong {
    font-size: 15px;
    line-height: 1.25;
}

.hpd-ad-copy small {
    color: #4f5b6b;
    font-size: 13px;
    line-height: 1.35;
}
