/* st-patricks.css */
body.st-patricks-theme {
    --theme-primary: #a7c957;
    --theme-secondary: #386641;
    --theme-accent: #fca311;
    --theme-text: #1b4332;
    --theme-hero-text: #ffffff;
}

.st-patricks-hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://placehold.co/1920x1080/386641/ffffff?text=Shamrocks+and+Rainbows') no-repeat center center/cover;
}

.st-patricks-hero h1 {
    color: var(--theme-hero-text);
    text-shadow: 2px 2px 8px var(--theme-secondary);
}

.st-patricks-theme .event-details {
    background-color: var(--theme-primary);
}

.st-patricks-theme .section-header h2 {
    color: var(--theme-secondary);
}

.st-patricks-theme .section-header p {
    color: var(--theme-text);
}

.st-patricks-theme .info-card {
    background-color: #f2f7e4;
    border-left: 5px solid var(--theme-secondary);
}

.st-patricks-theme .info-card i {
    color: var(--theme-secondary);
}
