.agx-card__media {
    position: relative;
}

.agx-card__badges {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 3;
    pointer-events: none;
}

.agx-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fff;
    white-space: nowrap;
    border: 1px solid transparent;
}

.agx-card__badge--featured {
    background: #111111;
    border-color: #111111;
}

.agx-card__badge--new {
    background: #e11d48;
    border-color: #e11d48;
}

