/* ============================================================================
   PAGE FAMILY: detail pages (B4) — STRUCTURE tier — from the 3 global files, original order
   Migrated 2026-07-05. Scope: every rule scoped to .article_main_page —
   article_detail + museum_detail + artist_detail AND the artwork buy pages
   (they render under .article_main_page too) → the include is wired on BOTH
   the 3 detail templates and the buy templates that carry the scope.
   PHASE-A FIDELITY: verbatim relocation. Harness-diff before editing.
   ============================================================================ */
@media (min-width: 576px) {
.article_main_page {
		padding-left: 15px;
		padding-right: 15px;
    	margin: 0px;
	}

}
@media (min-width: 768px) {
.article_main_page {
		padding-left: 40px;
		padding-right: 40px;
    	margin: 0px;
	}

}
@media (min-width: 992px) {
.article_main_page {
		padding-left: 80px;
		padding-right: 80px;
    	margin: 0px;
	}

}
@media (min-width: 1400px) {
.article_main_page {
		padding-left: 160px;
		padding-right: 160px;
    	margin: 0px;
	}

}
.article_main_page .acadamic_inner_box > .row > .tableContent[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.article_main_page .tableContent .related_artwork_box .related_artwork_img_box {
	margin-bottom: 0;
	line-height: 0;
}

.article_main_page .tableContent .related_artwork_box .related_artwork_img_box img {
	display: block;
}

.article_main_page .tableContent .related_artwork_box .vincent_color {
	margin-top: 8px;
	margin-bottom: 2px;
}

.article_main_page .tableContent .related_artwork_box p {
	line-height: normal;
	margin-bottom: 12px;
}

.article_main_page .tableContent + .related_articles {
	margin-top: 20px;
}

.article_main_page .artistPage_Slider_section .swiper-wrapper,
.article_main_page .artistPage_Slider_section .swiper-slide {
	height: 450px;
	box-sizing: border-box;
}

.article_main_page .artistPage_Slider_section .parent_slid_box h4 {
	margin-bottom: 0px;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	line-height: 1.25;
	text-transform: none;
}

.article_main_page  .repro_radio label {
    line-height: 24px;
font-size:16px;
}

