/* Generated by tools/build.php - do not edit by hand. */
/* block 1 of 1 */
.map-info-row {
    display: flex; align-items: flex-start; gap: 12px; padding: 16px;
    border-radius: 12px; transition: all 0.3s ease; margin-bottom: 12px;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  }
  .map-info-row:hover {
    background: rgba(255,255,255,0.1); border-color: #60a5fa; transform: translateX(5px);
  }
  .mi-icon {
    width: 45px; height: 45px; background: rgba(232,97,26,0.15); color: #e8611a;
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    font-size: 18px; flex-shrink: 0; transition: all 0.3s ease;
  }
  .map-info-row:hover .mi-icon {
    background: #e8611a; color: #fff; transform: rotateY(180deg);
  }
  .map-info-row h6 {
    font-size: 12px; color: #60a5fa; text-transform: uppercase; letter-spacing: 1px;
    margin: 0 0 4px; font-weight: 600;
  }
  .map-info-row p {
    font-size: 14px; color: rgba(255,255,255,0.85); margin: 0; line-height: 1.6;
  }
  .map-info-row a {
    color: rgba(255,255,255,0.85); text-decoration: none; transition: color 0.3s;
  }
  .map-info-row a:hover { color: #e8611a; }

  .map-card {
    border-radius: 16px; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.1); transition: all 0.4s ease;
  }
  .map-card:hover { box-shadow: 0 12px 50px rgba(232,97,26,0.2); }
  .map-card iframe { border-radius: 16px; }
