body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Updated styles for headings and paragraphs */
.wp-block-heading {
  font-size: 2.5rem;
  color: #2c3e50;
  text-align: left; /* Aligns h4 headings to the left */
  margin-bottom: 30px;
}

p {
  text-align: justify; /* Justifies all paragraph text */
}

ol {
  text-align: justify; /* Justifies list items for consistency */
}

.injected-content-block {
  margin-bottom: 40px;
}

.injected-content-block h3 {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 15px;
}

.injected-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.injected-table th,
.injected-table td {
  padding: 6px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  word-wrap: break-word;
  max-width: 60px;
}

.injected-table th {
  background-color: #95a5a6;
  color: #fff;
  font-weight: bold;
}

.injected-table td {
  font-size: 0.7rem;
}

.injected-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.injected-table a {
  color: #3498db;
  text-decoration: none;
}

.injected-table a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media only screen and (max-width: 600px) {
  .wp-block-heading {
    font-size: 1.2rem;
  }

  .injected-content-block h3 {
    font-size: 1rem;
  }

  .injected-table th,
  .injected-table td {
    font-size: 0.5rem;
    padding: 2px;
    max-width: 50px;
  }

  .injected-table {
    font-size: 0.6em;
    border: 1px solid rgba(0, 0, 0, 0.4);
  }

  .injected-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
  .wp-block-heading {
    font-size: 2rem;
  }

  .injected-content-block h3 {
    font-size: 1.5rem;
  }

  .injected-table th,
  .injected-table td {
    font-size: 0.7rem;
    padding: 8px;
    max-width: 80px;
  }

  .injected-table {
    border: 1px solid rgba(0, 0, 0, 0.4);
  }

  .injected-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (min-width: 901px) {
  .wp-block-heading {
    font-size: 2.5rem;
  }

  .injected-content-block h3 {
    font-size: 1.8rem;
  }

  .injected-table th,
  .injected-table td {
    font-size: 0.9rem;
    padding: 12px;
    max-width: 150px;
  }

  .injected-table {
    border: 1px solid rgba(0, 0, 0, 0.4);
  }

  .injected-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
}
