/*  -----------------------------------------------------------------------------------------------
    Post Design Default
    @package v.1.0.0
--------------------------------------------------------------------------------------------------- */

.post-design-default
{
    
    background: $white;
    max-width: 100%;
    width: 100%;
   
    .entry-content-inner
    {
        .entry-content
        {
            p
            {
                margin-bottom: 0;
            }
        }
    }
    
    .entry-content-inner
    {
        padding: 24px;
        border: 1px solid $grey;
        
        @include media('<=tablet')
        {
            border: 0;
        }
    }
}