/*
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%;

}

/**/
.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: none;
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 9999;
    transition: background-color 0.3s, opacity 0.3s;
}

.back-to-top:hover {
    background-color: #555;
}
#main-content .container ul li{
font-family: "Noto Serif Dives Akuru", serif;
    font-weight: normal;
    color: #131313;
    font-size: 1.8rem;
    line-height: 160%;
    letter-spacing: -0.01em;
}
#main-content .container main a{
    color: rgb(211 70 34);
}
.post-tags a{
    border: 1px solid;
}
h5.card-title {
    font-size: 2.5rem;
    font-weight: bold;
}