/*
Theme Name: LoLa Hybrid
Theme URI: https://www.lola-pc.com/
Author: Theo Technologies
Description: Conversion-focused Gutenberg theme for LoLa Remote Desktop.
Version: 0.1.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: lola-hybrid
*/

.admin-bar .site-header { top: 48px; }
.wp-site-content { min-height: 70vh; }
.wp-content-shell {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 100px;
}
.wp-content-shell h1 {
  font-size: clamp(48px, 7vw, 96px);
  line-height: .95;
}
.wp-content-shell :where(p, li) {
  color: #aab3c2;
  line-height: 1.75;
}
.wp-content-shell a:not(.button) {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wp-content-shell img { border-radius: 18px; }
.wp-content-shell .wp-block-post-title a { color: inherit; text-decoration: none; }
.wp-content-shell .wp-block-post-template { display: grid; gap: 32px; padding: 0; list-style: none; }
.wp-content-shell .wp-block-post { padding-bottom: 32px; border-bottom: 1px solid var(--line); }

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