.timer-parent-intro {
    margin-bottom: 2rem;
}

.timer-choice-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    margin: 1.5rem 0 1rem;
}

.timer-choice-grid > li {
    min-width: 0;
}

.timer-choice-link {
    display: flex;
    min-height: 7rem;
    padding: 1rem 0.75rem;
    border: 1px solid #b8c8cf;
    border-radius: 4px;
    background: #fff;
    color: #185c73;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

.timer-choice-link:hover,
.timer-choice-link:focus {
    border-color: #147a70;
    background: #f1faf8;
    color: #0d554e;
    text-decoration: none;
}

.timer-choice-link:focus-visible {
    outline: 3px solid #f2b134;
    outline-offset: 2px;
}

.timer-choice-time {
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.2;
}

.timer-choice-use {
    margin-top: 0.55rem;
    color: #4a5960;
    font-size: 0.88rem;
    line-height: 1.5;
}

.timer-parent-note,
.timer-parent-about {
    overflow-wrap: anywhere;
}

.timer-parent-ad {
    margin: 1.5rem 0;
}

.timer-parent-about {
    margin: 2rem 0;
}

.timer-parent-lower-nav {
    display: flex;
    margin: 1.5rem 0;
    gap: 0.65rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.timer-parent-comments {
    margin-top: 1.5rem;
}

@media print, screen and (max-width: 39.9375em) {
    .timer-choice-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .timer-choice-link {
        min-height: 3.75rem;
        padding: 0.75rem 1rem;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .timer-choice-time {
        width: 4.5rem;
        flex: 0 0 4.5rem;
        font-size: 1.25rem;
    }

    .timer-choice-use {
        min-width: 0;
        margin-top: 0;
        overflow-wrap: anywhere;
    }

    .timer-parent-lower-nav {
        justify-content: center;
    }
}
