<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom_type_adh_wrapper {
    list-style-type:none;
    margin:25px 0 0 0;
    padding:0;
    display: block;
    overflow: auto;
}
.custom_type_adh_wrapper li {
    float:left;
    margin:0 5px 0 0;
    width:150px;
    height:50px;
    position:relative;
    list-style: none !important;
    text-align: center;
    text-transform: uppercase;
}

.custom_type_adh_wrapper .label_custom_type_adh, .custom_type_adh_wrapper input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.custom_type_adh_wrapper input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.custom_type_adh_wrapper input[type="radio"]:checked ~ .label_custom_type_adh {
    background:#464748 !important;
    color:#fff;
}

.custom_type_adh_wrapper .label_custom_type_adh {
    padding:8px 5px 5px;
    border:1px solid #CCC;
    cursor:pointer;
    z-index:90;
}

.custom_type_adh_wrapper .label_custom_type_adh:hover {
    background:#DDD;
}</pre></body></html>