.aab-disclosure {
	background: #f6f8fb;
	border: 1px solid #e2e8f2;
	border-left: 4px solid #1e73be;
	border-radius: 8px;
	color: #4a5568;
	font-size: 0.92em;
	padding: 12px 16px;
}

.aab-homepage-content {
	grid-column: 1 / -1;
	margin: 0 auto 48px;
	max-width: 920px;
	width: 100%;
}

.aab-homepage-content > *:first-child {
	margin-top: 0;
}

.aab-homepage-content > *:last-child {
	margin-bottom: 0;
}

.aab-button {
	background: #1f6feb;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(31, 111, 235, 0.25);
	color: #fff !important;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	padding: 12px 20px;
	text-decoration: none;
	transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.aab-button:hover {
	background: #174ea6;
	box-shadow: 0 4px 12px rgba(31, 111, 235, 0.35);
	color: #fff !important;
	transform: translateY(-1px);
}

/* Product review cards */
.aab-product-card {
	background: #fff;
	border: 1px solid #e5e9f0;
	border-radius: 14px;
	box-shadow: 0 2px 10px rgba(20, 30, 55, 0.06);
	margin: 32px 0;
	padding: 28px 28px 24px;
	position: relative;
}

.aab-product-card > h2 {
	margin-top: 6px;
}

.aab-rank-badge {
	background: #eef2f8;
	border-radius: 999px;
	color: #43506b;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 5px 14px;
	text-transform: uppercase;
}

.aab-rank-badge.aab-rank-top {
	background: linear-gradient(135deg, #ff8a28, #f0640a);
	color: #fff;
}

.aab-cta-row {
	margin-bottom: 4px;
	text-align: center;
}

.aab-cta-button {
	background: #ff8a28;
	box-shadow: 0 2px 8px rgba(240, 120, 16, 0.3);
	font-size: 16px;
	padding: 14px 34px;
	text-transform: uppercase;
}

.aab-cta-button:hover {
	background: #f07810;
	box-shadow: 0 4px 14px rgba(240, 120, 16, 0.4);
}

/* Callouts inside product reviews */
.aab-callout {
	border-radius: 10px;
	margin: 18px 0;
	padding: 14px 18px;
}

.aab-callout > h3 {
	font-size: 15px;
	letter-spacing: 0.04em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.aab-callout p:last-child {
	margin-bottom: 0;
}

.aab-callout-ideal {
	background: #f2f9f2;
	border: 1px solid #d7ecd7;
}

.aab-callout-ideal > h3 {
	color: #2e7d32;
}

.aab-callout-know {
	background: #fff8ef;
	border: 1px solid #f3e3c8;
}

.aab-callout-know > h3 {
	color: #b45309;
}

.aab-review-signal {
	border-top: 1px solid #edf0f5;
	color: #5b6b82;
	font-size: 0.92em;
	margin-top: 18px;
	padding-top: 12px;
}

.aab-product-table img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aab-product-image {
	text-align: center;
}

.aab-product-image img {
	background: #fff;
	border: 1px solid #edf0f5;
	border-radius: 10px;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 420px;
	padding: 10px;
	width: 100%;
}

.aab-top-table table {
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
}

.aab-top-table {
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(20, 30, 55, 0.07);
	overflow: hidden;
}

.aab-top-table th {
	background: #1e2a3a;
	border: none;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.03em;
	text-align: center;
	text-transform: uppercase;
}

.aab-top-table th,
.aab-top-table td {
	border-bottom: 1px solid #e8ecf2;
	padding: 20px 16px;
	text-align: center;
	vertical-align: middle;
}

.aab-top-table tbody tr:nth-child(even) {
	background: #f8fafc;
}

.aab-top-table tbody tr:hover {
	background: #f1f6fd;
}

.aab-top-table tbody tr:last-child td {
	border-bottom: none;
}

.aab-top-table td:first-child,
.aab-top-table th:first-child {
	width: 150px;
}

.aab-top-table td:nth-child(3),
.aab-top-table th:nth-child(3) {
	width: 220px;
}

.aab-top-table td:last-child,
.aab-top-table th:last-child {
	width: 190px;
}

.aab-top-table img {
	height: auto;
	margin: 0 auto;
	max-width: 120px;
}

.aab-product-name {
	color: #1f6feb;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}

.aab-product-name:hover {
	text-decoration: underline;
}

.aab-stars {
	display: block;
	font-size: 28px;
	line-height: 1;
	white-space: nowrap;
}

.aab-star {
	color: #d6d6d6;
	display: inline-block;
}

.aab-star-full {
	color: #e89100;
}

.aab-star-half {
	background: linear-gradient(90deg, #e89100 50%, #d6d6d6 50%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.aab-rating-text {
	color: #6b6b6b;
	display: block;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 8px;
}

.aab-price-button {
	background: #ff8a28;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(240, 120, 16, 0.3);
	font-size: 15px;
	padding: 14px 18px;
}

.aab-price-button:hover {
	background: #f07810;
	box-shadow: 0 4px 14px rgba(240, 120, 16, 0.4);
}

.aab-comparison-table {
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(20, 30, 55, 0.07);
	overflow: hidden;
}

.aab-comparison-table table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.aab-comparison-table th,
.aab-comparison-table td {
	border-bottom: 1px solid #e8ecf2;
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
}

.aab-comparison-table th {
	background: #f5f7fa;
	font-weight: 800;
}

.aab-comparison-table tbody tr:nth-child(even) {
	background: #f8fafc;
}

.aab-comparison-table tbody tr:last-child td {
	border-bottom: none;
}

.aab-note-box,
.aab-video-placeholder {
	background: #f7f9fc;
	border: 1px solid #dbe3ee;
	border-left: 4px solid #1f6feb;
	border-radius: 10px;
	margin: 24px 0;
	padding: 18px 22px;
}

.aab-expert-tip {
	background: #f7fbf2;
	border-color: #d8e7c9;
	border-left-color: #5a9b2f;
}

.aab-video-placeholder {
	background: #fffaf2;
	border-color: #f1dfbf;
	border-left-color: #d97706;
}

/* FAQ */
.aab-faq {
	display: grid;
	gap: 14px;
	margin: 8px 0 24px;
}

.aab-faq-item {
	background: #fff;
	border: 1px solid #e5e9f0;
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(20, 30, 55, 0.05);
	padding: 16px 20px;
}

.aab-faq-item > h3 {
	color: #1e2a3a;
	font-size: 1.05em;
	margin: 0 0 8px;
}

.aab-faq-item p:last-child {
	margin-bottom: 0;
}

.aab-pros-cons {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 700px) {
	.aab-pros-cons {
		grid-template-columns: 1fr;
	}

	.aab-product-card {
		padding: 18px 16px 16px;
	}

	.aab-top-table th,
	.aab-top-table td {
		padding: 12px 8px;
	}

	.aab-product-name {
		font-size: 16px;
	}

	.aab-stars {
		font-size: 22px;
	}
}
