.pub-teaser-complex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin-bottom: 30px;
    margin-top: 24px;
}

.pub-teaser-complex>.pub-text {
    grid-column: 1/-1;
    text-align: left;
    font-size: clamp(2px, 2.75cqi, 16px);
}

.pub-teaser-complex-img {
    width: 100%;
    /* border-radius: 20px; */
}

.pub-teaser-complex-caption {
    font-family: var(--sans);
    color: var(--ink-muted);
    text-align: right;
    font-size: 14px;
    font-size: clamp(2px, 1.75cqi, 14px);
    padding-left: 2px;
}

.pub-teaser-complex-caption a {
    color: var(--accent-soft);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s, color 0.15s;
    /* text-decoration: none; */
}

.pub-teaser-complex-caption a:hover {
    border-bottom-color: currentColor;
}