
body {
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
}

.spacer-top {
  height: 54px;
}

.spacer-bottom {
  height: 140px;
}

.card {
  background-color: #ffffff;
  max-width: 540px;
  margin: 0 auto;
  padding: 20px 18px 30px 18px;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

h1 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.info p {
  display: flex;
  align-items: baseline;
  margin: 12px 0;
}

.icon {
  color: #f0a200;
  font-size: 18px;
  margin-right: 6px;
}

.label {
  font-weight: bold;
  font-size: 16px;
  margin-right: 6px;
  flex-shrink: 0;
}

.value {
  font-size: 15px;
  flex: 1;
  color: #222;
}

.value.strong {
  font-size: 16px;
  color: #111;
}

.value.small {
  font-size: 12px;
  color: #000;
}

.value.highlight {
  color: #000;
}

.nowrap {
  white-space: nowrap;
}

.black-line {
  border: none;
  border-top: 1px solid #000;
  margin: 18px 0 12px 0;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 12px;
  justify-content: space-between;
}

button {
  flex: 0 0 42%;
  background-color: #007bff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  padding: 10px 4px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 38px;
}

button:hover {
  background-color: #006ae6;
}


.button-container {
  max-width: 320px;
  margin: 0 auto;
}


.button-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.button {
  max-width: 140px;
  width: 100%;
}
