/* ============================================================================
   PAGE FAMILY: artwork info scope (B5) — SKIN tier — from site-wahooart-V2.0.css, original order
   Migrated 2026-07-05. Scope: .art_info_section — artwork_info + artwork_diaporama
   + artists group_by_alphabet / start_by_letter (they reuse the scope).
   PHASE-A FIDELITY: verbatim relocation. Harness-diff before editing.
   ============================================================================ */
.art_info_section .historicle_box,
.art_info_section .historicle_box a { color: var(--wa-ink-soft, #463F35); }

.art_info_section .historicle_box h1,
.art_info_section .historicle_box h2,
.art_info_section .historicle_box h3 { color: var(--wa-ink, #2F2A23); }

.art_info_section .alphabet_box .alpha_letter {
  border-color: var(--wa-bronze, #8A5D2B);
  color:        var(--wa-bronze, #8A5D2B);
  font-family:  var(--font-title);
}

.art_info_section .alphabet_box .alpha_letter:last-child {
  border-right-color: var(--wa-bronze, #8A5D2B);
}

.art_info_section .alphabet_box .alpha_letter a {
  color: var(--wa-bronze, #8A5D2B);
  text-decoration: none;
}

.art_info_section .alphabet_box .alpha_letter:hover {
  background: var(--wa-sand, #E4DDC7);
  color:      var(--wa-ink, #2F2A23);
}

.art_info_section .alphabet_box .alpha_letter:hover a {
  color: var(--wa-ink, #2F2A23);
}

.art_info_section .alphabet_indv h4 {
  color:       var(--wa-gold-leaf, #B08D4E);
  font-family: var(--font-title);
}

.art_info_section .profile_img img {
  border-radius: 50%;
  border: 2px solid var(--wa-bronze, #8A5D2B);
  object-fit: cover;
}

.art_info_section .profile_name a {
  color:       var(--wa-ink-soft, #463F35);
  font-family: var(--font-body);
  font-weight: 500;
  text-decoration: none;
}

.art_info_section .profile_name a:hover,
.art_info_section .profile_name a:focus {
  color: var(--wa-bronze, #8A5D2B);
  text-decoration: none;
}

.art_info_section .profile_year {
  color: var(--wa-muted, #6F6555);
}

.art_info_section .view_more_alpha a {
  color:       var(--wa-bronze, #8A5D2B);
  font-family: var(--font-body);
  font-weight: 600;
  text-decoration: none;
}

.art_info_section .view_more_alpha a:hover,
.art_info_section .view_more_alpha a:focus {
  color:           var(--wa-bronze-deep, #6F4A20);
  text-decoration: none;
}

.art_info_section .view_more_alpha .fa-angle-right {
  font-size: 1em;
}


/* ── B5 second pass: .art_info_box rules (page-exclusive, from site-wahooart-V2.0.css) ── */
.art_info_box .artwork-info-infobox a:hover,
.art_info_box .historicle_box a:hover,
.art_info_box .artinfo_top h4 a:hover,
.art_info_box .art_info_inner h4 a:hover,
.art_info_box .details_reproducton a:hover {
    color: var(--wa-bronze, #8A5D2B) !important;
}

.art_info_box .fav-icon-artwork a:hover {
    color: var(--wa-bronze-deep, #6F4A20) !important;
}

