/*
Theme Name: erase_una_vez
Theme URI: https://www.muchoscuentos.com
Author: Ibai Moneo
Author URI: https://www.muchoscuentos.com
Description: Tema con imagen de la mascota de MuchosCuentos de fondo.
Menú oculto desplegable mediante un icono y acceso a subcategorías y 
entradas mediate imágenes enlazadas.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: erase_una_vez
*/
/* Custom Theme Styles for erase_una_vez - single-cuentos.css */
.content__cuentos {
    color: var(--primary-color);
}
.content {
    gap: 1em;
}
article {
    position:relative;
    display: flex;
    flex-direction: column;
    gap: .1em;
}
content__header__cuentos {
    top: 0;
    width: 100%;
    height: auto;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: .05em;
    padding: 0;
    margin: 0 auto;
}
.content__title__single {
    font-size: var(--ph1-largo);
}
.content__contenido--cuentos {
    border-radius: .7em;
    padding: .7em;
    background-color: #fff;
    border: .3em inset rgb(0, 206, 209);
    hyphens: auto;
    width: 100%;
    margin: 4dvh auto .3em;
}
.content__contenido p {
    text-indent: 1.5em; 
    hyphens: auto;
    text-wrap: pretty;
    font-size: var(--p);
    margin: 1lh 0;
}
.content__footer {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: .5em .5em 1em 1em;
}
.footer__navigation {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;  
}
.cuentos-relacionados h2 {
    width: 100%;
    font-size: var(--pabc);
    margin: 0;
    color: rgb(163, 130, 163);
    filter: drop-shadow(.05em .05em .01em rgba(8, 8, 8, 0.8));
    -webkit-text-stroke: .01em var(--accent-color);
}
.footer__navigation li {
    margin-top: .4em; 
    list-style-type: "\1F49C";
    margin-left: .5em;
    padding-left: .2em;
}
.footer__navigation h3 {
    position: relative;
}
.titulos__relacionados a {
    font-size: var(--plia);
    margin: .1em .1em .1em 0;
    text-decoration: none;
    color: rgb(255, 0, 0);
    filter: drop-shadow(.05em .05em .01em rgba(8, 8, 8, 0.8));
    -webkit-text-stroke: .01em var(--accent-color);
}
.footer__navigation li {
    margin: .1em .1em .1em 5em ;
}
.footer__navigation li::marker {
    font-size: var(--pli);
}
.titulos__relacionados a {
    font-size: var(--plia);
    margin: .1em .1em .1em 0;
}
.titulos__relacionados h2 {
    font-size: var(--pabc);
}
.cuentos-relacionados {
    margin-bottom: .4em;
}
img {
    height: auto;
    display: flex;
    border-radius: .6em;  
}
/* Imagen alineada a la izquierda */
.img-left, .img-center {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 40%;
}
/* Imagen alineada a la derecha */
.img-right, .img-inline {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 40%;
}
.img-derecha,
.img-izquierda {
    max-width: 40%;
    aspect-ratio: 1 / 1;
}
.img-izquierda {
    float: left;
    margin: 0 1em 1em 0;
}
.img-derecha {
    float: right;
    margin: 0 0 1em 1em;
}
/* Imagen entre el texto */
.img-entrelinea,
.img-entrelinea-derecha,
.img-entrelinea-izquierda {
    margin: .5em;
    max-width: 30%;
    aspect-ratio: 1 / 1;    
}
.img-entrelinea-derecha {
    float: right;   
}
.img-entrelinea-izquierda {
    float: left;   
}
/* Imagen centrada */
.img-centro {
    margin: 1em auto;
    text-align: center;
    max-width: 55%;
    aspect-ratio: 4 / 3;
}
.dropdown img,
.content__footer--social img {
    border-radius: 0;
}
/* Estilos para el botón de descarga*/
.print-button-container {
    margin: 1.25rem auto;
    text-align: center;
    font-family: 'Verdana', Arial, sans-serif;
    letter-spacing: var(--sans-spacing);
    line-height: 1.5; 
}
.print-button {
    transition: background-color 0.3s;
} 
.print-button:focus {
    background-color: #45a049;
    outline: none;
}
.print-button:focus {
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.4);
}
.print-shortcut {
    display: block;
    font-size: var(--p);
    color: #666;
    margin-top: .3em;
}
/* Elementos accesibles para lectores ocultos */
.visually-hidden {
    position: absolute;
    width: .06em;
    height: .06em;
    margin: -.06em;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
#pdf-cargando {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#pdf-cargando div {
    background: white;
    padding: 1.25em;
    border-radius: .3em;
    box-shadow: 0 0 .6em rgba(0,0,0,0.2);
}
#pdf-mensaje-carga {
    margin: 0 0 .6em;
    text-align: center;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#pdf-cargando .spinner {
    width: 3rem;
    height: 3rem;
    border: .3rem solid #f3f3f3;
    border-top: .3rem solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}
#pdf-error {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    background: #f44336;
    color: white;
    padding: 1.3rem;
    border-radius: .3rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 9999;
}
#pdf-mensaje-error {
    margin: 0;
}
#pdf-error button {
    background: transparent;
    border: none;
    color: white;
    position: absolute;
    top: .3rem;
    right: .3rem;
    cursor: pointer;
    font-size: var(--p);
}
@media (orientation: landscape) {
    .content__title__single {
        font-size: var(--lh1-largo);
    }
    .footer__navigation li::marker {
        font-size: var(--lli); 
    }
    .titulos__relacionados a {
        font-size: var(--llia);
    }
    .cuentos-relacionados h2 {
        font-size: var(--labc);
        
    }
}