
.sb-box {
    width: 100%;
    max-width: 100%;
    margin: 24px 0;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.sb-header {
    background: #8DAA91;
    color: #fff;
    font-weight: 600;
    padding: 8px 16px;
    font-size: 15px;
}

.sb-content {
    background: #fff;
    padding: 16px;
}

.sb-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sb-content li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}

.sb-content li:before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #8DAA91;
    font-weight: bold;
}

/* Editor textarea fix */
.wp-block textarea {
    min-height: 120px;
    height: auto;
    overflow: hidden;
}
