/* =========================================================================================================================== */
/*                                            🧩 ABOUT BITCOIN – ORIGINS                                                       */
/*                                            📍 static/css/pages/about_bitcoin/origins.css                                    */
/* =========================================================================================================================== */


/* Fließtext */
.ABOUT_BITCOIN_ORIGINS-text {
    font-size: 1.75rem;
    line-height: 1.7;
    color: #f0f0f0;
    text-align: justify;
    margin-bottom: 0.75rem;
}



/* =========================================================================================================================== */
/* =========================================================================================================================== */
/* =========================================================================================================================== */



/* =========================================================================================================================== */
/*                                            🧩 ABOUT BITCOIN MOBILE – ORIGINS                                                */
/*                                            📍 static/css/pages/about_bitcoin/origins.css                                    */
/* =========================================================================================================================== */

@media (max-width: 768px) {

    /* Fließtext */
    .ABOUT_BITCOIN_ORIGINS-text {
        font-size: 1rem;
        line-height: 1.6;

        text-align: left;      /* 🔥 wichtigster Fix */
        word-break: normal;
        hyphens: auto;

        margin-bottom: 0.75rem;
    }

}