/*
****File Edit Notes****
File:         style_ai.css
Title:        AI-Managed Stylesheet
Description:  Contains all CSS rules added or managed by AI; acts as the dedicated extension stylesheet included after the main stylesheets.
Created:      2007-01-01
Created By:   Seb
Last Updated: 2026-05-29 10:00
Updated By:   Seb & AI
*/
/* ============================================================
   style_ai.css — AI-managed styles
   All changes made by Claude should be added here.
   ============================================================ */


/* ------------------------------------------------------------
   Loqate v4 dropdown font fix
   Bootstrap 3 resets font-size causing dropdown to render at ~8px
   Affects: competitions pages, account.php, create-account-address pages
   Added: 2026-05-28
   ------------------------------------------------------------ */
.pca .pcaitem,
.pca .pcatext,
.pcalist .pcaitem { font-size: 14px !important; font-family: inherit !important; }
.pca input { font-size: 14px !important; }
