/*
Theme Name: eRoadMap
Theme URI: https://eroadmap.in/
Author: eRoadMap Digital Solutions
Author URI: https://eroadmap.in/
Description: The official eRoadMap website theme. Every page, section, heading, paragraph, image, button and link is editable from the eRoadMap admin panel — no code, no FTP. Includes per-device font sizes, a full colour system, tag conversion (h1 to h2, span to p, and so on), section hide/remove controls, and full Elementor and block editor support.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eroadmap
Tags: business, portfolio, one-column, two-columns, custom-menu, custom-logo, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

eRoadMap is distributed under the terms of the GNU GPL v2 or later.
*/

/* =================================================================
   PART 1 — the original eRoadMap design
   ================================================================= */

:root{
  --red:#ed1c2e;
  --red-deep:#c91322;
  --black:#111111;
  --ink:#171717;
  --muted:#62676d;
  --line:#e1e1e1;
  --soft:#f6f6f6;
  --soft-red:#fff2f3;
  --white:#ffffff;
  --green:#15734f;
  --radius:22px;
  --shadow:0 18px 60px rgba(0,0,0,.08);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.section{padding:82px 0}
.section-sm{padding:48px 0}
.soft{background:var(--soft)}
.black{background:var(--black);color:#fff}
.eyebrow{font-size:12px;font-weight:950;letter-spacing:.19em;text-transform:uppercase;color:var(--red);margin-bottom:14px}
h1,h2,h3,h4{font-weight:900;line-height:1.03;letter-spacing:-.045em}
h1{font-size:clamp(48px,6.5vw,88px)}
h2{font-size:clamp(36px,4.5vw,62px)}
h3{font-size:26px}
.hl{color:var(--red)}
.lead{font-size:19px;line-height:1.65;color:var(--muted);max-width:900px}
.black .lead{color:#c9c9c9}
.small{font-size:13px;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:999px;font-weight:900;border:1px solid transparent;transition:.18s;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:var(--red-deep)}
.btn-black{background:var(--black);color:#fff}
.btn-white{background:#fff;color:#111;border-color:#ddd}
.btn-outline{background:transparent;color:inherit;border-color:#bdbdbd}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(0,0,0,.07);backdrop-filter:blur(12px)}
.navbar{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.logo img{width:165px}
.navlinks{display:flex;gap:25px;align-items:center;font-size:14px;font-weight:800}
.navlinks a:hover{color:var(--red)}
.mobile-toggle{display:none;border:0;background:none;font-size:24px}

.hero{padding:72px 0 58px;background-image:radial-gradient(#ececec 1px,transparent 1px);background-size:26px 26px}
.hero-inner{text-align:center}
.hero-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #ddd;background:#fff;color:var(--red);padding:9px 17px;border-radius:999px;font-size:12px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
.hero-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--red)}
.hero h1{max-width:1040px;margin:30px auto 0}
.hero .lead{margin:22px auto 0;max-width:800px}
.hero .actions{justify-content:center}

.subhero-grid{display:grid;grid-template-columns:1.17fr .83fr;gap:48px;align-items:center}
.subhero h2{font-size:clamp(45px,6vw,80px)}
.decision-card{background:#151515;border-radius:28px;padding:32px;color:#fff;min-height:500px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.decision-card:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(237,28,46,.13);right:-120px;top:-115px}
.decision-card h3{font-size:30px;position:relative}
.decision-card p{color:#c9c9c9;position:relative}
.decision-pills{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0;position:relative}
.decision-pills span{font-size:13px;border:1px solid #444;background:#222;padding:9px 12px;border-radius:11px}
.decision-bottom{padding-top:22px;border-top:1px solid #363636;font-size:18px;font-weight:900;position:relative}

.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.path-card{border:1px solid var(--line);border-radius:22px;padding:28px;min-height:335px;display:flex;flex-direction:column;justify-content:space-between;background:#fff;transition:.18s}
.path-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#f3adb5}
.path-no{color:var(--red);font-size:12px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.path-card h3{font-size:28px;margin:17px 0 13px}
.path-card p{color:var(--muted)}
.path-link{margin-top:24px;color:var(--red);font-weight:900}

.how-head{text-align:center;max-width:800px;margin:auto}
.process{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:28px;margin-top:58px;position:relative}
.process:before{content:"";position:absolute;left:12%;right:12%;top:34px;height:2px;background:#ddd}
.process-step{text-align:center;position:relative}
.step-num{width:68px;height:68px;border-radius:50%;border:1px solid #ddd;background:#fff;color:var(--red);display:grid;place-items:center;margin:0 auto 22px;font-size:20px;font-weight:950;position:relative;z-index:2}
.process-step.featured .step-num{width:78px;height:78px;margin-top:-5px;background:var(--red);color:#fff;border-color:var(--red)}
.process-step h3{font-size:24px}
.process-step p{font-size:16px;color:var(--muted);max-width:350px;margin:13px auto 0}
.process-step.featured h3{font-size:34px;color:var(--red)}
.process-step.featured p{font-size:18px;color:#2d2d2d;font-weight:650;max-width:430px}
.grow-word{font-size:1.35em;color:var(--red);display:inline-block}

.stats{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:30px 36px;border-right:1px solid #303030}
.stat:last-child{border-right:none}
.stat .number{display:block;color:#ff5d69;font-size:45px;font-weight:950;letter-spacing:-.045em}
.stat p{color:#d0d0d0;margin-top:7px}

.proof-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;margin-top:30px}
.video-box{min-height:340px;background:#121212;color:#fff;border-radius:22px;padding:28px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid #333}
.text-proof{display:grid;gap:16px}
.quote{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff}
.quote .stars{color:var(--red);letter-spacing:3px}
.quote p{font-size:18px;margin-top:12px}
.quote small{color:var(--muted)}
.gamma-proof{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}
.gamma-proof img{width:100%;height:100%;object-fit:contain;background:#fff}
.gamma-proof .caption{padding:12px 14px;font-size:12px;color:var(--muted);border-top:1px solid var(--line)}
.proof-wall{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:20px}
.proof-wall.large{grid-template-columns:repeat(2,1fr)}
.testimonial-images{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}
.testimonial-images img{width:100%;border:1px solid var(--line);border-radius:18px;background:#fff}

.two-roads{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:34px}
.road{border-radius:24px;padding:32px;border:1px solid #333}
.road.light{background:#fff;color:#111;border-color:#ddd}
.road.dark{background:#1b1b1b;color:#fff}
.road p{margin-top:12px}
.road ul{padding-left:20px;margin-top:18px}
.road li{margin:9px 0;color:#666}
.road.dark li{color:#ccc}
.procon{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}
.procon>div{padding:14px;border-radius:14px;font-size:14px}
.pro{background:#eef9f4;color:#176545}
.con{background:#fff0f1;color:#8c1c27}
.road.dark .pro{background:#102a20;color:#bdebd8}
.road.dark .con{background:#41161c;color:#ffc8cd}

.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}
.program-card{border:1px solid var(--line);border-radius:24px;padding:29px;min-height:490px;display:flex;flex-direction:column;background:#fff}
.program-card.featured{background:#111;color:#fff;border-color:#111}
.program-stage{font-size:12px;font-weight:950;color:var(--red);letter-spacing:.13em;text-transform:uppercase}
.program-card h3{font-size:32px;margin:10px 0 8px}
.program-tagline{font-size:17px;font-weight:850}
.program-card p{color:var(--muted);margin-top:14px}
.program-card.featured p{color:#c9c9c9}
.program-card ul{padding-left:19px;margin:18px 0;color:var(--muted)}
.program-card.featured ul{color:#d0d0d0}
.program-card li{margin:8px 0}
.program-price{font-size:27px;font-weight:950;margin:17px 0}
.program-card .btn{margin-top:auto}

.entry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.entry-card{border:1px solid var(--line);border-radius:20px;padding:27px;background:#fff}
.entry-price{font-size:27px;color:var(--red);font-weight:950;margin:11px 0}

.founders{display:grid;grid-template-columns:.72fr 1.28fr;gap:44px;align-items:center}
.founder-photos{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.founder-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}
.founder-card img{width:100%;aspect-ratio:1/1;object-fit:cover}
.founder-card .meta{padding:14px}
.founder-card .meta strong{display:block;font-size:18px}
.founder-card .meta span{font-size:12px;color:var(--muted)}
.story-copy p{font-size:17px;color:var(--muted);margin-top:14px}
.story-points{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:22px}
.story-points div{background:var(--soft);padding:16px;border-radius:13px;font-weight:850}

.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:30px}
.case-card{border:1px solid var(--line);border-radius:19px;padding:25px;background:#fff}
.case-card .result{font-size:30px;font-weight:950;color:var(--red)}
.case-card h3{font-size:20px;margin-top:9px}
.case-card p{font-size:14px;color:var(--muted);margin-top:7px}

.page-hero{padding:72px 0 50px;background:var(--soft)}
.page-hero h1{max-width:1000px}
.page-hero .lead{margin-top:18px}

.form-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}
.form-card{border:1px solid var(--line);border-radius:23px;padding:29px;background:#fff;box-shadow:var(--shadow)}
.field{margin-bottom:15px}
label{display:block;font-size:13px;font-weight:850;margin-bottom:7px}
input,select,textarea{width:100%;border:1px solid #d2d2d2;border-radius:12px;padding:13px 14px;background:#fff}
textarea{min-height:115px;resize:vertical}
.form-note{font-size:12px;color:#767676;margin-top:12px}
.success{display:none;padding:15px;border:1px solid #b8e1d0;background:#effaf5;color:#116745;border-radius:13px;margin-top:16px}

.clarity-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:30px}
.clarity-card{border:1px solid var(--line);border-radius:20px;padding:27px;background:#fff}
.clarity-card h3{font-size:24px}
.clarity-card p{color:var(--muted);margin-top:9px}

.guarantee{background:#111;color:#fff;border-radius:30px;padding:44px;margin-top:35px;position:relative;overflow:hidden}
.guarantee:after{content:"100%";position:absolute;right:-15px;bottom:-65px;font-size:190px;font-weight:950;color:rgba(237,28,46,.1)}
.guarantee h2{font-size:clamp(45px,6vw,80px)}
.guarantee .big{font-size:24px;font-weight:850;margin-top:18px;max-width:850px}
.guarantee ul{padding-left:22px;margin-top:20px;color:#d4d4d4;max-width:900px}
.guarantee li{margin:9px 0}

.focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}
.focus-card{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff}
.focus-card .icon{font-size:28px;margin-bottom:10px}
.focus-card p{color:var(--muted);margin-top:8px}

.quiz-wrap{max-width:900px;margin:auto}
.quiz-progress{height:8px;background:#eee;border-radius:999px;overflow:hidden;margin:18px 0 30px}
.quiz-progress span{display:block;height:100%;background:var(--red);width:0%;transition:.2s}
.quiz-card{border:1px solid var(--line);border-radius:24px;padding:32px;background:#fff;box-shadow:var(--shadow)}
.quiz-question{font-size:28px;font-weight:950}
.options{display:grid;gap:11px;margin-top:22px}
.option{width:100%;border:1px solid #ddd;border-radius:13px;padding:15px 17px;background:#fff;text-align:left;font-weight:800;cursor:pointer}
.option:hover,.option.selected{border-color:var(--red);background:var(--soft-red)}
.quiz-nav{display:flex;justify-content:space-between;margin-top:22px}
.quiz-gate,.quiz-result{display:none;margin-top:24px}
.quiz-result{border:1px solid #f1b7be;background:#fff5f6;border-radius:24px;padding:30px}
.score{font-size:55px;color:var(--red);font-weight:950}
.result-actions{padding-left:20px;margin-top:15px}
.result-actions li{margin:8px 0}

.faq{display:grid;gap:11px;margin-top:28px}
details{border:1px solid var(--line);border-radius:14px;padding:17px 19px;background:#fff}
summary{font-weight:900;cursor:pointer}
details p{margin-top:11px;color:var(--muted)}
.seo-text{max-width:980px;color:var(--muted);font-size:15px}
.seo-text p{margin-top:12px}

.privacy{max-width:920px}
.privacy h2{font-size:34px;margin-top:35px}
.privacy h3{font-size:22px;margin-top:24px}
.privacy p,.privacy li{color:#555}
.privacy p{margin-top:10px}
.privacy ul{padding-left:22px;margin-top:10px}
.privacy li{margin:7px 0}

.footer{background:#0c0c0c;color:#bcbcbc;padding:46px 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:28px}
.footer .logo img{background:#fff;padding:5px;border-radius:4px;margin-bottom:15px}
.footer h4{color:#fff;margin-bottom:10px;letter-spacing:0}
.footer a{display:block;color:#bbb;margin:7px 0;font-size:14px}
.footer a:hover{color:#fff}

@media(max-width:980px){
 .navlinks{display:none}.mobile-toggle{display:block}
 .navbar.open .navlinks{display:flex;position:absolute;top:76px;left:0;right:0;background:#fff;padding:24px;flex-direction:column;border-bottom:1px solid #ddd}
 .subhero-grid,.proof-grid,.founders,.form-layout{grid-template-columns:1fr}
 .path-grid,.program-grid,.entry-grid,.case-grid,.proof-wall,.focus-grid{grid-template-columns:1fr 1fr}
 .process{grid-template-columns:1fr}.process:before{display:none}
 .stats{grid-template-columns:1fr 1fr}
 .two-roads{grid-template-columns:1fr}
 .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
 .section{padding:62px 0}.container{width:min(100% - 28px,1180px)}
 h1{font-size:46px}h2{font-size:38px}
 .path-grid,.program-grid,.entry-grid,.case-grid,.proof-wall,.proof-wall.large,.focus-grid,.clarity-grid,.stats,.story-points,.testimonial-images,.footer-grid{grid-template-columns:1fr}
 .stat{border-right:none;border-bottom:1px solid #303030}
 .founder-photos{grid-template-columns:1fr 1fr}
 .procon{grid-template-columns:1fr}
 .hero{padding-top:54px}
}

/* =================================================================
   PART 2 — WordPress core classes + theme additions
   These are appended to the original eRoadMap prototype CSS above.
   Everything here can be overridden from
   eRoadMap → Font Size & Color / Theme Settings.
   ================================================================= */

/* --- Accessibility ------------------------------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: var(--red);
	display: block;
	font-size: 14px;
	font-weight: 800;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

:focus-visible {
	outline: 3px solid var(--red);
	outline-offset: 2px;
}

/* --- Visibility helpers (Sections & Visibility panel) ------------- */

.erm-hidden { display: none !important; }

/* --- WordPress alignment ------------------------------------------ */

.alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignwide {
	width: min(1400px, calc(100% + 200px));
	max-width: 100vw;
	margin-left: auto;
	margin-right: auto;
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.clearfix:after { content: ""; display: table; clear: both; }

/* --- Captions & galleries ----------------------------------------- */

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	border-radius: var(--radius);
}

.wp-caption-text,
.gallery-caption {
	font-size: 13px;
	color: var(--muted);
	text-align: center;
	margin-top: 10px;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
	margin: 0 0 24px;
}

.gallery-item img { border-radius: 14px; }

/* --- Blog & prose -------------------------------------------------- */

.erm-prose {
	max-width: 780px;
	font-size: 18px;
	line-height: 1.75;
}

.erm-prose h2 { font-size: 34px; margin: 44px 0 14px; }
.erm-prose h3 { font-size: 24px; margin: 34px 0 10px; }
.erm-prose h4 { font-size: 19px; margin: 28px 0 8px; }
.erm-prose p { margin-bottom: 20px; }
.erm-prose a { color: var(--red); font-weight: 700; text-decoration: underline; }
.erm-prose ul,
.erm-prose ol { margin: 0 0 20px 22px; }
.erm-prose li { margin-bottom: 8px; }
.erm-prose img { border-radius: var(--radius); margin: 24px 0; }

.erm-prose blockquote {
	border-left: 4px solid var(--red);
	background: var(--soft);
	padding: 20px 24px;
	margin: 26px 0;
	border-radius: 0 14px 14px 0;
	font-size: 19px;
}

.erm-prose code {
	background: var(--soft);
	padding: 2px 6px;
	border-radius: 5px;
	font-size: .9em;
}

.erm-prose pre {
	background: var(--black);
	color: #f4f4f4;
	padding: 20px 22px;
	border-radius: 14px;
	overflow-x: auto;
	margin: 0 0 22px;
}

.erm-prose pre code { background: none; color: inherit; padding: 0; }

.erm-prose table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 24px;
	font-size: 16px;
}

.erm-prose th,
.erm-prose td {
	border: 1px solid var(--line);
	padding: 11px 14px;
	text-align: left;
}

.erm-prose th { background: var(--soft); font-weight: 800; }

/* --- Editor / Elementor content ------------------------------------ */

.erm-editor-content > .section:first-child { padding-top: 0; }

/* --- Pagination ---------------------------------------------------- */

.erm-pagination { margin-top: 46px; }

.erm-pagination .nav-links {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.erm-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	font-weight: 800;
	background: #fff;
	transition: .18s;
}

.erm-pagination .page-numbers:hover { border-color: var(--red); color: var(--red); }

.erm-pagination .page-numbers.current {
	background: var(--red);
	border-color: var(--red);
	color: #fff;
}

/* --- Search form ---------------------------------------------------- */

.erm-searchform { display: flex; gap: 10px; }

.erm-searchform input[type="search"] {
	flex: 1;
	padding: 13px 18px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
}

.erm-searchform input[type="search"]:focus {
	outline: none;
	border-color: var(--red);
}

/* --- Header extras --------------------------------------------------- */

.erm-textlogo {
	font-weight: 950;
	font-size: 22px;
	letter-spacing: -.04em;
}

.navlinks a.is-current { color: var(--red); }

.erm-submenu { display: none; }

/* --- Footer extras ---------------------------------------------------- */

.erm-footer-extra {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.erm-footer-bottom {
	padding-top: 24px;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .14);
	font-size: 13px;
	color: #a8a8a8;
}

.erm-widget { margin-bottom: 20px; }

/* --- Comments ----------------------------------------------------------- */

.comment-list { list-style: none; margin: 0 0 32px; padding: 0; }

.comment-list li {
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 18px 20px;
	margin-bottom: 14px;
	background: #fff;
}

.comment-list .children { list-style: none; margin: 14px 0 0 26px; padding: 0; }
.comment-author { font-weight: 800; }
.comment-metadata { font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.comment-respond { margin-top: 32px; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 13px 16px;
	border: 1px solid var(--line);
	border-radius: 14px;
	margin-bottom: 14px;
	background: #fff;
}

.comment-form textarea { border-radius: 18px; }

.comment-form input[type="submit"] {
	display: inline-flex;
	padding: 14px 22px;
	border-radius: 999px;
	font-weight: 900;
	border: 0;
	background: var(--red);
	color: #fff;
	cursor: pointer;
}

/* --- Sticky / bypostauthor (required by the WordPress theme check) ------- */

.sticky { display: block; }
.bypostauthor { display: block; }

.post-password-form input[type="password"] {
	padding: 12px 16px;
	border: 1px solid var(--line);
	border-radius: 999px;
}

/* --- Admin bar offset ---------------------------------------------------- */

.admin-bar .site-header { top: 32px; }

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

/* --- Print ---------------------------------------------------------------- */

@media print {
	.site-header,
	.footer,
	.btn { display: none !important; }

	.section { padding: 18px 0; }
}

/* =================================================================
   PART 3 — editor / Elementor content safety net (v1.1)
   Added because page-builder content rendered edge-to-edge when the
   builder's own stylesheet was not available.
   ================================================================= */

.erm-editor-content > .section:first-child { padding-top: 48px; }

/* Plain HTML pasted into the editor: give it real typography. */
.erm-editor-content.is-plain .container > * { max-width: 100%; }

/* Last-resort guard: if a builder page still has no horizontal padding,
   nothing inside it may bleed past the viewport. */
.erm-editor-content.is-full { overflow-x: hidden; }

.erm-editor-content.is-full > *:not([class*="elementor"]):not(section) {
	width: min(var(--erm-container, 1180px), calc(100% - 40px));
	margin-left: auto;
	margin-right: auto;
}

/* Elementor full-width sections must still be able to break out of our
   container when the page is set to Contained. */
.erm-editor-content.is-contained .elementor-section-full_width,
.erm-editor-content.is-contained .e-con-full {
	width: 100%;
	max-width: 100%;
}

.erm-editor-content img { max-width: 100%; height: auto; }
