
.nf-zone__stripe {
    height: 2rem;
    background-image: repeating-linear-gradient(45deg, currentColor 0px, currentColor 20px, transparent 20px, transparent 40px);
}

.nf-zone__badge--offset {
    bottom: -0.5rem;
}

.nf-zone__cta--scale:hover {
    transform: scale(1.05);
    transition: transform .2s ease;
}

