/* financials.css - Стили для страницы детальной информации об эмитенте */

/* ==================== ГЛАВНЫЕ ВКЛАДКИ ==================== */
.main-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ==================== КОНТЕЙНЕРЫ ГРАФИКОВ ==================== */
.info-container-wrapper {
  transition: opacity 0.3s ease;
}

.info-container-wrapper[style*="display: none"] {
  display: none !important;
}

/* ==================== МОБИЛЬНАЯ АДАПТАЦИЯ ==================== */
@media (max-width: 768px) {
  .main-tabs {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}