/* ---------------------------------------- */
/* X link styling to match other social icons in Jolla */
/* ---------------------------------------- */
.about-links a[href*="x.com"] {
  color: white;        
  text-decoration: none;
  position: relative;
  font-weight: inherit;
  font-family: inherit;
}

.about-links a[href*="x.com"]::before {
  content: "𝕏";
  margin-right: 4px;     
  font-weight: normal;
  font-family: inherit;  
  vertical-align: middle;
}

.about-links a[href*="x.com"] span {
  display: inline;
}

/* ---------------------------------------- */
/* Contact page map styling */
/* ---------------------------------------- */
.map-container {
  margin-top: 20px;
  width: 100%;
  max-width: 800px;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

