.gcp-country-option { display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; text-decoration: none; color: #333; border-radius: 4px; transition: background 0.2s; cursor: pointer; }
.gcp-country-option:hover { background: #f5f5f5; }
.gcp-country-option.active { background: #e8f5e9; font-weight: 600; }
.gcp-country-name { font-size: 14px; }
.gcp-country-currency { font-size: 12px; color: #666; }
