/*
Theme Name: Kaufland Sellers Core
Theme URI: https://www.kauflandsellers.com/
Author: Kaufland Sellers
Author URI: https://www.kauflandsellers.com/
Description: Ultra lightweight blank/full-width theme for Kaufland Sellers. Clean base version; custom pages should be loaded through Code Snippets.
Version: 1.6.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kaufland-sellers-core
Tags: custom-background, custom-logo, full-width-template, one-column, e-commerce
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #ffffff;
    color: #10172f;
    font-family: Inter, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img,
svg,
video,
canvas {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

.ks-theme-content {
    width: 100%;
    min-height: 100vh;
}

.ks-theme-article {
    width: 100%;
}

.ks-theme-article > *:first-child {
    margin-top: 0;
}

.ks-theme-empty {
    width: min(980px, calc(100% - 32px));
    margin: 80px auto;
    padding: 30px;
    border: 1px solid rgba(16, 23, 47, .10);
    border-radius: 24px;
    background: #fff;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
