.toborblocks-page-template,
.toborblocks-elementor-template,
.toborblocks-custom-template,
.toborblocks-description-template-wrap {
    clear: both;
    width: 100%;
}

.toborblocks-template-error {
    background: #fef2f2;
    color: #991b1b;
    padding: 15px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    margin: 10px 0;
}

.toborblocks-default-description {
    margin: 20px 0;
}

.toborblocks-page-template .entry-title,
.toborblocks-page-template .page-title,
.toborblocks-custom-template .entry-title,
.toborblocks-custom-template .page-title {
    display: none;
}

.toborblocks-template-tab-content {
    padding: 20px 0;
}

@media (max-width: 768px) {
    .toborblocks-page-template,
    .toborblocks-elementor-template,
    .toborblocks-custom-template {
        margin: 15px 0;
    }

    /* Product interface leads with the sticky nav — drop the top margin so the
       grey #boxed-layout-pro background doesn't show as a bar above it (task 72). */
    .toborblocks-description-template-wrap--product-interface .toborblocks-custom-template {
        margin-top: 0;
    }
}
