.widget-documentation.template-2{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-documentation.template-2 .widget-header{
    display: flex;
    flex-direction: column;
}
.widget-documentation.template-2 .widget-header .widget-title{
    font-size: 1.2em;
    font-weight: 700;
    line-height: 128%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-documentation.template-2 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 128%;
    color: #000;
}
.widget-documentation.template-2 .widget-header .widget-description a{
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.widget-documentation.template-2 .widget-header .widget-description p{
    margin-bottom: .85em;
}
.widget-documentation.template-2 .widget-header .widget-description p:last-child{
    margin-bottom: 0;
}
.widget-documentation.template-2 .widget-header .widget-title + .widget-description{
    margin-top: 1.35em;
}
.widget-documentation.template-2 .widget-header .widget-tooltip{
    font-size: .8em;
    font-style: italic;
    font-weight: 400;
    line-height: 130%;
    color: #000;
    margin-top: .95em;
}
.widget-documentation.template-2 .widget-header + .widget-content{
    margin-top: 36px;
}
.widget-documentation.template-2 .widget-content{}
.widget-documentation.template-2 .widget-sections{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.widget-documentation.template-2 .widget-section{
    max-width: calc(50% - 12.5px);
    flex: 0 0 calc(50% - 12.5px);
    border-radius: 4px;
    padding: 36px 32px;
    background-color: #EFEDFF;
}
.widget-documentation.template-2 .widget-section:nth-child(4n+3),
.widget-documentation.template-2 .widget-section:nth-child(4n+2){
    background-color: #F3F9FE;
}
.widget-documentation.template-2 .widget-items{
    display: flex;
    flex-direction: column;
    gap: 1.75em;
}
.widget-documentation.template-2 .widget-item{

}
.widget-documentation.template-2 .widget-item-description{
    font-size: .8em;
    font-weight: 400;
    line-height: 128%;
    color: #000000;
}
.widget-documentation.template-2 .widget-item-commands{
    display: flex;
    flex-direction: column;
    gap: .95em;
}
.widget-documentation.template-2 .widget-item-description + .widget-item-commands{
    margin-top: 1.75em;
}
.widget-documentation.template-2 .widget-item-command{
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: .9em;
    font-weight: 300;
    line-height: 130%;
    color: #000;
}
.widget-documentation.template-2 .widget-item-command svg{
    display: flex;
    flex: 0 0 9px;
    height: auto;
    transform: translateY(7px);
}
.widget-documentation.template-2 .widget-footer{
    margin-top: 23px;
}
.widget-documentation.template-2 .widget-footer .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #000;
}
.widget-documentation.template-2 .widget-footer .widget-description b{
    font-weight: 600;
}
.widget-documentation.template-2 .widget-footer .widget-description a{
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
@media all and (max-width: 800px) {
    .widget-documentation.template-2{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-documentation.template-2 .widget-header .widget-title br{
        display: none;
    }
    .widget-documentation.template-2 .widget-header .widget-tooltip{
        font-size: .9em;
    }
    .widget-documentation.template-2 .widget-header .widget-tooltip br{
        display: none;
    }
    .widget-documentation.template-2 .widget-section{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-documentation.template-2 .widget-items{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-documentation.template-2 .widget-item-description + .widget-item-commands{
        margin-top: 1.2em;
    }
    .widget-documentation.template-2 .widget-items{
        gap: 1.2em;
    }
    .widget-documentation.template-2 .widget-item-description {
        font-size: .9em;
    }
    .widget-documentation.template-2 .widget-item-command{
        font-size: 1em;
    }
}
@media all and (max-width: 600px) {
    .widget-documentation.template-2 .widget-header .widget-title {
        font-size: 1.2em;
    }
    .widget-documentation.template-2 .widget-header + .widget-content {
        margin-top: 28px;
    }
    .widget-documentation.template-2 .widget-sections{
        gap: 20px;
    }
    .widget-documentation.template-2 .widget-section{
        padding: 24px;
    }
    .widget-documentation.template-2 .widget-item-command svg{
        transform: translateY(5px);
    }
}
