.csm-pill-wrap { position: relative; display: inline-flex; align-items: center; margin-inline-end: 10px; }
.csm-pill {
    display: inline-flex !important; align-items: center !important; gap: 6px !important;
    background: #fff !important; border: 1px solid #e0e0e0 !important; border-radius: 999px !important;
    padding: 4px 12px !important; font-size: 13px !important; line-height: 1.4 !important;
    cursor: pointer; color: #333 !important; box-shadow: none !important;
}
.csm-pill:hover { border-color: #1e73be !important; }
.csm-flag { display: inline-block !important; width: 21px !important; height: 14px !important;
    flex-shrink: 0; object-fit: cover; border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08); vertical-align: middle; max-width: none !important; }
.csm-caret { opacity: 0.55; font-size: 11px; }
.csm-menu {
    position: absolute; top: calc(100% + 6px); inset-inline-end: 0; z-index: 10000;
    background: #fff; border: 1px solid #e0e0e0; border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0,0,0,.12); min-width: 210px; overflow: hidden;
}
.csm-opt {
    display: flex; align-items: center; gap: 8px; width: 100%; text-align: start; background: #fff !important;
    border: 0 !important; padding: 10px 14px !important; font-size: 13px !important;
    cursor: pointer; color: #333 !important;
}
.csm-opt:hover { background: #f5f8fc !important; }
.csm-pill-fixed { position: fixed; top: 12px; inset-inline-end: 12px; z-index: 9999; }

.csm-geo-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 100000;
    display: flex; align-items: center; justify-content: center; padding: 20px;
}
.csm-geo-box {
    background: #fff; border-radius: 16px; padding: 28px 24px; max-width: 360px; width: 100%;
    text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.csm-geo-flag { line-height: 0; margin-bottom: 12px; }
.csm-geo-flag .csm-flag { width: 66px !important; height: 44px !important; border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.csm-geo-title { font-size: 19px; font-weight: 700; color: #222; margin-bottom: 6px; }
.csm-geo-sub { font-size: 13px; color: #777; margin-bottom: 18px; }
.csm-geo-yes {
    display: block; width: 100%; background: #1e73be !important; color: #fff !important;
    border: 0 !important; border-radius: 999px !important; padding: 12px !important;
    font-size: 15px !important; font-weight: 600; cursor: pointer; margin-bottom: 10px;
}
.csm-geo-no {
    display: block; width: 100%; background: transparent !important; color: #888 !important;
    border: 0 !important; font-size: 13px !important; cursor: pointer; padding: 6px !important;
}

/* SA sessions: checkout note */
.csm-checkout-note {
    background: #f2f8ff; border: 1px solid #cfe3f7; border-radius: 10px;
    padding: 12px 14px; font-size: 13px; color: #33506b; margin: 0 0 16px;
}
