/**
 * استایل‌های ویجت متن ساده
 */
.simple-text-widget {
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: center;
}