﻿.theme-OldTavern {
    background-color: #1a1a1a;
    color: #e8d5b7;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.02em;
}

.theme-OldTavern h1,
.theme-OldTavern h2,
.theme-OldTavern h3,
.theme-OldTavern h4,
.theme-OldTavern h5,
.theme-OldTavern h6 {
    /* font-family: 'Cinzel Decorative', serif; */
    font-family: 'Cinzel Decorative', serif;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.theme-OldTavern body,
.theme-OldTavern p,
.theme-OldTavern li,
.theme-OldTavern div,
.theme-OldTavern a,
.theme-OldTavern input,
.theme-OldTavern textarea,
.theme-OldTavern select,
.theme-OldTavern label,
.theme-OldTavern th,
.theme-OldTavern td {
    font-family: 'Cormorant Garamond', serif;
    color: #e8d5b7;
}

.theme-OldTavern .menu-item {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

/* Remove border on last item */
.theme-OldTavern .menu-item:last-of-type {
    border-bottom: none;
}

.theme-OldTavern .category-line,
.theme-OldTavern .decorative-line,
.theme-OldTavern .decorative-line-last {
    background-color: #d4af37;
    height: 2px;
    position: relative;
}

.theme-OldTavern .decorative-icon::before,
.theme-OldTavern .decorative-icon-last::before {
    content: "❖";
    color: #d4af37;
    font-size: 1.6rem;
}

.theme-OldTavern .decorative-icon,
.theme-OldTavern .decorative-icon-last {
    background-color: #1a1a1a;
}

.theme-OldTavern .menu-header,
.theme-OldTavern .decorative-line {
    position: relative;
}

.theme-OldTavern .menu-header::before {
    left: 10%;
}

.theme-OldTavern .menu-header::after {
    right: 10%;
}

.theme-OldTavern .cocktail-name {
    font-size: 1.6rem;
    color: #f3eacb;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.theme-OldTavern .cocktail-description {
    font-style: italic;
    color: #c9b28a;
}

.theme-OldTavern .ingredient,
.theme-OldTavern .ingredient-list-item {
    color: #e8d5b7;
    font-size: 1rem;
    position: relative;
}

.theme-OldTavern .ingredient:not(:last-child)::after {
    content: "•";
    color: #d4af37;
}

.theme-OldTavern .ingredient-list-item::before {
    content: "◆";
    color: #d4af37;
    margin-right: 8px;
}

.theme-OldTavern .category-name {
    color: #d4af37;
    font-family: 'Cinzel Decorative', serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.theme-OldTavern .cocktail-image-container {
    padding: 10px;
    border-radius: 6px;
}

.theme-OldTavern .cocktail-image {
    border-radius: 4px;
    filter: sepia(40%) contrast(95%) brightness(90%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

@keyframes goldFlicker {
    0%, 100% {
        text-shadow: 0 0 3px #d4af37, 0 0 6px #b78c2b, 0 0 10px #d4af37;
        opacity: 0.9;
    }

    50% {
        text-shadow: 0 0 10px #ffd700, 0 0 18px #e3c565, 0 0 24px #d4af37;
        opacity: 0.8;
    }

    70% {
        opacity: 0.7;
    }
}

.theme-OldTavern .menu-title {
    margin-bottom: 1rem;
}

.theme-OldTavern .decorative-line-last {
    margin-top: 3rem;
    opacity: 0.7;
}
