/**
post
 */
.container-guide{
    box-shadow: 1px 3px 5px #70836f;
    margin-top: 10px;
    margin-bottom: 10px;
}
.guide-item{
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #CCCCCCFF;
}
.guide-item:hover{
    background-color: #f5f4dc;
}
.guide-item img{
    width: 50px;
    height: auto;
    margin-top: 5px;
    margin-right: 5px;
}
.guide-item .title a{
    font-size: 18px;
    color: #0b2e13;
    font-weight: 500;
    text-decoration: none;
}
.guide-item .title a:hover{
    color: #0000cc;
}
.guide-item .description{
    font-style: italic;
}
.pagination{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    border-radius: 0;
    padding: 5px;
    justify-content: flex-end;
    background-color: rgba(245, 246, 235, 0.73);
}
.pagination .page-link{
    padding: 5px 10px;
    font-size: 16px;
    font-weight: normal;
    border: none;
}
.page-item.active .page-link{
    background-color: #aed6dc;
    border: none;
    color: black;
}