/* Extracted from HTML */
@keyframes fadeIn {
          from { opacity: 0; transform: translateY(10px); }
          to { opacity: 1; transform: translateY(0); }
        }
        .tab-button:hover {
          background: #f8f9fa !important;
          color: #d32f2f !important;
        }
        @media (max-width: 768px) {
          .vertical-tabs-container {
            flex-direction: column !important;
          }
          .tabs-sidebar {
            width: 100%;
          }
          .tabs-content-area {
            width: 100%;
            min-width: 0 !important;
            max-width: 100%;
            padding: 15px !important;
          }
          .tabs-content-area table {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            border-collapse: collapse;
          }
          .tabs-content-area th, .tabs-content-area td {
            white-space: nowrap;
          }
        }


/* Global Image Responsive Rule injected by AI */
img {
  max-width: 100%;
  height: auto;
}
