/* WOL Frontend Plugin Styles — minimal, theme overrides these */

/* Ensure Paystack iframe overlay works */
.paystack-overlay { z-index: 99999 !important; }

/* Spinner used in payment pages */
.wol-spinner {
    width: 40px; height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: #1a6b59;
    border-radius: 50%;
    animation: wolPluginSpin .8s linear infinite;
    margin: 0 auto;
}
@keyframes wolPluginSpin { to { transform: rotate(360deg); } }
