.detail-sec{
    padding: 0;
    display: inline-flex;
    column-gap: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#comment{
    width: 100%;
    border-radius: 0;
    vertical-align: middle;
    margin-bottom: 10px;
}
.navbar{
    border-bottom: 1px solid black;
}
.foot{
    background-color: white;
    background-image: none;
    min-height: 60px;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: #eaeaea;
    padding-inline: 20px;
    margin-top: 20px;
}
#blog-container{
    max-width: 900px;
}
h2{
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}
h3{
    font-size: 1.2rem !important;
}
p{
    font-size: 1rem !important;
}
.barfii-cate-badge {
    padding: 8px 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-karla);
    border-radius: 30px;
    /* border: 1px solid #121418; */
    margin-bottom: 8px;
    box-shadow: none;
    transform: none;
    line-height: 12px;
  }
  a, span {
    display: inline-block;
    text-decoration: none;
    max-width: max-content;
  }