/* ===================================== */
/* AKKUCSERE - Main v2 CSS              */
/* ===================================== */
/* This file contains all new CSS for the akkucsere domain.
   Do NOT modify style.css, index.css, or blog.css - add all new styles here instead.
   Last updated: 2025-07-09 */

/* ===================================== */
/* Global Overrides                     */
/* ===================================== */


/* ===================================== */
/* Page: Homepage                       */
/* ===================================== */


/* ===================================== */
/* Page: Battery Selection              */
/* ===================================== */


/* ===================================== */
/* Page: Order Form                     */
/* ===================================== */


/* ===================================== */
/* Page: Blog                           */
/* ===================================== */

/* --- Article meta line: visible "Frissítve:" date + author/reviewer (SEO 6-6/6-7) --- */
.akkucsere-article-meta {
	margin: 0.25rem 0 1rem;
	font-size: 0.875rem;
	color: #6b7280;
	line-height: 1.5;
}

.akkucsere-article-meta a {
	color: #006940;
	text-decoration: underline;
}

/* --- FAQ block (SEO 4-9/6-4): visible <section>, same rows as FAQPage JSON-LD --- */
.akkucsere-faq-section {
	margin: 2rem 0 1.5rem;
	padding: 1.25rem 1.5rem;
	background: #f8f9fa;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.akkucsere-faq-title {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	font-weight: 600;
	color: #111827;
}

.akkucsere-faq-item {
	padding: 0.75rem 0;
	border-top: 1px solid #e5e7eb;
}

.akkucsere-faq-item:first-of-type {
	border-top: 0;
}

.akkucsere-faq-question {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	font-weight: 600;
	color: #111827;
}

.akkucsere-faq-answer {
	margin: 0;
	font-size: 0.9375rem;
	color: #374151;
	line-height: 1.6;
}

.akkucsere-faq-answer p {
	margin: 0;
}

/* --- CTA banner color variants (SEO 4-31): [CTA style="..."] shortcode classes.
   Extends the legacy .batteryBarPlaceholder banner, does not replace it. --- */
.batteryBarPlaceholder.cta-style-green {
	border-left: 4px solid #28a745;
	background: #f0faf3;
}

.batteryBarPlaceholder.cta-style-blue {
	border-left: 4px solid #2563eb;
	background: #eff6ff;
}

.batteryBarPlaceholder.cta-style-orange {
	border-left: 4px solid #f97316;
	background: #fff7ed;
}

.batteryBarPlaceholder.cta-style-yellow {
	border-left: 4px solid #eab308;
	background: #fefce8;
}

/* --- Page-type template support (SEO 4-29 satellite scope): comparison/report
   content renders real <table>s (6-5) that scroll inside their own container
   on mobile instead of breaking the page. --- */
.akkucsere-cm-comparison .content {
	overflow-x: auto;
}

.akkucsere-cm-comparison .content table,
.akkucsere-cm-report .content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
	font-size: 0.9375rem;
}

.akkucsere-cm-comparison .content th,
.akkucsere-cm-comparison .content td,
.akkucsere-cm-report .content th,
.akkucsere-cm-report .content td {
	border: 1px solid #d1d5db;
	padding: 0.5rem 0.75rem;
	text-align: left;
	vertical-align: top;
}

.akkucsere-cm-comparison .content th,
.akkucsere-cm-report .content th,
.akkucsere-cm-comparison .content tr:first-child td,
.akkucsere-cm-report .content tr:first-child td {
	background: #f8f9fa;
	font-weight: 600;
	color: #111827;
}

/* --- [COMPARE] shortcode output (SEO 6-5 / 4-29): CmRenderComparisonTables emits
   .akkucsere-table-wrap > .akkucsere-comparison-table on ANY page type, so the
   table is styled and mobile-scrollable regardless of the article wrapper. --- */
.akkucsere-table-wrap {
	overflow-x: auto;
	margin: 1rem 0;
}

.akkucsere-comparison-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
}

.akkucsere-comparison-table th,
.akkucsere-comparison-table td {
	border: 1px solid #d1d5db;
	padding: 0.5rem 0.75rem;
	text-align: left;
	vertical-align: top;
}

.akkucsere-comparison-table th {
	background: #f8f9fa;
	font-weight: 600;
	color: #111827;
}

/* ===================================== */
/* Component: Navigation                */
/* ===================================== */


/* ===================================== */
/* Component: Hero Section              */
/* ===================================== */


/* ===================================== */
/* Component: Service Features          */
/* ===================================== */


/* ===================================== */
/* Component: Forms                     */
/* ===================================== */


/* ===================================== */
/* Component: Buttons                   */
/* ===================================== */


/* ===================================== */
/* Component: Modals                    */
/* ===================================== */


/* ===================================== */
/* Utilities                            */
/* ===================================== */


/* ===================================== */
/* Mobile Responsive                    */
/* ===================================== */
@media (max-width: 768px) {
    
}

@media (max-width: 480px) {
    
}