/* Frontend styles */
.wp-block-custom-simple-text-box {
    max-width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.wp-block-custom-simple-text-box .content {
    word-break: break-word;
}

.wp-block-custom-simple-text-box .content p {
    margin-top: 0;
    margin-bottom: 1em;
}

.wp-block-custom-simple-text-box .content p:last-child {
    margin-bottom: 0;
}

.wp-block-custom-simple-text-box .content ul,
.wp-block-custom-simple-text-box .content ol {
    margin: 0 0 1em 1em;
    padding-left: 1.5em;
}

.wp-block-custom-simple-text-box .content ul {
    list-style-type: disc;
}

.wp-block-custom-simple-text-box .content ol {
    list-style-type: decimal;
}