/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


#cmplz-manage-consent .cmplz-manage-consent {
display: block !important;
    box-shadow: none !important;
    bottom: 20px !important;
    left: 10px !important;
    background-color: #0077BB !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    line-height: 1em;
    font-size: 12px !important;
    padding: 5px !important;
    height: 40px !important;
    text-transform: math-auto;
    max-width: 200px;
    width: 180px;
}

@media (max-width: 768px) {
#cmplz-manage-consent .cmplz-manage-consent{
    display: none !important;
  }
}


.conv_message{font-weight:bold!important; font-size:1rem!important;}

.conversion_name, .conversion_email{color:#cc0000!important; font-size:1.2rem!important;}

mark{font-weight:bold;}

iframe { border: none; }

a.glink {
    text-decoration: none;
	color:#3A4F66!important;
	font-size:12px!important;
}



/**
 PDF ARTICOLO
 */



.rg-download-pdf {
    margin-top: 30px;
}

.rg-download-pdf__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 24px;

    background-color: #102A43;
    color: #ffffff;

    border: 0;
    border-radius: 4px;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;

    cursor: pointer;
    transition: all .2s ease;
}

.rg-download-pdf__button:hover {
    background-color: #183f61;
    color: #ffffff;
    transform: translateY(-1px);
}

.rg-download-pdf__button:focus-visible {
    outline: 3px solid #102A43;
    outline-offset: 3px;
}

.rg-download-pdf__button span {
    font-size: 20px;
    line-height: 1;
}


/**
 PDF ARTICOLO
 */