<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-buttonKebab {
    box-sizing: border-box;
    display: block;
    width: 32px;
    height: 32px;
    padding: 2px;
}

.c-buttonKebab:hover {
    box-sizing: border-box;
    background-color: #f4f4f4 !important;
    border-radius: 50%;
}

.c-buttonKebab&gt;svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

.c-buttonKebab:hover&gt;svg {
    fill: #8d8d8d !important;
}

@media only screen and (min-width:768px) {

    .c-buttonKebab[data-pc-view="true"] {
        display: block;
    }

    .c-buttonKebab[data-pc-view="false"] {
        display: none;
    }

    .c-buttonKebab&gt;svg {
        fill: #8d8d8d;
        filter: none;
    }
}
</pre></body></html>