<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn__vk {
    background-color: #48729e;
    background-image: url(), linear-gradient(transparent, transparent)
}

a.button3D {
    display: inline-block;
    position: relative;
    min-height: 25px;
    min-width: 40px;
    margin: 25px 0 20px 0;
    padding: 10px 20px;
    text-decoration: none;
    font: 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

a.button3D:after,
a.button3D:before {
    content: '';
    position: absolute;
    left: -1px;
    height: 100%;
    width: 100%;
    bottom: -1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.button3D--black,
.button3D--black:hover,
.button3D--black:visited {
    color: #fff;
    border-bottom: 4px solid #414141;
    text-shadow: 0 1px 0 #2f2f2f;
    background: #656565;
    background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#444));
    background: -moz-linear-gradient(top, #656565, #444);
    box-shadow: inset 1px 1px 0 #939393
}

.button3D--black:after,
.button3D--black:before {
    border: 1px solid #535353;
    border-bottom: 1px solid #343434
}

.button3D--black:after {
    border: 1px solid #5a5a5a
}

.button3D--black:hover {
    background: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#656565));
    background: -moz-linear-gradient(top, #444, #656565)
}

.button3D:active {
    border: none;
    bottom: -4px;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff;
    box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3)
}

a.button3D:active:after,
a.button3D:active:before {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.vk__comment {
    background: #edeef0;
    color: #000;
    padding: 20px 15px 0 20px;
    direction: ltr;
    font-size: 13px;
    font-family: inherit;
    line-height: 14px;
    font-weight: 400
}

.vk__avatar img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    vertical-align: top;
    float: left
}

.vk__name {
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #2a5885;
    line-height: 20px;
    font-size: 13px;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    direction: ltr;
    margin-left: 60px
}

.vk__text {
    padding: 0;
    word-wrap: break-word;
    background: #edeef0;
    color: #000;
    margin: 0;
    padding: 0;
    direction: ltr;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
    line-height: 20px;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    margin-left: 60px
}

.vk__time {
    color: #939393;
    font-size: 12.5px;
    line-height: 20px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
    margin-left: 60px
}

.vk__comment:last-child {
    padding-bottom: 20px;
    border-radius: 0 0 3px 3px
}</pre></body></html>