/*
Theme Name: Kunka Hair
Theme URI: https://kunka-hair.pl/
Author: Żaneta Kunka Hair
Author URI: https://kunka-hair.pl/
Description: Dedykowany motyw WordPress dla Żaneta Kunka Hair — usługi fryzur ślubnych i okolicznościowych oraz szkolenia w Słubicach.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: kunka-hair
Domain Path: /languages
Update URI: false
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* WordPress integration. The visual system lives in css/tokens.css and css/styles.css. */
.admin-bar .site-header {
  top: 32px;
}

.kunka-wp-page {
  min-height: 70vh;
  padding: clamp(8rem, 14vw, 12rem) 0 clamp(5rem, 9vw, 8rem);
}

.kunka-wp-page__content {
  max-width: 52rem;
}

.kunka-wp-page__content > * + * {
  margin-top: 1.25rem;
}

.kunka-wp-page__content a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  html:has(#wpadminbar) {
    scroll-padding-top: 46px;
  }
}
