/* Fattuto professional page – Dark theme */
body,html,body .uicore-body-content{

 background-color: #1E1E1E!important;

}
.fattuto-page {
    color: #e6e6e6;
    padding: 30px;
    min-height: 100vh;
    max-width:1000px;
    margin:20px auto;
    line-height:1.6;
    background-color: #17141d !important;
    border-radius: 10px;
    box-shadow: -1rem 0 3rem #000!important;
}

.fattuto-page h1,
.fattuto-page h2,
.fattuto-page h3 {
    color: #ffffff;
    font-family: "Fredoka", Sans-serif!important;
     font-weight: 900!important;
   
}

body .fattuto-page p a img{

height:55px!important ;
 border-radius:10px!important;
}
.fattuto-page p {

    font-family: "Fredoka", Sans-serif!important;
    font-size: 16px!important;
    font-weight: 500!important;

}
.fattuto-page a {
    color: #ff3131;
    text-decoration: none;
}

.fattuto-page a:hover {
    text-decoration: underline;
}

.fattuto-page .cta {
    margin-top: 40px;
    padding: 20px;
    background: #1b1f2a;
    border-radius: 8px;
}

.fattuto-page .gdpr {
    margin-top: 50px;
    font-size: 14px;
    color: #b0b0b0;
}

.fattuto-page .gdpr a {
    color: #ff6b6b;
}