/* frontend.css — v0.0.1 */

.mcr-screw-recommendation-pending {
	display: none;
}

.mcr-screw-recommendation-wrapper {
	margin-top: 14px;
	clear: both;
}

.mcr-screw-recommendation {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border: 1px solid #e2e2e2;
	border-top: 4px solid #c31f27;
	background: #fafafa;
	max-width: 520px;
	text-decoration: none;
	color: inherit;
}

.mcr-screw-recommendation:hover {
	text-decoration: none;
}

.mcr-screw-recommendation__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	min-width: 65px;
	text-decoration: none;
}

.mcr-screw-recommendation__image {
	display: block;
	width: 65px !important;
	max-width: 65px !important;
	height: auto !important;
	object-fit: contain;
}

.mcr-screw-recommendation__placeholder {
	width: 65px;
	height: 65px;
	background: #f0f0f0;
}

.mcr-screw-recommendation__content {
	flex: 1;
}

.mcr-screw-recommendation__label {
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: 700;
	color: #333;
}

.mcr-screw-recommendation__title {
	display: inline-block;
	margin-bottom: 3px;
	color: #c73535 !important;
	font-size: 14px;
	line-height: 1.35;
	text-decoration: none;
}

.mcr-screw-recommendation__title:hover {
	text-decoration: underline;
}

.mcr-screw-recommendation__text {
	font-size: 13px;
	line-height: 1.35;
	color: #555;
}

@media (max-width: 768px) {

	.mcr-screw-recommendation {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 16px;
		gap: 14px;
		max-width: 100%;
	}

	.mcr-screw-recommendation__thumb {
		width: 72px;
		min-width: 72px;
	}

	.mcr-screw-recommendation__image {
		width: 72px !important;
		max-width: 72px !important;
	}

	.mcr-screw-recommendation__content {
		width: 100%;
	}

	.mcr-screw-recommendation__label {
		font-size: 14px;
		line-height: 1.3;
		margin-bottom: 6px;
	}

	.mcr-screw-recommendation__title {
		font-size: 14px;
		line-height: 1.4;
	}

	.mcr-screw-recommendation__text {
		font-size: 13px;
		line-height: 1.5;
	}
}
