a.sp-link{
    color: #7c92a8 !important;
}
i.sp-marker{
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 7px;
    background-color: #7c92a8;
    margin-right: 10px;
}
.sp-gallery-simple {
    display: flex;
}
.sp-gallery-simple .__item {
    margin-right: 10px;
}
.sp-gallery-simple .__item img{
    width: 300px;
}
.sp-vpn-params tr:first-child td {
    border-top: 1px solid #7c92a855;
}
.sp-vpn-params td {
    border-bottom: 1px solid #7c92a855;
    padding: 4px 20px 3px 0;
}
.sp-attention {
    padding-left: 64px;
    background-image: url(/wp-content/uploads/2026/03/icon-attention.png);
    background-repeat: no-repeat;
    background-position: -4px 45%;
    background-size: 60px auto;
    max-width: 600px;
    font-style: italic;
    margin-top: 25px;
}