.llb-box-grid,
.llb-product-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin: 24px 0;
}

.llb-box-card,
.llb-product-card,
.llb-review-panel {
	background: #fff;
	border: 1px solid #d9dee5;
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(18, 31, 46, 0.06);
	overflow: hidden;
}

.llb-box-card__image,
.llb-product-card__image,
.llb-box-detail__image,
.llb-review-panel__image {
	background: #f3f6f8;
}

.llb-box-card__image img,
.llb-product-card__image img,
.llb-box-detail__image img,
.llb-review-panel__image img,
.llb-product-detail__image img {
	display: block;
	width: 100%;
	height: auto;
}

.llb-product-card__image a {
	display: block;
}

.llb-box-card__body,
.llb-product-card__body,
.llb-review-panel {
	padding: 18px;
}

.llb-box-card h3,
.llb-product-card h3,
.llb-review-panel h3,
.llb-box-detail h2,
.llb-product-detail h2 {
	margin: 0 0 10px;
	line-height: 1.2;
}

.llb-product-card h3 a {
	color: inherit;
	text-decoration: none;
}

.llb-product-card h3 a:hover,
.llb-product-card h3 a:focus {
	color: #1f6feb;
	text-decoration: underline;
}

.llb-box-card p,
.llb-product-card p {
	margin: 0 0 14px;
}

.llb-box-detail__header {
	display: grid;
	grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	margin: 24px 0;
}

.llb-product-detail {
	margin: 28px 0;
}

.llb-product-detail__header {
	display: grid;
	grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	margin: 24px 0;
}

.llb-product-detail__image {
	overflow: hidden;
	border: 1px solid #d9dee5;
	border-radius: 8px;
	background: #f3f6f8;
}

.llb-product-detail__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0 0;
}

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

.llb-product-detail__rows div {
	padding: 12px;
	border: 1px solid #e1e6ed;
	border-radius: 8px;
	background: #fbfcfd;
}

.llb-product-detail__rows dt {
	margin-bottom: 4px;
	color: #607086;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.llb-product-detail__rows dd {
	margin: 0;
	color: #243041;
}

.llb-product-detail__notes {
	display: grid;
	gap: 16px;
	margin: 24px 0;
}

.llb-product-detail__notes section {
	padding: 16px;
	border: 1px solid #e1e6ed;
	border-radius: 8px;
	background: #fff;
}

.llb-product-detail__notes h3 {
	margin: 0 0 8px;
	font-size: 1rem;
}

.llb-box-description {
	margin-bottom: 16px;
}

.llb-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0;
	color: #526070;
	font-size: 0.92rem;
}

.llb-meta-row span,
.llb-pill,
.llb-score {
	display: inline-flex;
	align-items: center;
	border: 1px solid #d7dee7;
	border-radius: 999px;
	padding: 4px 9px;
	background: #f8fafc;
	color: #334155;
	font-size: 0.85rem;
}

.llb-pill--success {
	border-color: #b6dfc8;
	background: #effaf3;
	color: #25633c;
}

.llb-score {
	margin: 8px 0 12px;
	width: fit-content;
	background: #eef7ff;
	border-color: #c7e0fb;
	color: #164b7a;
}

.llb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid #1f6feb;
	border-radius: 6px;
	background: #1f6feb;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.1;
	cursor: pointer;
}

.llb-button:hover,
.llb-button:focus {
	background: #185abc;
	color: #fff;
	text-decoration: none;
}

.llb-button--primary {
	font-size: 1rem;
}

.llb-button--ghost {
	margin-right: 8px;
	border-color: #d7dee7;
	background: #fff;
	color: #1f2937;
}

.llb-button--ghost:hover,
.llb-button--ghost:focus {
	background: #f3f6f8;
	color: #1f2937;
}

.llb-progress {
	margin: 12px 0 16px;
}

.llb-progress__label {
	margin-bottom: 6px;
	color: #334155;
	font-size: 0.92rem;
	font-weight: 700;
}

.llb-progress__track {
	height: 10px;
	overflow: hidden;
	border-radius: 999px;
	background: #dfe6ee;
}

.llb-progress__track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #2da44e;
}

.llb-placeholder-image {
	display: block;
	aspect-ratio: 4 / 3;
	width: 100%;
	background: linear-gradient(135deg, #eef2f6, #dfe7ee);
}

.llb-review-panel {
	margin: 24px 0;
}

.llb-review-panel__header {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 18px;
}

.llb-review-panel__image {
	flex: 0 0 80px;
	border-radius: 8px;
	overflow: hidden;
}

.llb-kicker {
	margin: 0 0 5px;
	color: #607086;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.llb-muted {
	color: #667085;
}

.llb-review-form label {
	display: grid;
	gap: 7px;
	font-weight: 700;
}

.llb-rating-list {
	display: grid;
	gap: 12px;
	margin-bottom: 18px;
}

.llb-rating-row {
	grid-template-columns: minmax(0, 1fr) 90px;
	align-items: center;
	padding: 12px;
	border: 1px solid #e1e6ed;
	border-radius: 8px;
	background: #fbfcfd;
}

.llb-rating-row input,
.llb-review-form select,
.llb-review-form textarea {
	width: 100%;
	border: 1px solid #ccd5df;
	border-radius: 6px;
	padding: 9px 10px;
	background: #fff;
	color: #111827;
}

.llb-review-options,
.llb-optional-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	margin: 16px 0;
}

.llb-full-field {
	margin: 16px 0;
}

.llb-notice {
	margin: 18px 0;
	padding: 12px 14px;
	border: 1px solid #d6dde6;
	border-left: 4px solid #64748b;
	border-radius: 6px;
	background: #f8fafc;
	color: #243041;
}

.llb-notice--success {
	border-left-color: #2da44e;
	background: #f0faf4;
}

.llb-notice--error {
	border-left-color: #d1242f;
	background: #fff5f5;
}

.llb-notice--reward {
	border-left-color: #9a6700;
	background: #fff8e8;
}

@media (max-width: 720px) {
	.llb-box-detail__header {
		grid-template-columns: 1fr;
	}

	.llb-product-detail__header {
		grid-template-columns: 1fr;
	}

	.llb-rating-row {
		grid-template-columns: 1fr;
	}
}
