/* STB Publicaciones – Frontend Styles */

/* ── Ocultar fecha en el CPT publicacion ───────────────── */
.post-type-archive-publicacion .entry-date,
.post-type-archive-publicacion time,
.single-publicacion .entry-date,
.single-publicacion time,
.post-type-publicacion .entry-date,
.post-type-publicacion time {
    display: none !important;
}

/* ── Sección PDF completa ──────────────────────────────── */
.stbp-pdf-section {
    margin-top: 2em;
}

/* ── Wrapper visor dFlip ───────────────────────────────── */
.stbp-dflip-wrapper {
    margin-bottom: 1.5em;
}

/* ── Wrapper botón descarga ────────────────────────────── */
.stbp-download-wrapper {
    margin-top: 1em;
}

/* ── Botón (replica GenerateBlocks) ───────────────────── */
.gb-button.gb-button-stbp-pdf {
    display:         inline-flex;
    align-items:     center;
    justify-content: center;
    column-gap:      0.5em;
    text-align:      center;
    padding:         15px 20px;
    background-color: #0366d6;
    color:           #ffffff;
    text-decoration: none;
    border-radius:   3px;
    font-weight:     600;
    font-size:       15px;
    transition:      background-color .2s ease, color .2s ease;
    cursor:          pointer;
    border:          none;
}

.gb-button.gb-button-stbp-pdf:hover,
.gb-button.gb-button-stbp-pdf:focus {
    background-color: #222222;
    color:            #ffffff;
    text-decoration:  none;
}

.gb-button.gb-button-stbp-pdf .gb-icon {
    display:      inline-flex;
    align-items:  center;
    line-height:  1;
}

.gb-button.gb-button-stbp-pdf .gb-icon svg {
    height: 1em;
    width:  1em;
    fill:   currentColor;
}
