  /**        **/
 /** POLICY **/
/**        **/
.wosk_policy_button_container {
    display: block;
}

.wosk_policy_button {
    display: inline-block;
    padding: 0px 8px;
    border-radius: 3px;
    text-align: center;
    margin: 8px 0;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    transition: all 0.1s linear;
    min-width: 92px;
}


/* themes */
.wosk_policy_button.light {
    background-color: #FFF;
    color: #59636D!important;
    border: 1px solid;
    border-top-color: #D0D0D0;
    border-left-color: #C3C3C3;
    border-right-color: #C3C3C3;
    border-bottom-color: #B8B9BA;
}

.wosk_policy_button.light:hover{
   background-color: rgba(255,255,255,0.9);
   color: #333!important;
}

.wosk_policy_button.dark {
   background-color: #383838;
   color: #FFF!important;
   border: 1px solid #383838;
}

.wosk_policy_button.dark:hover{
   color: rgba(255,255,255,0.8)!important;
}
.wosk_policy_section a {
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.1s linear;
}

.wosk_policy_section {
    margin: 8px 0;
    text-align: justify;
}