.widget {
    /* border: 1px solid red; */
}
.widget.widget_homepage,
.banner-home {
    border-top: 2px #000 solid;
    padding-top: 10px;
    margin-top: 20px;
}

.widget_sidebar .widget .nyata_widget_title {
    text-align: center;
    padding-top: 5px;
}
.widget.widget_homepage .nyata_widget_textmore {
    display: block !important;
}
.widget.widget_homepage .nyata_widget_textmore a{
    color: var(--bs-aham-hover);
    text-decoration: none;
    /* border-bottom: 2px #191919 solid; */
}
.widget.widget_homepage .nyata_widget_textmore a:hover{
    color: #191919;
    /* border-bottom: 2px var(--bs-aham-hover) solid; */
}