/* Version Info Section */
.typo3-version-info .table th {
    width: 30%;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .typo3-version-info .table th {
    width: auto;
  }
}
