/* Pub School Common Styles */

.reveal .slides {
    text-align: left;
}

.reveal h1, .reveal h2, .reveal h3 {
    text-align: center;
    color: #d4af37;
}

.pub-tip {
    background: rgba(212, 175, 55, 0.1);
    padding: 0.8em;
    border-left: 4px solid #d4af37;
    margin: 0.8em 0;
    font-size: 0.85em;
}

.etiquette-list {
    font-size: 0.9em;
}

.drink-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.phone-warning {
    background: rgba(255, 100, 100, 0.2);
    padding: 0.8em;
    border-left: 4px solid #ff6464;
    margin: 0.8em 0;
    font-size: 0.9em;
    font-weight: bold;
}

.slide-content {
    font-size: 0.85em;
}

.quiz-compact {
    font-size: 0.75em;
}

.quiz-compact .fragment {
    margin: 0.5em 0;
}

.quiz-compact p {
    margin: 0.3em 0;
}

.fullscreen-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(212, 175, 55, 0.8);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    z-index: 1000;
    transition: background 0.3s ease;
}

.fullscreen-btn:hover {
    background: rgba(212, 175, 55, 1);
}

.fullscreen-btn.hide {
    display: none;
}

/* Fullscreen background fix - solid dark background without gradient highlight */
.reveal:fullscreen {
    background: #002b36;
}