.horoscope-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem
}

.horoscope-grid button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    padding: 0;
    border: 0;
    background: transparent
}

.horoscope-grid span:first-child {
    font-size: 1.5rem
}

.horoscope-grid span:last-child {
    color: var(--color-text-muted);
    font-size: .5625rem;
    font-weight: 800
}
