/* Scoped styles */
.axw-glwrap {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  padding: 20px;
}
.axw-glwrap .mnh-gridbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1400px;
  margin: auto;
}
.axw-glwrap .tkg-soloentry {
  width: calc(25% - 20px);
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  background: #fff7f7;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  box-sizing: border-box;
}
.axw-glwrap .tkg-soloentry:hover {
  border: 1px solid #777;
}
.axw-glwrap .uhy-logo {
  max-width: 130px;
  margin-bottom: 0 !important;
}
.axw-glwrap .mfz-cardimg {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px !important;
}
.axw-glwrap .dqp-available {
  background: linear-gradient(to right, #007bff, #ff5c5c);
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
  animation: blink 1s infinite;
  margin: -10px 0 !important;
  border-radius: 0 0 10px 10px;
}
@keyframes blink {
  50% { opacity: 0.7; }
}
.axw-glwrap .zmx-inforow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  margin-top: 10px !important;
}
.axw-glwrap .nrk-name {
  font-weight: bold;
  color: #030178;
  font-size: 16px;
}
.axw-glwrap .yxx-stars {
  margin-top: 10px;
}
.axw-glwrap .vbr-btnrow {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.axw-glwrap .vbr-btnrow a {
  text-decoration: none !important;
  color: white;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.axw-glwrap .vbr-btnrow a:hover {
  transform: scale(1.05);
  opacity: 0.95;
}
.axw-glwrap .btr-wa {
  background-color: #25D366;
	color: white !important;
}
.axw-glwrap .btr-call {
  background-color: #007BFF;
	color: white !important;
}
@media (max-width: 1024px) {
  .axw-glwrap .tkg-soloentry {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 768px) {
  .axw-glwrap .tkg-soloentry {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .axw-glwrap .tkg-soloentry {
    width: 100%;
  }
}
