/* BarrierEase Public Styles */

/* Minimal styles for frontend - the widget handles its own styling */

.barrierease-accessibility-statement {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9998;
    font-size: 12px;
}

.barrierease-accessibility-statement a {
    color: #666;
    text-decoration: none;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.barrierease-accessibility-statement a:hover {
    background: #fff;
    color: #333;
    text-decoration: underline;
} 