/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

legend.wc-pao-addon-name.wc-pao-legend {
    font-size: 14px !important;
}
/* ============================================================
   Checkout phone field — intl-tel-input country dropdown readability
   Blaze Commerce fix — ClickUp 86exwqku1 (2026-06-09)
   Symptom: country list text was invisible on the dark checkout.
   Durable here: child theme survives plugin/theme updates
   (the previous fix was a WPCode snippet that reverted on update).
   Scoped to .iti__ classes (phone widget only) — no other elements affected.
   ============================================================ */
.iti__country-list {
    background-color: #ffffff !important;
    color: #1a1a1a !important;
}
.iti__country-list .iti__country-name {
    color: #1a1a1a !important;
}
.iti__country-list .iti__dial-code {
    color: #6b6b6b !important;
}
.iti__country-list .iti__country.iti__highlight,
.iti__country-list .iti__country:hover {
    background-color: #f0f0f0 !important;
}
