/* ================================== */
/* css/pdf-rotate.css
/* Page-specific styles for Rotator
/* ================================== */

/* 1. Global Rotation Buttons */
.rotate-controls .btn-neutral {
    width: 100%;
    text-align: left;
    padding: 0.6rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    justify-content: flex-start; /* Align text left */
}

/* 2. Page Card Canvas (for transform) */
#rotatePagePreview .page-card-canvas {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* 'transform-origin: center' is default for canvas */
}