/* .shortcuts-container {
    width: 100%;
    padding: 120px 260px;
    background-color: var(--jkpodolog-color-ivory);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shortcuts-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
    flex-wrap: nowrap;
    gap: 80px;
    max-width: 1400px;
    width: 100%;
}

.shortcuts-header {
    max-height: 100%;
    height: 100%;
    flex: 0 1 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
}

.shortcuts-header h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}

.shortcuts-menu {
    width: 100%;
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 600;
    font-size: 2.25rem;
}

.shortcuts-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;

}

.shortcuts-menu a {
    text-decoration: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}

.shortcuts-menu a:visited,
.shortcuts-menu a:link {
    color: var(--jkpodolog-color-polar-night);
}

.shortcuts-menu li {
    padding: 25px;
    border-top: 1px solid var(--jkpodolog-color-sage);
}

.shortcuts-menu li:last-child {
    border-bottom: 1px solid var(--jkpodolog-color-sage);
}

.shortcuts-menu li:hover {
    background-color: var(--jkpodolog-color-sage);
}

@media (max-width: 1200px) {
    .shortcuts-container {
        padding: 40px 20px;
    }

    .shortcuts-menaau {
        max-width: 22px;
        max-width: 21, 44px;
    }

    .shortcuts-content {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        max-width: 600px;
    }

    .shortcuts-header h2 {
        font-size: 30px;
    }

    .shortcuts-menu a {
        font-size: 24px;
    }

    .shortcuts-menu li {
        padding: 20px;


    }

    .shortcuts-arrow {
        width: 22px;
        height: 22px;

    }
    .shortcuts-menu li:hover {
    background-color: #F4F0E8;

}
}
 */
