﻿.modal {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    max-height: 100dvh;
    width: min(100dvw, 748px);
}

.modal__header {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    justify-content: space-between;
    padding: 1rem;
}

.k4-link-close {
    text-decoration: none;
}

.modal__body {
    flex-grow: 1;
    flex-shrink: 1;
    overflow-y: scroll;
    padding-inline: 2rem;
}

.modal__actions {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 1rem;
}