html, body {
    font-size: 0.9rem !important;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.fixed-buttons {
    position: fixed;
    bottom: calc(1.2cm + 16px);
    right: 16px;
    z-index: 999;
    display: flex;
    gap: 8px;
}