.elementor-4439 .elementor-element.elementor-element-8c17dc7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d017d76 *//* Scoped styles for My Perfumes Outlet Contact section */
.mpo-contact-section {
  max-width: 1444px;
  margin: 1rem auto;
  padding: 0 1rem;
  font-family: 'Inter', sans-serif;
  color: #222;
  border-radius: 8px;
}

.mpo-contact-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.mpo-contact-header h1 {
  font-weight: 700;
  font-size: 2.25rem;
  color: #b71c1c; /* Canadian red accent */
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.mpo-contact-header .mpo-icon {
  color: #b71c1c;
  font-size: 2.5rem;
}

.mpo-header-subtitle {
  font-size: 0.9rem;
  color: #555;
  font-style: italic;
}

.mpo-contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
}

.mpo-contact-card {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 1.75rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 0.04);
  transition: box-shadow 0.3s ease;
}

.mpo-contact-card:hover {
  box-shadow: 0 5px 15px rgb(183 28 28 / 0.3);
}

.mpo-contact-card h2 {
  font-weight: 600;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #b71c1c;
}

.mpo-contact-card .mpo-icon {
  font-size: 1.5rem;
  color: #b71c1c;
}

.mpo-contact-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
  margin-bottom: 0.85rem;
}

.mpo-contact-card p a {
  color: #b71c1c;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.mpo-contact-card p a:hover,
.mpo-contact-card p a:focus {
  color: #7a0f0f;
  text-decoration: underline;
}

/* Responsive tweaks */
@media (max-width: 480px) {
  .mpo-contact-header h1 {
    font-size: 1.75rem;
  }

  .mpo-contact-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */