.wp-block-saae-post-card.saae-post-card {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    max-width: 360px;
}

.saae-post-card__media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.saae-post-card__image {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.saae-post-card__image--placeholder {
    background: #e9ecef;
    width: 100%;
    height: 100%;
    min-height: 360px;
    aspect-ratio: 1 / 1;
}

.saae-post-card__term {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);

    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #006898;
}

.saae-post-card__content {
    display: block;
}

.saae-post-card__date {
    margin-bottom: 8px;

    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #BCBDBF;
}

.saae-post-card__title {
    margin: 0;

    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.09;
    letter-spacing: -0.05em;
    color: #6774FF;
}

.saae-post-card:hover .saae-post-card__title {
    text-decoration: underline;
}

/* Helper that needs to load on editor too */

.footer-bg {
    background-image: url('/app/uploads/2026/04/footer_bg-1.png');
    background-color: #00202fd6;
    background-blend-mode: overlay;

    background-size: cover;
    background-position: center;

    height: 662px;
}

@media (max-width: 768px) {
    .footer-bg {
        height: auto;!important;
    }
}