﻿h2{
    padding-left:0;
}

a{
    display: inline-block;
    height: auto;
    width: auto;
}

.btn-primary {
    height: var(--pill-h-mini);
    display: flex;
}

body {
    max-width: none;
}

.data-privacy-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bg-data-privacy{
    max-height: 100vh;
}

.data-privacy {
    max-height: 100vh;
    overflow: auto;
}

.data-privacy-content {
    background-color: var(--gray-bg);
    margin: var(--large-gap);
    padding: var(--large-gap);
    border-radius: var(--pill-h-mini);
}
