
/* DianaParts VIN internal links */
.dp-vin-nav-link {
  font-weight: 800 !important;
  color: #0f2b4d !important;
  background: linear-gradient(180deg, #ffd43b 0%, #f4c21f 100%) !important;
  border-radius: 12px !important;
  padding: 9px 13px !important;
  box-shadow: 0 6px 16px rgba(244, 194, 31, 0.22) !important;
}

.dp-vin-nav-link:hover {
  color: #071a33 !important;
  transform: translateY(-1px);
}

.dp-vin-footer-extra {
  margin-top: 14px;
}

.dp-vin-footer-extra a,
.dp-vin-internal-link a {
  color: #ffd43b;
  font-weight: 800;
  text-decoration: none;
}

.dp-vin-footer-extra a:hover,
.dp-vin-internal-link a:hover {
  text-decoration: underline;
}

.dp-vin-internal-link {
  max-width: 1180px;
  margin: 0 auto 18px;
  padding: 0 16px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 700px) {
  .dp-vin-nav-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .dp-vin-internal-link {
    font-size: 13px;
  }
}
