.h1, h1 {
font-size: 3rem;
/* color: #000; */
font-weight: 600;
margin-bottom: 1rem;
line-height: 1;
}

.left-side {
/*display: block !important;*/
}
section ul {
    list-style: none;
    padding: 0;
    padding-left: 0;
}
    
section#definicao strong, section#frases strong, section#metaphors strong, section#narrativa strong, section#reflexao strong, section#curiosidade strong {
    font-weight: 400;
}

section li {
    margin-bottom: .25rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid #dfdfdf;
    /* line-height: 2; */
}
    
__section#camadas li {
margin-bottom: 1.5rem;
    background-color: #ffffff;
    display: block;
    padding: .75rem 1rem;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 0 -1px #ffffff, 4px 4px 0 #d9d9d9;
}
section#camadas strong {
    font-weight: 500;
letter-spacing: .5px;
}

__section#curiosidade p {
    margin-bottom: 1.5rem;
    background-color: #ffffff;
    display: block;
    padding: .75rem 1rem;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 0 -1px #ffffff, 4px 4px 0 #d9d9d9;
}

blockquote {
    margin-bottom: 0;
}

blockquote cite:before {
    content: "";
    margin-right: 0px;
}

.gotoIt {
    margin-top: -10px;
    padding: 0 10px;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 4px;
    background-color: #fbfbfb;
        font-size: .85rem;
}

.audioTest {
    overflow: hidden;
}


.create-poster-link {
    text-decoration: none;
    transition: color 0.2s;
}

.create-poster-link:hover {
    color: #8B0000 !important;
}

.adopted-img {
    margin-top: 10px;
    position: sticky;
    top: 25px;
    font-size: .8em;
    /* margin-top: 85px; */
    display: none;
}

aside ul.legend {
    display: block;
}

.theImg {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
}

.theImg img {
    height: auto;
    width: 100%;
    border-radius: 6px;
}

.adopted-img img {
    width: 100%;
    max-width: 100px;
    height: auto;
    padding: 2px;
    border: 1px solid #eee;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    
    /* Transição definida aqui para funcionar ao entrar E sair do hover */
    transition: all 0.2s ease;
}

/* Hover correto — usando a classe certa */
.adopted-img img:hover {
    border-color: #8B0000;
    transform: scale(1.02) rotate(5deg); /* Escala + rotação de 5 graus */
}

.mt-n-2 {
    margin-top: -.75rem;
}



