/*
Theme Name: PremierTech
Theme URI: https://dekaepta.it/
Author: DekaEpta
Author URI: https://dekaepta.it/
Description: Tema ufficiale PremierTech, ottimizzato per Elementor e WooCommerce in modalità catalogo.
Version: 0.1.0-alpha.2
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
License: GPL-2.0-or-later
Text Domain: premiertech
*/

:root {
  --pt-blue: #0073b7;
  --pt-blue-dark: #002f5f;
  --pt-navy: #001f3f;
  --pt-yellow: #ffdf00;
  --pt-ink: #071b31;
  --pt-muted: #66788a;
  --pt-surface: #f4f7fa;
  --pt-white: #ffffff;
  --pt-container: 1240px;
  --pt-radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--pt-ink); background: var(--pt-white); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { max-width: 100%; height: auto; }
a { color: var(--pt-blue); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.screen-reader-text:focus { z-index: 100000; top: 12px; left: 12px; width: auto; height: auto; padding: 12px; clip: auto; background: #fff; }
.pt-container { width: min(calc(100% - 40px), var(--pt-container)); margin-inline: auto; }
.pt-site-main { min-height: 55vh; }
.pt-content { padding-block: 72px; }
.pt-content > *:first-child { margin-top: 0; }
.pt-content > *:last-child { margin-bottom: 0; }

@media (max-width: 767px) {
  .pt-container { width: min(calc(100% - 32px), var(--pt-container)); }
  .pt-content { padding-block: 48px; }
}
