.pitch-status {
    position: relative;
    z-index: 2;
    max-width: 560px;
    padding: 28px;
    text-align: center;
    background: #07130ed9;
    border: 1px solid #ffffff33;
    border-radius: 16px;
}

.pitch-status > span {
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--lime);
    color: #07130e;
    font-size: 1.7rem;
}

.pitch-status h3 { margin-top: 14px; font-size: 1.5rem; }
.pitch-status p { margin-bottom: 0; color: #d1e4d7; }
