/* ==========================================================================
   Iguazu Noticias — More help
   Three tinted pointer cards closing the page above the footer.
   ========================================================================== */

.ig-more-help {
    padding-bottom: 88px;
}

.ig-pointer {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    border-radius: var(--radius-lg);
    padding: 26px 28px;
}

.ig-pointer--tint    { background: var(--surface-tint); }
.ig-pointer--green   { background: var(--surface-tint-green); }
.ig-pointer--magenta { background: var(--magenta-100); }

.ig-pointer__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ig-pointer__title {
    font-family: var(--font-display);
    font-size: var(--text-lg);
}

.ig-pointer__text {
    font-size: 14px;
    color: var(--text-muted);
}

.ig-pointer .ig-link-arrow {
    margin-top: 4px;
    align-self: flex-start;
}

@media (max-width: 960px) {
    .ig-more-help {
        padding-bottom: 56px;
    }
}
