/* Стили для документации и справки */

.screenshot {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.screenshot img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

/* Стили для инструкций */
.instruction-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.instruction-content h1 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.instruction-content h2 {
    color: #34495e;
    margin-top: 30px;
    margin-bottom: 15px;
}

.instruction-content h3 {
    color: #2c3e50;
    margin-top: 25px;
    margin-bottom: 10px;
}

.instruction-content ul {
    margin-bottom: 15px;
}

.instruction-content li {
    margin-bottom: 8px;
}

/* Алерты и предупреждения */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeaa7;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Пошаговые инструкции */
.step {
    background: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
}

.step h4 {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 10px;
}

/* Блоки с информацией */
.info-block {
    background: #e8f4f8;
    border: 1px solid #bee5eb;
    border-radius: 6px;
    padding: 20px;
    margin: 20px 0;
}

.info-block h3 {
    color: #0c5460;
    margin-top: 0;
    margin-bottom: 15px;
}

.warning {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    padding: 15px;
    margin: 20px 0;
    color: #856404;
}

/* Дополнительные стили для справки */
.help-article {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.help-article h1, .help-article h2 {
    color: #2c3e50;
}

.help-article h1 {
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
