#respuestas div#fortuna {
    padding: 0px;
    margin: 0px;
    text-shadow: none;
    text-align: left;
    margin-left: 20px;
}
.body {
    display: block !important;
}
.opwrap {
    display: inline-flex !important;
}
div#fortuna {
    font-size: 14px;
    text-align: center;
    padding: 5px;
    /* border: 2px solid #1a5b31; */
    text-shadow: 0 0px 13px #ffbe00a1;
    border-radius: 10px;
    margin: 20px;
}

#fortuna img {
    width: 18px;
    position: absolute;
    margin-left: -21px;
}

a.clicker {
    background: url(https://chan.mx/1.webp) !important;
}

a.clicker {
    font-size: 18px;
    color: white;
    background: #ffffff24;
    padding: 8px !important;
    margin-top:2px !important;
    margin-bottom:20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 900;
    background-size: 222px !important;
    display: inline-block;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

#fuego {
    margin-top: -35px;
    /* border: none !important; */
    /* position: absolute; */
    width: 130px;
    max-width: 100%;
    margin-left: 0px;
    height: 20px;
    left: 132px;
    /* margin-bottom: -10px; */
    opacity: 0.84;
    z-index: 11;
    display: block;
}



ul.menu {
    display: flex;
    margin-bottom: 20px;
    text-decoration: none;
    list-style-type: none;
    padding-right: 20px;
    color: #000;
    background: #c1c1c129;
    /* display: inline-block; */
    padding: 8px;
    margin: 8px 0 4px 0;
    border-right: 1px solid #b7c5d936;
    border-bottom: 1px solid #b7c5d929;
}


.menu li {
    margin-right: 18px;
}
#notice {

    background: #173d35;
    opacity: 0.84;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
    font-size: 13px;
    text-shadow: 0 1px rgba(255,255,255,0.4);
    color: #fff;
    text-shadow: #111 1px 1px 1px;
    width: 100%;
    position: fixed;
    MARGIN-BOTTOM: -5PX;
    /* padding-right: 1.5em; */
    /* padding-top: 2.3em; */
    /* padding-left: 1.5em; */
    /* margin-top: -4em !important; */
    /* margin-right: -2em !important; */
    /* margin-left: -2em !important; */
    argin-bottom: -1em;
    TEXT-ALIGN: LEFT;
    font-size: 16px;
    font-family: unset;
    bottom: 5;
    padding: 9px;
    opacity: 0.8;
    }
.top_text#logo {
    display: none;
}

.boardlist {
    text-align: center;
}
        /* .body.truncado {
            display: -webkit-box;
            -webkit-line-clamp: 20;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }*/
.post.highlight {
    background-color: #fffea0; /* Color de resaltado */
}
.backlinks { font-size: 12px; opacity: .85; margin-top: 4px; }
.backlinks a { color: inherit; text-decoration: underline; }

/* Forzar apilado en replies, permitir imagen OP a la izquierda */
.thread .replies { display: block; clear: both; }
.thread .post.reply { display: block !important; float: none !important; clear: both; }
.thread .post.op { clear: none; }
/* Contenedor de OP con imagen y texto lado a lado */
.thread .opwrap { display: flex; align-items: flex-start; gap: 10px; }
.thread .opwrap .files { flex: 0 0 auto; float: none !important; }
.thread .opwrap .post.op { flex: 1 1 auto; }

/* En móviles, apilar: imagen arriba, texto del OP debajo */
@media (max-width: 800px) {
  /* Apilar OP en móviles/tablet: imagen arriba, texto debajo */
  .thread .opwrap { display: block !important; }
  .thread > .files { float: none !important; margin-right: 0 !important; }
  .thread .opwrap .files { float: none !important; display: block; margin-right: 0; margin-bottom: 8px; }
  .thread .opwrap .post.op { clear: both !important; }
}
/* Archivos dentro de posts (replies) en bloque */
.thread .post .files, .thread .post .file { float: none !important; display: block; }
/* Archivos del OP (hijo directo de .thread) flotan a la izquierda */
.thread > .files { float: left !important; display: block; margin-right: 10px; }
.thread .post .body { display: block; }
.thread .post .post-image { display: inline-block; vertical-align: top; }
.thread .post .post-image-link { display: inline-block; }
