.ad-wrapper span.ad-tag {
    margin-bottom: 4px;
    width: 100%;
}

.mortgage-ad {
    border-radius: 16px;
    border: 1px solid #e6e9ef;
    background: #fff;
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    position: relative;
}

.mortgage-ad img {
    aspect-ratio: 1 / 1;
    height: 24px;
    width: 24px;
    flex-grow: 0;
    flex-shrink: 0;
}

.mortgage-ad img.external-link-icon {
    top: 12px;
    right: 12px;
    position: absolute;
}

.mortgage-ad .content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.mortgage-ad .content .title {
    color: #000;
    font-family: lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.mortgage-ad .content .text {
    color: #000;
    font-family: lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
