.elementor-26739 .elementor-element.elementor-element-b384075{--display:flex;--content-width:100%;--overlay-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-6398c8b *//* License Plate grid */
.plate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 15px;
}

.plate-grid > a {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 44px;
  padding: 10px 8px;

  background: #ffffff !important;
  color: #111827 !important;

  border: 1px solid #cfd6e4 !important;
  border-radius: 10px;
  text-decoration: none !important;

  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;

  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}

.plate-grid > a:hover,
.plate-grid > a:focus-visible {
  background: #1f3c88 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(31,60,136,0.22);
  outline: none;
}

/* See more button */
.plate-more-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 22px;
}

.plate-more {
  display: inline-block;
  padding: 12px 28px;
  background: #1f3c88 !important;
  color: #fff !important;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  border: 1px solid #152a63 !important;
  transition: 0.2s ease;
}

.plate-more:hover,
.plate-more:focus-visible {
  background: #152a63 !important;
  border-color: #0f1f4a !important;
  outline: none;
}

/* Tablets */
@media (max-width: 1024px) {
  .plate-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
  }

  .plate-grid > a {
    font-size: 13px;
    min-height: 42px;
    padding: 9px 7px;
  }
}

/* Phones */
@media (max-width: 768px) {
  .plate-grid {
    grid-template-columns: repeat(2, 1fr); /* FIX: 2 columns for readability */
    gap: 10px;
  }

  .plate-grid > a {
    font-size: 12px;
    min-height: 40px;
    padding: 8px 6px;
  }

  .plate-more {
    padding: 10px 22px;
    font-size: 14px;
    justify-content:center!important;
    margin-top: 20px !important;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .plate-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 10px;
  }

  .plate-grid > a {
    font-size: 12px;   /* keep legible */
    min-height: 38px;
    padding: 8px 6px;
  }

  .plate-more {
    margin: 0 auto;
    padding: 9px 18px;
    font-size: 13px;
     margin-top: 20px !important;
    
  }
}/* End custom CSS */