/*
Theme Name: Hello Elementor SaaS
Template: hello-elementor
*/

body,
html {
  background: #141516;
  font-family: 'Burbank', sans-serif;
  color: white;
  margin: 0;
  padding: 0;
}

.dropmap-product-page {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
}

.dropmap-product-card {
  background: #1a1b1e;
  border-radius: 20px;
  border: 1px solid #2c2d31;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 768px) {
  .dropmap-product-card {
    flex-direction: row;
  }
}

.dropmap-product-media {
  flex: 1;
  min-width: 0;
}

.dropmap-product-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}

.dropmap-product-info {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #1a1b1e;
}

.dropmap-product-title {
  font-size: 28px;
  color: #00ffff;
  margin: 0;
}

.dropmap-product-description {
  font-size: 16px;
  color: #ccc;
}

.dropmap-product-price {
  font-size: 22px;
  font-weight: bold;
  color: #00ffff;
}

.dropmap-product-cart .single_add_to_cart_button {
  background: #00ffff !important;
  color: #000 !important;
  font-weight: bold;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 12px;
  margin-top: 16px;
  border: none;
  text-align: center;
}

.dropmap-product-cart .single_add_to_cart_button:hover {
  background: #00cccc !important;
}
