.m24b2b-magazine {
    margin-top: 0;
}

.m24b2b-pdf-viewer {
    border: 1px solid #dcdcde;
    background: #fff;
    border-radius: 6px;
    padding: 12px;
}

.m24b2b-pdf-viewer {
    position: relative;
}

.m24b2b-pdf-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.m24b2b-pdf-button {
    background: #1d2327;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.m24b2b-pdf-canvas {
    width: 100%;
    border-radius: 4px;
}

.m24b2b-pdf-poster {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    pointer-events: none;
}

/* No custom styling applied to Issuu embeds to allow theme control */

/* Ensure Issuu iframe is full-width and responsive without decorative styling */
.m24b2b-issuu-preview {
    background: transparent;
    border: 0;
    padding: 0;
}
.m24b2b-issuu-preview__frame {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: max(60%, 326px);
}
.m24b2b-issuu-preview__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
