/* ===== YEARBOOK SECTION STYLES ===== */
.yearbook-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.yearbook-preview {
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

.yearbook-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 5px;
}

.page-display {
    background: #f8f9fa;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #495057;
    border: 1px solid #dee2e6;
}

/* DearFlip customizations */
.df-container {
    background-color: #f8f9fa !important;
    border-radius: 8px;
    /* Prevent pinch zoom on touch devices */
    touch-action: pan-y !important;
}

@media (max-width: 768px) {
    .yearbook-preview {
        margin: 0 -15px;
        border-radius: 0;
    }
    
    .yearbook-controls {
        padding: 0 15px;
    }
}
