/*
Theme Name: EU Open Brews
Theme URI: https://euopenbrews.eu
Author: Cristian
Author URI: https://euopenbrews.eu
Description: A modern WordPress theme for European brewing culture, featuring articles, videos, recipes, and stories. Built with Bootstrap 5.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: euopenbrews
Tags: blog, news, food-and-drink, custom-post-types, custom-menu, featured-images, responsive-design, bootstrap
*/

/* Additional custom styles can be added here */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.site-header {
    background: linear-gradient(135deg, #2c5f2d 0%, #97b539 100%);
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
}

.hero-section {
    background: linear-gradient(135deg, rgba(44, 95, 45, 0.9), rgba(151, 181, 57, 0.9)), url('images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    color: white;
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.recipe-meta {
    font-size: 0.9rem;
    color: #6c757d;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-featured-image {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.category-badge {
    background: #97b539;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-block;
    margin-right: 8px;
}

.category-badge:hover {
    background: #2c5f2d;
    color: white;
}

footer {
    background: #2c5f2d;
    color: white;
}

footer a {
    color: #97b539;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
}
