.aab-disclosure {
	background: #f6f8fb;
	border-left: 4px solid #1e73be;
	padding: 12px 14px;
}

.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: 4px;
	color: #fff !important;
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 14px;
	text-decoration: none;
}

.aab-button:hover {
	background: #174ea6;
	color: #fff !important;
}

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

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

.aab-product-image img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 420px;
	width: 100%;
}

.aab-top-table table {
	border-collapse: collapse;
	width: 100%;
}

.aab-top-table th {
	background: #25a45a;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

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

.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: #2686e8;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

.aab-stars {
	display: block;
	font-size: 31px;
	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-style: italic;
	margin-top: 8px;
}

.aab-price-button {
	background: #ff8a28;
	border-radius: 6px;
	font-size: 15px;
	padding: 14px 18px;
}

.aab-price-button:hover {
	background: #f07810;
}

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

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

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

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

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

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

.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-top-table th,
	.aab-top-table td {
		padding: 12px 8px;
	}

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

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