/*
Theme Name: Motionkalender
Theme URI: https://motionskalender.dk
Author: Motionskalender Team
Author URI: https://motionskalender.dk
Description: Premium sports events theme for running, cycling, and endurance events. A modern, dark-themed design with fire accent gradients.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motionkalender
Tags: dark, sports, events, running, cycling, triathlon, custom-colors, custom-menu, featured-images, full-width-template
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4

Motionkalender Theme - Premium Sports Events Platform
*/

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background: #08080a; color: #fff; min-height: 100vh; }

.em-event-card-promoted {
    position: relative;
    border-color: rgba(255, 255, 255, 0.08);
    border: 2px solid #ECA215;
    background:
        radial-gradient(120% 85% at 100% 0%, rgba(251, 191, 36, 0.16) 0%, rgba(251, 191, 36, 0) 55%),
        radial-gradient(110% 70% at 0% 100%, rgba(245, 158, 11, 0.08) 0%, rgba(245, 158, 11, 0) 58%),
        linear-gradient(180deg, rgba(245, 158, 11, 0.08) 0%, rgba(15, 23, 42, 0.58) 38%, rgba(15, 23, 42, 0.42) 100%);
    box-shadow:
        inset 0 1px 0 rgba(251, 191, 36, 0.22),
        0 10px 36px -14px rgba(0, 0, 0, 0.45);
}