body.widget-snippet {
    padding:40px;
    max-width: initial;
    background-color:#000;
}
.widget-snippet .snippet-copyright-develop {
    text-align: left;
    margin: 0 auto;
}
#webcommander-page .widget-snippet .snippet-copyright-develop .copyright a,
#webcommander-page .widget-snippet .snippet-copyright-develop .copyright p {
    color: rgba(255, 255, 255, 0.69);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--bk-p-family, var(--bk-font-base, "Manrope", sans-serif));
    text-decoration: none;
    letter-spacing: 0.02em;
    margin: 0;
    text-decoration: none !important;
}
#webcommander-page .widget-snippet .snippet-copyright-develop .copyright a:hover {
    color: var(--bk-color-primary, #C47766);
    outline: 0;
}