.custom-block .oc-link-v2 .btn.user-view-comment:hover svg path,
.custom-block .oc-link-v2 .btn.user-map-button:hover svg path,
.custom-block .oc-link-v2 .btn.maplist-btn:hover svg path,
.custom-block .oc-link-v2 .btn.user-view-comment:focus svg path,
.custom-block .oc-link-v2 .btn.user-map-button:focus svg path,
.custom-block .oc-link-v2 .btn.maplist-btn:focus svg path {
    fill: #fff;
}

.custom-block .oc-link-v2 .btn.user-make-comment:focus,
.custom-block .oc-link-v2 .btn.user-view-comment:focus ,
.custom-block .oc-link-v2 .btn.user-map-button:focus ,
.custom-block .oc-link-v2 .btn.maplist-btn:focus {
    background-color: #000;
    color: #fff;
}

div.custom-block {
    border-radius: 10px;
}

div.custom-block-policy {
    background-color: #e6f3ff;
}

div.custom-block-question {
    background-color: #ecf0f8;
}

div.custom-block-issue {
    background-color: #f3f3f2;
}
