/* استایل‌های فرانت‌اند */

.newcms-builder-content {
    width: 100%;
}

/* استایل‌های ویجت متن */
.newcms-widget-text {
    margin-bottom: 20px;
    line-height: 1.6;
}

/* استایل‌های ویجت دکمه */
.newcms-widget-button-wrapper {
    margin: 20px 0;
}

.newcms-button {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.newcms-button-primary {
    background: #0073aa;
    color: #fff;
}

.newcms-button-primary:hover {
    background: #005a87;
    color: #fff;
}

.newcms-button-secondary {
    background: #666;
    color: #fff;
}

.newcms-button-secondary:hover {
    background: #555;
    color: #fff;
}

.newcms-button-success {
    background: #46b450;
    color: #fff;
}

.newcms-button-success:hover {
    background: #3a9a42;
    color: #fff;
}

.newcms-button-danger {
    background: #dc3232;
    color: #fff;
}

.newcms-button-danger:hover {
    background: #b82828;
    color: #fff;
}

/* استایل‌های ویجت تصویر */
.newcms-widget-image-wrapper {
    margin: 20px 0;
}

.newcms-widget-image {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* استایل‌های ویجت عنوان */
.newcms-widget-heading {
    margin: 20px 0;
    font-weight: 600;
}

.newcms-custom-badge {
    background: #46b450;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    margin-left: auto;
}
