.plate-frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  max-height: 243px;
  margin: 0px auto;
  aspect-ratio: 796 / 387;
  background-image: url('/wp-content/uploads/2026/02/plate-background-16d.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.plate-frame .headline {
  font-size: 2.8rem;
  font-family: 'Penitentiary Gothic Fill';
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  line-height: 125%;
  padding-bottom: 1.0rem;
  transform: scale(0.85, 1.0);
}

.r {
  font-size: 3.0rem;
	color:#bb0000;
	font-weight:bold;
}

@media (max-width: 600px) {
 .plate-frame {
  margin-top: -2rem;
 }
 .plate-frame .headline {
   font-size: 2rem;
   padding-top: 1.3rem;
   padding-bottom: 1.0rem;
 }
 .r {
  font-size: 2.0rem;
 }
}

.plates-states-holder {
  max-width: 750px;
  margin: 0px auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left:18px;
}

.plates-states-holder button {
  min-width: 160px;
  margin: 10px 20px 10px 0px;
  font-size: 0.85rem;
  line-height: 2.0rem;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 600px) {
	.plates-states-holder {
   XXXXXmargin-right: -16px;
}
 .plates-states-holder button {
   min-width: 128px;
   font-size: 0.75rem;
   margin: 2px 12px 2px 0px;
 }
}

.plates-states-holder button:not(:has(a)) {
  opacity: 0.5;
}

.plates-states-holder button:not(:has(a)):hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.plates-states-holder button:not(:has(a))::after,
.plates-states-holder button:not(:has(a))::before {
  content: " 🙁 ";
  font-size: 0.1rem;
  line-height: 0.1rem;
  opacity: 0;
}

.plates-states-holder button:not(:has(a)):hover::after {
  font-size: 1.05rem;
  line-height: 2.0rem;
  opacity: 1;
  transition: all 0.5s ease;
}

.plates-note {
  max-width: 500px;
  margin: 20px auto;
  padding: 6px;
}

 .old-font-head {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

 .in-state {
 	max-width:580px; 
 	margin:0 auto; 
 	text-align:center;
}
