/* May the 4th Be With You Banner */
.may-4th::before {
  content: '⭐ May the 4th Be With You ⭐';
  display: block;
  text-align: center;
  background: #000;
  color: #FFE81F;
  padding: 0.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
}
