/**
 * Accessibility CSS for Virgin Media Television Press Centre
 * 
 * This file contains styles to maintain visual consistency while improving accessibility
 */

/* Accordion heading styling - maintains h4 appearance while using h2 for proper heading hierarchy */
.accordion-heading {
  font-size: 16px; /* Match the original h4 size */
  font-weight: 300;
  margin-left: 15px;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.4;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  text-transform: none;
  letter-spacing: normal;
}

/* Screen reader only class - visually hidden but accessible to screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
