/* =========================================================================================================================== */
/*                                            🧩 INFO – IMPRINT                                                                */
/*                                            📍 static/css/pages/info/imprint.css                                             */
/* =========================================================================================================================== */


/* Container – Imprint */
.INFO_IMPRINT-container h1 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 6rem;
    line-height: 1.2;
    text-shadow: none;
    font-family: "Courier New", monospace;
}

/* Headline – Imprint */
.INFO_IMPRINT-headline {
    text-transform: uppercase;
    font-size: 2.2rem; 
    letter-spacing: 2.5rem;  
    color: rgba(255,255,255,0.85); 
    text-align: center;   
    margin-bottom: 3rem; 
}

/* Subheadline – Imprint */
.INFO_IMPRINT-subheadline {
    text-transform: uppercase;
    font-size: 1.4rem;

    color: rgba(255, 215, 150, 0.85);

    padding: 0.375rem 0.875rem;
    display: inline-block;
}

/* Block – Imprint */
.INFO_IMPRINT-block {
    color: #fff;
    font-size: 1.25rem;
    display: block;
    padding: 0.875rem 1.25rem;
    border-radius: 0.9375rem;
    margin-bottom: 1.25rem;
    text-align: center;  

    background: linear-gradient(
        145deg,
        rgba(30,30,30,0.9),
        rgba(50,50,50,0.9)
    );

    box-shadow:
        0 0 0 0.0625rem rgba(0,0,0,0.5),
        0 0 0.625rem rgba(0,0,0,2);
}

/* Block Title – Imprint */
.INFO_IMPRINT-block h2 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 0.375rem;
    color: rgba(255, 215, 150, 0.85);
}

/* Block Subtitle – Imprint */
.INFO_IMPRINT-block h3 {
    margin-top: 0.3125rem;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
}