/* Coordinates Protection v1.1.0 — ✅ CSS unique (plus de duplication) */

.peia-coordinates-protected {
    display: inline-block;
    padding: 10px 15px;
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 6px;
    font-weight: bold;
    color: #856404;
    margin: 5px 0;
    min-width: 200px;
}

.peia-coordinates-mask {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #856404;
}

.peia-reveal-btn {
    background: #ff6b35;
    color: #fff;
    border: none;
    padding: 9px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    margin-bottom: 6px;
    transition: background 0.2s ease, opacity 0.2s ease;
    font-size: 14px;
}

.peia-reveal-btn:hover {
    background: #e55a2b;
}

.peia-reveal-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.peia-user-credits {
    font-size: 12px;
    display: block;
    text-align: center;
    color: #555;
}

/* Coordonnée révélée */
.peia-coords-revealed {
    font-weight: bold;
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    padding: 4px 10px;
}
