/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 oct. 2022, 10:13:58
    Author     : bonneau
*/

.single-post .asptt-block-single-post-header{
    margin-bottom: 34px;
}

.single-post .asptt-single-post__content{
    margin-bottom: 50px;
}

.asptt-single__detail + .asptt-single__detail{
    margin-top: 16px;
}

.asptt-single__detail{
    padding: 16px 18px;
    background-color: #eeeeee;
    font-size: 14px;
    line-height: 20px;
}

.asptt-single__detail__item__title{
    font-weight: bold;
    color: var(--e-global-color-primary);
    margin-bottom: 8px;
}

.asptt-single__detail{
    display: flex;
    align-items: flex-start;
}

.asptt-single__detail__icon{
    color: var(--e-global-color-primary);
    font-size: 35px;
    max-width: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asptt-single__detail__content{
    padding-left: 12px;
}

.asptt-single__detail__item + .asptt-single__detail__item{
    margin-top: 15px;
}
