html,
body {
    margin: 0;
}

[hidden] {
    display: none !important;
}

body {
    background: #eaf6ff;
    font-family: "Nunito", Arial, sans-serif;
    min-height: 100vh;
}

html[lang="ka"] body {
    font-family: "Noto Sans Georgian", "Nunito", Arial, sans-serif;
}

.exercise-toolbar {
    align-items: center;
    background: linear-gradient(90deg, #31b6f3 0%, #6fd0fc 100%);
    border-bottom: 2px solid #c5dfff;
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    height: 65px;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1200px;
    padding: 8px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.exercise-content {
    background: #42bdea url('/assets/img/bg-luveng-pattern.jpg') repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: 520px auto;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    min-height: calc(100vh - 65px);
    min-height: calc(100svh - 65px);
}
