/*
 * Theme Name:  Newsblock Child
 * Theme URI:   https://codesupply.co/themes/newsblock/
 * Description: Newsblock Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    newsblock
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */


/* Ajeg Markdown Table Final */
.ajeg-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.8em 0 2em;
  border-radius: 8px;
}

.ajeg-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 0.9rem;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.ajeg-table th,
.ajeg-table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}

.ajeg-table th {
  background: #f7f7f7;
  font-weight: 600;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 2;
}

.ajeg-table tr:nth-child(even) td {
  background: #fafafa;
}

@media (max-width: 768px) {
  .ajeg-table {
    font-size: 0.85rem;
    min-width: 500px;
  }
}
