﻿.box {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    background-color: whitesmoke;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.box-number {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.uk-padding-xsmall {
}

.box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

    .box-head h4, .box-head p {
        margin-bottom: 0;
    }

.box-number-5 {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    text-align: center;
    font-size: 22px;
}

@media (max-width: 480px) {
    .box-number-5 {
        font-size: 16px;
    }
}

hr {
    margin: 5px;
}

.link-item {
    padding: 5px 10px;
    background-color: #ddd;
    border-radius: 8px;
}

a {
    text-decoration: none;
    color: #343a40;
}

.link-item:hover, .link-item:active {
    background-color: salmon;
}

.row {
    margin-bottom: 10px;
}
