.flipbook-wrapper-7b247658 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.flipbook-toolbar-7b247658 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.fb-btn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
}

.fb-btn:hover {
    background: #f0f0f0;
}

.fb-page-info-7b247658 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    min-width: 60px;
    text-align: center;
}

.flipbook-container-7b247658 {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.flipbook-book-7b247658 {
    margin: 0 auto;
}

.fb-page-7b247658 {
    background: #fff;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.fb-page-7b247658 canvas {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flipbook-empty-7b247658 {
    text-align: center;
    padding: 40px;
    background: #eee;
    border-radius: 8px;
    font-family: sans-serif;
}