/* Styles for normal display (no edit border) */
.editable-section {
    margin-bottom: 20px;
}

.easyblocks-text {
    margin-bottom: 20px;
}

.easyblocks-image {
    max-width: 100%;
    height: auto;
}

.easyblocks-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0066CC;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.easyblocks-button:hover {
    background-color: #0052a3;
    color: white;
}