.cta-hrs-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cta-hrs-item {
    align-items: center;
}

.cta-hrs-icn {
    flex-shrink: 0;
}

.cta-hrs-lbl {
    font-size: 0.85rem;
    font-family: var(--fnt-t);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--dk);
}

.cta-hrs-val {
    font-size: 1.25rem;
    font-family: var(--fnt-t);
    font-weight: 700;
    color: var(--accent);
    text-decoration: none;

    &:hover {
        color: var(--primary);
    }
}

/* Hours box */

.cta-hrs-ttl {
    font-size: 1.33rem;
    font-weight: 700;
}

.cta-hrs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cta-hrs-day {
    font-size: 0.85rem;
    font-family: var(--fnt-t);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}