/* 
 * CSS: Complianz
 * @desc: Complianz custom styles
 */

/* Cookie banner - Container and children */
.cmplz-cookiebanner * {
    font-family: 'Source Sans Pro', sans-serif!important;
}

/* Cookie banner - Container */
.cmplz-cookiebanner {
    padding-bottom: 1.5rem!important;
}

/* Cookie banner - Logo */
.cmplz-cookiebanner .cmplz-logo {
    display: flex;
}

/* Cookie banner - Message */
.cmplz-cookiebanner .cmplz-message{
    margin-bottom: 1rem!important;
}

/* Cookie banner - Document hyperlinks */
.cmplz-buttons {
    margin-bottom: 1rem!important;
}

/* Videos consent message - block */
.cmplz-blocked-content-container .cmplz-blocked-content-notice {
    border: 1px solid white;
    border-radius: 10px;
    font-family:'Source Sans Pro',sans-serif!important;
    max-width: 90%;
}

/* Videos consent message - link */
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a {
    color: #808080!important;
}

/* Videos consent message - button */
.cmplz-blocked-content-container .cmplz-blocked-content-notice button {
    border: 1px solid #808080;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    background-color: white;
    color: #111;
}

/* Cookie Policy document - Full with */
#cmplz-document {
    max-width: 100%!important;
}

/* Cookie Policy document - titles */
#cmplz-document h2 {
    font-family: 'League Gothic', sans-serif;
    font-size: 50px!important;
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0.1rem;
    border-left-width: 0px;
    border-bottom-color: #b1b1b1;
    border-bottom-style: solid;
    min-width: 100%;
    max-width: 100%;
    text-transform: uppercase!important;;
    font-weight: 400;
    margin-bottom: 2rem!important;
    margin-top: 2rem!important;
    line-height: normal;   
}

/* Cookie Policy document - texts */
#cmplz-document p {
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 1rem;
    font-size: 18px!important;
    text-align: justify;
    color: #ffffff;
    font-weight: 400;
}

/* Cookie Policy document - placed cookies */
#cmplz-document .cmplz-dropdown-cookiepolicy,
#cmplz-document .cookies-per-purpose * {
    color: white!important;
    background-color: #111111!important;
}

/* Cookie Policy document - Service header, Category header, Summary */
#cmplz-document .cmplz-service-header *,
#cmplz-document .cmplz-category-header,
#cmplz-document .cmplz-dropdown summary {
    color: #111111!important;
    background-color: white!important;
}

/* Custom styles under 1330px */
@media (max-width: 1330px) { 
  
    /* Cookie Policy document - titles */
    #cmplz-document h2 {
        font-size: 40px!important;  
    }
    
    /* Cookie Policy document - texts */
    #cmplz-document p {
        font-size: 16px!important;
    }
  
}

/* Custom styles under 674px */
@media (max-width: 674px) { 
  
    /* Cookie Policy document - titles */
    #cmplz-document h2 {
        font-size: 30px!important;
        margin-bottom: 1rem!important;
        margin-top: 1rem!important;
    }
    
    /* Cookie Policy document - texts */
    #cmplz-document p,
    #cmplz-document h3 {
        font-size: 14px!important;
    }
  
}

/* Custom styles under 474px */
@media (max-width: 474px) { 
  
    /* Cookie Policy document - titles */
    #cmplz-document h2 {
        font-size: 25px!important;
    }
    
    /* Cookie Policy document - texts */
    #cmplz-document p {
        font-size: 12px!important;
    }
  
}