/* Florida Racing Event Calendar - Public Styles (Main) */

/* Base styles that are always loaded */
.frec-calendar {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.frec-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #f57514;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.frec-btn:hover {
    background: #d65a0f;
    color: white;
    text-decoration: none;
}

.frec-event-item {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.frec-event-title {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
}

.frec-event-meta {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.frec-event-description {
    color: #000000;
    line-height: 1.5;
}
