.gate-drop-badge {
    color: white;
    background-color: #07583a;
    border-radius: 9999px;
    height: 195px;
    width: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    transform: rotate(-7deg); 

    p {
        margin: 0;
        font-size: var(--wp--preset--font-size--small);
        font-weight: 700;
        text-transform: uppercase;
    }

    .badge-date {
        font-size: var(--wp--preset--font-size--x-large);
        font-family: var(--wp--preset--font-family--barlow-condensed);
        line-height: 1;
    }

    .badge-event {
        margin-top: 8px;
    }
}