@font-face {
  font-family: "Degular";
  src: url("/fonts/Degular-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: "Degular", sans-serif;
  background-color: #ffffff;
  color: #131313;
}

.card-container {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.yellow-block {
  background-color: #ffd324;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}

.header {
  text-align: center;
}

.header span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}

.locations {
  font-size: 1.25rem;
  margin-top: 8px;
}

h2 {
  font-size: 1.25rem;
  font-weight: 200;
  margin: 0;
  line-height: 1;
}

.yellow-block p {
  font-size: 0.95rem;
  line-height: 1;
  margin: 6px 0;
}

.yellow-block a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.socials {
  font-size: 1.25rem;
  margin-top: 12px;
}

.banner-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  display: block;
}

.image-header {
  padding: 0; /* remove default padding for clean image display */
  text-align: center;
}

.image-header img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

.social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: start;
  padding-top: 10px;
}

.social-icons img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}

.social-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  margin-top: 6px;
  line-height: 1.4;
}

.social-inline img {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.social-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
}

.icon-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 4px;
}

.icon-row img {
  width: 16;
  height: 16;
  display: inline-block;
}

.handle {
  font-size: 0.95rem;
  line-height: 1.2;
}

.contact-block .label {
  font-size: 0.85em;
  font-weight: 400;
  color: #222;
}

.handle {
  font-size: 1em;
  font-weight: 400;
  color: #222;
}

.contact-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.contact-details {
  flex: 1 1 auto;
}

.contact-download {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 0 0 auto;
}

.download-button {
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: max-content;
  transition: background-color 0.2s ease;
}

.download-button img {
  width: 64px;
  height: 64px;
  display: block;
}

.button-label {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
}
