/* ...existing code... */
/* Turn Pdf 99.v3 Plugin Styles */
/* This file will be expanded with the actual styles for the flipbook, controls, etc. */

/* Basic container styles */
.tp99-flipbook-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}

/* Loading overlay */
.tp99-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    z-index: 10;
}

/* ...existing code... */