/* Виджет: Свой виджет */
.widget-custom { flex-direction: column; align-items: center; text-align: center; }
.widget-custom--no-icon .widget-custom-icon { display: none; }
.widget-custom-inner { flex-direction: column; gap: var(--widget-gap); }
.widget-custom-icon::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 50%; height: 60%; border: 2px solid var(--color-primary); border-radius: 3px; }
.widget-custom .widget-custom-title { font-weight: 600; margin-bottom: 0.22em; }
.widget-custom .widget-custom-content { font-size: 0.95em; color: var(--color-text-muted); line-height: 1.4; white-space: pre-wrap; word-break: break-word; text-align: center; }
