/*
Theme Name: PN Paper
Theme URI: https://prettynormal.de
Author: Pretty Normal
Author URI: https://prettynormal.de
Description: PN Paper — schlankes Theme für die Peopleagentur Pretty Normal, Hannover.
Version: 1.5.71.387
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: pretty-normal
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* --------- 1.5.71.361: Mobiler Trenner Kunden-Logos -> Bewerben-CTA (ruhige Haarlinie, optisch zentriert) --------- */
@media (max-width: 719px) {
.pnx-clients { padding-bottom: 0; }
.pnx-clients::after {
      content: "";
      display: block;
      width: min(160px, 45%);
      margin: 60px auto 20px;
      border-top: 1px solid var(--line);
}
}
/* --------- 1.5.71.363: Kampagnen-Seiten Fliesstext --------- */
.pn-camp p { margin: 0 0 1rem; line-height: 1.6; }
.pn-camp p:last-child { margin-bottom: 0; }

/* --------- 1.5.71.364: Projektseiten Model-Ueberschrift + Galerie-Grid --------- */
.pn-proj-models-title { font-family: var(--font-claim, "Instrument Serif", Georgia, serif); font-style: italic; font-weight: 400; font-size: 1.65rem; line-height: 1.15; margin: 2rem 0 1rem; }
.pn-proj-models { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 26px 0; }
@media (max-width: 719px) { .pn-proj-models { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
