/*
Theme Name: Twentytwentyfive Child
Template: twentytwentyfive
Version: 1.0
*/
/******************* CUSTOM STYLING USED IN WEBSITE *******************/

@import "css/bootstrap.min.css";
@import "css/all.min.css";
@import "css/style.css";

a:where(:not(.wp-element-button)){
    text-decoration: none !important;
}
.sidebar .hover-effect:hover {
    color: #0d6efd; /* Bootstrap primary color */
    text-decoration: underline;
}

.sidebar {
  display: block;
}

.sidebar .sidebar-row {
  margin: 0 0 3rem;
}

.sidebar-row .sidebar-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 1rem;
}

.sidebar-row .sidebar-post-items{
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin: 0 0 1.6rem;
}

.sidebar-row .sidebar-post-items:last-child{
    margin: 0;
}

.sidebar-row .sidebar-post-items a{
    display: block;
}

.sidebar-row .sidebar-post-items .img-box{
    width: 7.5rem;
    min-width: 7.5rem;
}

.sidebar-row .sidebar-post-items .sidebar-post-item-title{
    margin: 0;
        font-size: 1.7rem;
    line-height: 140%;

}