/* ==========================================================
   HEGAU24 — USEFUL
========================================================== */

.hegau-useful {
    padding: 3px 0;
}

.hegau-useful__item {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 10px;
    min-height: 55px;
    padding: 7px 18px;
    border-bottom: 1px solid #edf1f5;
    color: #172d47;
    text-decoration: none;
    transition: background .2s ease;
}

.hegau-useful__item:hover {
    background: #f8fbff;
}

.hegau-useful__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #f1f6fb;
    font-size: 15px;
}

.hegau-useful__item strong,
.hegau-useful__item small {
    display: block;
}

.hegau-useful__item strong {
    font-size: 12px;
    line-height: 1.3;
}

.hegau-useful__item small {
    margin-top: 2px;
    color: #8996a5;
    font-size: 10px;
}

.hegau-useful__item b {
    color: #1268c4;
    font-size: 14px;
}

.hegau-useful__all {
    display: block;
    margin: 12px 18px 14px;
    padding: 10px;
    border-radius: 9px;
    background: #f7f9fb;
    color: #1268c4;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.hegau-useful__all:hover {
    background: #edf5ff;
}
