/* Add to your theme's CSS */
.guidelines-pdf-button {
    z-index: 999;
}

.guidelines-pdf-button:disabled {
    opacity: 0.7;
    cursor: wait;
}

@media print {
    .guidelines-pdf-button {
        display: none;
    }
}

/* Style for temp container */
.pdf-section-container {
    background: var(--wp--preset--color--base);
    padding: 60px;
    box-sizing: border-box;
}
    
.pdf-section-container, .pdf-cover-container * {
    max-width: 100%;
    box-sizing: border-box;
}

.pdf-section-container img {
    height: auto;
}

/* Cover page */
.pdf-cover-page {
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--accent-3);
    color: var(--wp--preset--color--contrast);
    padding: var(--wp--preset--spacing--50);
}