/* ACF Iframe Display Plugin Styles */
.acf-iframe-container {
    position: relative;
    width: 100%;
}

.acf-iframe-container iframe {
    display: block;
    width: 100%;
    border: none;
    background: #fff;
}

/* Responsive iframe container */
.acf-iframe-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.acf-iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Loading state
.acf-iframe-container::before {
    content: "Loading...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    z-index: -1;
} */

.pdfbtn {
    background-color: transparent;
    font-family: "neusa-next-std", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.5px;
    fill: #343434;
    color: #343434;
    border: 1px solid #343434;
    line-height: 1;
    padding: 13px 24px 11px;
    border-radius: 3px;
}

.pdfbtn:hover {
    background-color: #343434;
    color: #fff;
}
