:root[data-font-size="small"] {
    font-size: 14px;
}

:root[data-font-size="normal"] {
    font-size: 16px;
}

:root[data-font-size="large"] {
    font-size: 18px;
}

.app-boxed {
    max-width: 1200px;
}

.pdpa-scroll {
    max-height: 220px;
    overflow-y: auto;
}

.metric-card {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 0.75rem;
    background: var(--bs-body-bg);
    min-height: 96px;
}

.sticky-submit {
    position: sticky;
    bottom: 0;
    background: var(--bs-body-bg);
    padding-top: 0.75rem;
}

@media (max-width: 767.98px) {
    .sticky-submit {
        padding-bottom: 0.5rem;
        box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.08);
    }
}
