/* ============================================================
   WP ACL Manager – Frontend styles
   ============================================================ */

/* Restricted message shown when no redirect is set */
.wpaclm-restricted-message {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
    padding: 16px 20px;
    margin: 20px 0;
    color: #664d03;
    font-size: 15px;
    line-height: 1.6;
}

/* Inline fallback for [wpaclm_protected] shortcode */
.wpaclm-inline-restricted {
    background-color: #f8f9fa;
    border: 1px dashed #ced4da;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 12px 0;
    color: #6c757d;
    font-size: 14px;
    font-style: italic;
}

/* Fallback shown inside a hidden Elementor widget/section/column */
.wpaclm-elementor-restricted {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
    padding: 14px 18px;
    margin: 10px 0;
    color: #664d03;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    box-sizing: border-box;
}
