/*=========================================
Terminal Content
=========================================*/
.content-section #ez-toc-container {
    display: none !important;
}
.terminal-content{

    margin-top:0px;

}

.content-section{

    background:#fff;

    border-radius:16px;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

    padding:35px;

    margin-bottom:35px;

}

.content-section h2{

    font-size:30px;

    font-weight:700;

    color:var(--secondary);

    margin-bottom:25px;

    display:flex;

    align-items:center;

    gap:12px;

}

.content-section h2 i{

    color:var(--primary);

}

.content-body{

    color:#555;

    line-height:1.9;

    font-size:17px;

}

.content-body p{

    margin-bottom:18px;

}

.content-body ul{

    padding-left:22px;

    margin-bottom:20px;

}

.content-body li{

    margin-bottom:10px;

}

.content-body img{

    max-width:100%;

    height:auto;

    border-radius:12px;

    margin:25px 0;

}

.content-body table{

    width:100%;

    margin:25px 0;

}

.content-body h3{

    margin-top:30px;

    margin-bottom:15px;

    color:var(--secondary);

}

.content-body a{

    color:var(--primary);

    text-decoration:none;

}

.content-body a:hover{

    text-decoration:underline;

}

@media(max-width:768px){

    .content-section{

        padding:25px;

    }

    .content-section h2{

        font-size:24px;

    }

}

.required{
    color:#dc3545;
    font-weight:700;
}