/* Geo Currency & Free Shipping - Styles */

.gcs-badge {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 99999;
    background: #1a1a2e;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    cursor: default;
    font-family: sans-serif;
}

.gcs-bar-wrap {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 0 0 20px 0;
    font-family: sans-serif;
}

.gcs-bar-msg {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.gcs-bar-msg strong {
    color: #0073aa;
}

.gcs-track {
    height: 10px;
    background: #ddd;
    border-radius: 999px;
    overflow: hidden;
}

.gcs-fill {
    height: 100%;
    background: #0073aa;
    border-radius: 999px;
    min-width: 4px;
    transition: width 0.5s ease;
}

.gcs-fill.gcs-complete {
    background: #28a745;
}

@media (max-width: 600px) {
    .gcs-badge {
        bottom: 16px;
        top: auto;
        right: 10px;
        font-size: 12px;
    }
}
