.privacy-title {
    flex-grow: 1;
    text-align: center;
    color: var(--primary-color);
    padding-right: 20px;
}

.privacy-back {
    display: flex;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
}

.privacy-content {
    padding-left:20px;
    flex-grow: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.privacy-footer {
    text-align: center;
    color: #aaa;
    padding-bottom: 10px;
    cursor: pointer;
}

.privacy-content .privacy-loading-error {
    color: red;
    font-size: 16px;
    font-style: italic;
}

.privacy-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.privacy-spacer {
    border-bottom: solid 1px #ddd;
    margin: 0 20px;
    line-height: 0px;
}

.policy-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.layout-landscape.mode-web .policy-body {
    min-height: calc(100vh - 4px);
    margin-top: 0px;
}

body.layout-portrait .policy-body {
    margin-top: -48px;
}

body.layout-landscape.mode-web .privacy-header {
    margin-top: 0px;
}

.policy-fixed-header {
    position: fixed;
    background-color: rgb(250, 250, 250);
    width: 100%;
    margin-top: -4px;
    padding-top: 4px;
}

.policy-scrolling-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

body.layout-landscape.mode-web .policy-fixed-header {
    background-color: rgb(255, 255, 255);
}