.service-sidebar-block-2ece5b24 {
    font-family: inherit;
    background: transparent;
    padding: 10px 0;
}
.service-sidebar-block-2ece5b24 .ssb-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
.service-sidebar-block-2ece5b24 .ssb-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 30px;
}
.service-sidebar-block-2ece5b24 .ssb-list li {
    margin-bottom: 5px;
}
.service-sidebar-block-2ece5b24 .ssb-list li a {
    color: #1a0dab;
    text-decoration: underline;
}
.service-sidebar-block-2ece5b24 .ssb-btn-wrapper {
    margin-top: 20px;
}
.service-sidebar-block-2ece5b24 .ssb-button {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    background: #fff;
    transition: background 0.3s ease;
}
.service-sidebar-block-2ece5b24 .ssb-button:hover {
    background: #f5f5f5;
}
