.ah-content,
body{
    background: #f5f5f5;
}
.ah-single-area{
    width: calc(100% - 330px);
}
.ah-single-sidebar{
    width: 315px;
}
.ah-single-box,
.ah-single-related-area{
    background: #fff;
    border-radius: 10px;
    padding: 20px 35px;
    box-shadow: 0 0 11px -7px rgb(0 0 0 / 30%);
}
.ah-single-box:not(:last-child){
    margin-bottom: 35px;
}
.ah-single-thumbnail img{
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
}
.ah-single-content p{
    font-size: 15px;
    margin: 10px 0 5px;
}
.ah-single-content h3,
.ah-single-content h4,
.ah-single-content h5,
.ah-single-content h6{
    font-size: 17px;
    color: #008c44;
    margin: 25px 0 5px;
}
.ah-single-title{
    font-size: 24px;
}
.ah-single-header{
    background: #ebebeb;
    border-radius: 5px;
    padding: 11px;
    margin-bottom: 20px;
}
.ah-single-tags{
    margin-top: 50px;
}
.ah-single-tags a{
    display: inline-block;
    margin: 0 4px 0 0;
    background: #f5f5f5;
    padding: 2px 20px 2px 10px;
    border-radius: 3px;
    position: relative;
}
.ah-single-tags a:before{
    content: '#';
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
}



.ah-single-related-thumbnail img{
    width: 100%;
}
.ah-single-related-title{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.ah-single-related-title a{
    font-size: 18px;
    color: #222;
}
.ah-single-related-area{
    padding: 20px 25px;
}
.ah-single-related-thumbnail img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s;
}
.ah-single-related:hover img{
    -webkit-filter: inherit;
    filter: inherit;
}
.ah-single-related:not(:last-child){
    margin-bottom: 20px;
}

@media only screen and (max-width: 980px) {
    .ah-single-area {
        width: 100%;
    }
    .ah-single-sidebar {
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 980px) {
    .ah-single-box{
        padding: 20px 10px;
    }
}