/* Kaiser Downloads Plugin – Supplementary Styles
   The main styles are in the child theme's style.css.
   This file provides plugin-specific overrides and additions.
*/

.kaiser-tm-wrap {
    font-family: 'Inter', sans-serif;
}

.kaiser-download-center {
    font-family: 'Inter', sans-serif;
}

/* Responsive table horizontal scroll hint on mobile */
@media (max-width: 600px) {
    .kaiser-tm-table-wrap::before {
        content: '← Scrollen →';
        display: block;
        text-align: center;
        font-size: 0.75rem;
        color: #999;
        margin-bottom: 8px;
    }
}
