/* ============================================================================
   SHARED COMPONENT: artwork infobox / quick-facts / metadata chips (A7) — STRUCTURE tier
   Migrated 2026-07-05 (A-tail sweep). PHASE-A FIDELITY: verbatim relocation.
   ============================================================================ */
.details_reproducton {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	max-width: 100%;
	line-height: normal;
}

.details_reproducton li {
	color: #6E665C;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin: 5px 0px;
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: 100%;
}

.details_reproducton li img {
	width: 18px;
	height: 18px;
}

.box_facts ul li {
	font-size: 13px;
	font-weight: 400;
	color: #3E342A;
	line-height: 20px;
	margin-bottom: 7px;
}

.box_facts ul li b {
	font-weight: 600;
}

.box_facts ul li a {
	color: #875D2A;
	text-decoration: underline;
	font-weight: 500;
}

.box_facts .qf-fact-sublist {
	margin: 5px 0;
	padding-left: 20px;
}

.historicle_box.artwork-info-infobox {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    background: #E8E2CD;
    padding: 15px 30px 15px;
    border: 1px solid #DCD3BF;
    box-shadow: #7D746E3D 4px 8px 20px 0px;
    box-sizing: border-box;
    position: relative;
}

.historicle_box.artwork-info-infobox .art-info-page-title {
    color: #3E342A;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
    font-family: var(--font-title);
    margin-top: 0;
    margin-bottom: 18px;
}

.historicle_box.artwork-info-infobox {
    text-align: left;
}

.historicle_box.artwork-info-infobox ul li {
    line-height: 1.5em;
    margin-bottom: 0.25em;
}

.historicle_box.artwork-info-infobox .artwork-infobox-label {
    font-weight: 400;
}

.historicle_box.artwork-info-infobox .artwork-info-infobox-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(120px, 200px);
    gap: 24px 16px;
    align-items: start;
}

.historicle_box.artwork-info-infobox .artwork-info-infobox-col {
    min-width: 0;
    background: transparent;
    /* Breathing room inside each of the 3 columns (About / Quick Facts / QR) */
    padding: 4px 14px;
}

.historicle_box.artwork-info-infobox .artwork-info-infobox-quick-facts ul,
.historicle_box.artwork-info-infobox .artwork-info-infobox-about ul {
    padding-left: 26px;
    margin: 0;
}

.historicle_box.artwork-info-infobox .artwork-info-infobox-quick-facts ul li {
    font-size: inherit;
    line-height: 1.5em;
}

.historicle_box.artwork-info-infobox .box_facts ul li {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: 1.5em;
    margin-bottom: 0.25em;
}

.historicle_box.artwork-info-infobox ul li b {
    font-weight: 600;
}

.historicle_box.artwork-info-infobox ul li b a,
.historicle_box.artwork-info-infobox .box_facts ul li a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.historicle_box.artwork-info-infobox .box_facts .artwork-infobox-label {
    display: inline-block;
}

.historicle_box.artwork-info-infobox .box_facts .artwork-infobox-label::first-letter {
    text-transform: uppercase;
}

.historicle_box.artwork-info-infobox .artwork-info-infobox-qf-sublist {
    margin: 4px 0 0;
    padding-left: 18px;
}

.historicle_box.artwork-info-infobox .artwork-info-infobox-qr-col {
    text-align: center;
}

.historicle_box.artwork-info-infobox .artwork-info-infobox-qr {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}

.historicle_box.artwork-info-infobox .artwork-info-infobox-qr img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991.98px) {
.historicle_box.artwork-info-infobox .artwork-info-infobox-layout {
        grid-template-columns: 1fr 1fr;
    }

.historicle_box.artwork-info-infobox .artwork-info-infobox-about {
        grid-column: 1 / -1;
    }

}
@media (max-width: 767.98px) {
.historicle_box.artwork-info-infobox .artwork-info-infobox-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

.historicle_box.artwork-info-infobox .artwork-info-infobox-about {
        grid-column: auto;
    }

.historicle_box.artwork-info-infobox .artwork-info-infobox-qr {
        max-width: 160px;
    }

}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
.details_reproducton {
		flex-wrap: wrap;
            gap: 12px;
	}

}
@media only screen and (max-width: 991px) {
.details_reproducton {
    gap: 14px;
}

.details_reproducton {
		flex-wrap: wrap;
	}

}
@media screen and (min-width: 270px) and (max-width: 479px) {
.details_reproducton {
    gap: 13px;
}

}


/* ===== QUIZ (quick-facts / detail-page quiz) — refiled 2026-07-06 from the
   base-linked production-form/form-panel files (documented misfile; the quiz
   markup lives in artwork_quick_facts_section.html + artist/museum detail,
   all of which load THIS component). ===== */
.ques_box {
	margin-bottom: 15px;
}
.ques_box .repro_radio label {
	color: #EDE9DE;
}
.question_option .repro_radio input[type="radio"]:after {
	background-color: #3e342b;
	border: 1px solid #877F76;
}
.repro_radio.mark_right_answer,.repro_radio.mark_wrong_answer {
    position: relative;
    border-radius: 4px;
    align-items: center;
    padding: 8px 40px 8px 10px;
    margin-bottom: 10px;
}
.repro_radio.mark_wrong_answer {
    border: 1px solid #D7352C;
}
.repro_radio.mark_right_answer {
    border: 1px solid #76C92B;
}
.repro_radio.mark_right_answer.mark_right_answer2 {
    border: 0;
}
.repro_radio.mark_right_answer:after,.repro_radio.mark_wrong_answer:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.repro_radio.mark_wrong_answer:after {
    background: url(https://dev.allpaintingsstore.com/static/images/cross.png);
    background-size: 100%;
}
.repro_radio.mark_right_answer:after {
    background: url("https://dev.allpaintingsstore.com/static/images/checkCirrcle.png");
    background-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .submit_quiz {
  		margin: 11px auto;
  	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ques_box {
  		width: 48%;
  	}
  .submit_quiz {
  		width: 30%;
  		margin: 11px auto;
  	}
}
@media screen and (max-width: 575px) {
  .submit_quiz {
  		width: 74%;
  		margin: 11px auto;
  	}
}
.tableContent .sidebar-section-heading + .art_quize_section {
	margin-top: 32px;
}
.art_quize_section {
	margin-top: 29px;
	background: #3E342A;
	padding: 20px 20px 25px;
}
.submit_quiz .add_tocart_btn button {
	font-size: 14px;
}
.submit_quiz .add_tocart_btn {
	padding: 0;
}
@media only screen and (max-width: 991px) {
  .art_quize_section {
  		margin-bottom: 18px;
  	}
}
