/**
 * PPAW EventPrime Extensions - Styles
 *
 * Main stylesheet for PPAW EventPrime Extensions plugin
 *
 * @package PPAW_EventPrime_Extensions
 * @version 1.0.0
 * @author PPAW
 * @since 1.0.0
 */

/* ==========================================================================
   Plugin Styles - Phase 1
   ========================================================================== */

/* Test shortcode styling - will be used in future phases */

/* Error message styling */
.ppaw-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 10px 0;
    font-weight: 500;
}

/* No events message styling */
.ppaw-no-events {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 10px 0;
    font-weight: 500;
    text-align: center;
}

/* ==========================================================================
   Future styles will be added here
   ========================================================================== */
