/* Placeholder for pptxjs.css */
/* Please download the full CSS file from GitHub: https://github.com/meshesha/PPTXjs */
.pptx-placeholder-message {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    text-align: center;
    color: #666;
    margin: 20px 0;
}
.pptx-placeholder-message a {
    color: #007bff;
    text-decoration: underline;
}
