<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mk__share .share__list {
    display: flex;
    list-style-type: none;
    gap: 12px;
}
.mk__share .share__item {
    width: 30px;
    height: 30px;
}
.mk__share .share__icon {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100%;
}
.mk__share .share__icon:hover {
    background: #fff;
}
.mk__share .share__icon {
    fill: #005B95 !important;
}
.mk__share-mobile .share__list {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 0 !important;
}
.mk__share-mobile summary {
    list-style: none;
}
.mk__share-mobile summary::-webkit-details-marker {
    display: none;
}
.mk__share-mobile summary img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}</pre></body></html>