/* ============================================================================
   SHARED COMPONENT: warm form panel system (B6 vehicle) — SKIN tier — from site-artsdot-V2.0.css, original order
   Migrated 2026-07-05. Cluster: form_produc / valuation_form_box /
   consultation-form / btn-next / consultation_container / consultation_content —
   the shared entrance/manage/appraisal/consultation/funnel form chrome
   (26-63 templates → linked from the 8 base-*.html like the breadcrumb).
   Carries the --appraisal-* token system (see restyle8 art_appraisal notes).
   PHASE-A FIDELITY: verbatim relocation. Harness-diff before editing.
   ============================================================================ */
.consultation_content h1 {
	color: #FFF !important;
}

.consultation_content h6 {
    font-family: var(--font-body) !important;
}

.search_more a.btn-next {
    border: 1px solid #979797 !important;
    color: #979797 !important;
}

.form_produc .produc_space .form-control {
    background-color: #e9e9e9;
}

.form_produc .produc_space .form-control:focus {
    background-color: #ededed;
}

.form_produc {
	background: #E0E0E0;
	border: 1px solid #D0D0D0;
}

.consultation_container {
	color: #4A4A4A;
}

.consultation_content h6 {
	/* color: #4A4A4A; */
	color: #FFF;
}

.consultation_content h1 {
	/* color: #4A4A4A; */
	color: #FFF;
}

.consultation_content p {
	/* color: #4A4A4A; */
	color: #FFF;
}

.btn-next.btn-next {
	color: #FFF
}

.btn-next.btn-next {
	background: #515151;
	border: 1px solid #9f9f9e;
}

.form_produc .image-upload-box {
	color: #4A4A4A;
}

.search_more a.btn-next {
	color: #4A4A4A;
}

.search_more a.btn-next:hover {
	background: #6B6B6B !important;
	color: #ffffff !important;
}

.consultation_container {
  max-width: none !important;
  width: 100%;
  padding-left: var(--adc-pad) !important;
  padding-right: var(--adc-pad) !important;
}

body.art-consultation-page .btn-next { background: var(--adc-ink, #111110) !important; border-color: var(--adc-ink, #111110) !important; color: #ffffff !important; }

/* ============================================================================
   SHARED LEGACY FORM FAMILY (2026-07-06): e_card_form / e_card_section /
   add_tocart_btn / art_quize_section - the shared form panel + quiz section
   used by ~35 templates (buy pages, user forms, checkout, detail pages).
   Folded into this base-linked component from base-artsdot-V2.1.css, original order.
   ========================================================================= */

.e_card_form {
    --adc-band: #f5f5f5;
    --adc-line-2: #d6d6d6;
    --adc-ink: #111110;
    --adc-ink-2: #6e6c68;
    background: var(--adc-band);
    border: 1px solid var(--adc-line-2);
}

.e_card_form .form_heading {
    color: var(--adc-ink);
    font-family: var(--adc-display, var(--font-title));
}

.e_card_form .form_content,.e_card_form .form_content p {
    color: var(--adc-ink-2);
}

.e_card_form > .d-flex form.d-inline {
    max-width: none;
    margin: 0;
    width: auto;
}

.add_tocart_btn button {
	background: #6B6B6B;
	color: #E8E8E8;
}

.e_card_form .form-control {
	background: #F0F0F0;
	color: #4A4A4A;
}

.e_card_section .e_card_form {
	background: var(--adc-band, #f5f5f5) !important;
    border: 1px solid var(--adc-line-2, #d6d6d6) !important;
}

@media (max-width: 768px) {
  .e_card_form {
    padding: 24px;
    margin: 24px auto;
}

}
.e_card_form .form-floating > .form-control,.e_card_form .form-floating > .form-select {
    padding-top: 1.2rem !important;
    padding-bottom: 8px;
}

.e_card_form .form-floating > .form-control ~ label,.e_card_form .form-floating > .form-control-plaintext ~ label,.e_card_form .form-floating > .form-select ~ label {
    color: #7b7b7b !important;
    opacity: 0.8;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    font-size: 12px !important;
}

body.error-general-page .e_card_section .e_card_form {
    --error-card-bg: rgba(248,246,243,0.90);
}

/* -- jQuery UI DATEPICKER THEME (2026-07-06): JS-injected widget markup (census-invisible); base-linked coverage - verbatim, original order -- */

span.ui-datepicker-month,.ui-datepicker th,span.ui-datepicker-year,.ui-datepicker td span,.ui-datepicker td a,.ui-datepicker .ui-datepicker-header,.ui-datepicker .ui-datepicker-title,.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
	color: #4A4A4A;
}

