.flipbook-wrapper-535f3c11 {
    position: relative;
    width: 100%;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.flipbook-wrapper-535f3c11.is-fullscreen-535f3c11 {
    background: #222;
    padding: 40px;
    height: 100vh;
    border-radius: 0;
    justify-content: center;
}

.flipbook-container-535f3c11 {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16/9;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.flipbook-container-535f3c11.is-zoomed-535f3c11 {
    transform: scale(1.5);
    z-index: 10;
}

.flipbook-page-535f3c11 {
    background-color: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    overflow: hidden;
}

.flipbook-loading-535f3c11 {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #666;
}

.flipbook-controls-535f3c11 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    padding: 10px 20px;
    background: rgba(255,255,255,0.9);
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 20;
}

.flipbook-wrapper-535f3c11.is-fullscreen-535f3c11 .flipbook-controls-535f3c11 {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.flipbook-controls-535f3c11 button {
    background: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.2s;
}

.flipbook-controls-535f3c11 button:hover {
    background: #0056b3;
}

.flipbook-page-info-535f3c11 {
    font-size: 14px;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
}

.flipbook-fallback-535f3c11 {
    width: 100%;
}

@media (max-width: 768px) {
    .flipbook-wrapper-535f3c11 {
        padding: 10px;
    }
    .flipbook-container-535f3c11 {
        aspect-ratio: 3/4;
    }
}
