.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: white;
    padding: 20px 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    border-top: 3px solid #198754;
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.cookie-banner p {
    font-size: 15px;
    margin-bottom: 0;
}

.cookie-banner strong {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.cookie-banner a {
    color: #198754;
    font-weight: bold;
}

.cookie-banner .btn {
    font-weight: bold;
    padding: 10px 30px;
}

.cookie-banner .btn-light {
    background-color: #198754;
    border-color: #198754;
    color: white;
}

.cookie-banner .btn-light:hover {
    background-color: #146c43;
    border-color: #146c43;
}

.cookie-banner .btn-outline-light {
    color: white;
    border-color: white;
}

.cookie-banner .btn-outline-light:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (max-width: 768px) {
    .cookie-banner .btn {
        width: 48%;
        margin-bottom: 10px;
    }
    
    .cookie-banner {
        padding: 15px 0;
    }
}
#pwa-install-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    border: none;
}

#pwa-install-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
}
/* Custom styles */
.card {
    transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.display-4 {
    font-weight: 700;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn {
    transition: all 0.2s;
}

.btn:hover {
    transform: translateY(-2px);
}
.navbar-nav .nav-link {
    color: white;
    text-decoration: none !important;
    transition: transform 0.2s ease;
    display: inline-block; /* needed for transform to work properly */
}

.navbar-nav .nav-link:hover {
    color: white;
    transform: scale(1.15);
    text-decoration: none !important;
}
.sponsor-strip {
	background: linear-gradient(135deg, #fffef8 0%, #f9f7ed 100%);
	border-color: #ede9d0 !important;
	border-bottom-color: #e8e3c4 !important;
}
.sponsor-label { color: #b8a85a; }
.sponsor-logo { height: 52px; width: auto; }
.sponsor-logo-link:hover .sponsor-logo { opacity: 0.8; }
.sponsor-text-line { color: #6b5e2a; }
.sponsor-text-line.fw-bold { color: #4a3f10; }
.sponsor-text-line a { color: inherit; text-decoration-color: #c8b84a; }
.sponsor-text-line a:hover { color: #2a7d4f; }

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.4);
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    opacity: 1;
}

.event-stamp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    width: 240px;
    height: 240px;
    border: 7px solid rgba(180, 40, 40, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
}

.stamp-text {
    color: rgba(180, 40, 40, 0.6);
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
}
