/* =========================================================
   MHQC · Listado de cartas
   Solo lo necesario para el botón «leer más».
   No toca el diseño de las cartas.
   ========================================================= */

.mhqc-oculta {
    display: none !important;
}

.mhqc-mas {

    display: flex;
    justify-content: center;

    margin: 10px 0 40px;
}

.mhqc-mas button.mhqc-mas-boton {

    padding: 13px 27px;

    border: 0 !important;
    border-radius: 999px !important;

    background: #348d85 !important;

    color: #ffffff !important;

    font-size: 13px;
    line-height: 1.15;

    font-weight: 700;

    letter-spacing: .025em;

    cursor: pointer;

    transition: .2s ease;
}

.mhqc-mas button.mhqc-mas-boton:hover {

    background: #2f7f78 !important;

    transform: translateY(-1px);
}

.mhqc-mas button.mhqc-mas-boton:focus-visible {

    outline: 2px solid #34332f;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {

    .mhqc-mas button.mhqc-mas-boton {
        transition: none;
    }

    .mhqc-mas button.mhqc-mas-boton:hover {
        transform: none;
    }
}
