html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

address {
  white-space: pre-line; /* Preserve line breaks */
}

.machine-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
  text-align: left;
}

.machine-table thead tr {
  background-color: #2e1a6b;
  color: white;
  text-align: left;
  font-weight: bold;
}

.machine-table th, .machine-table td {
  border: 1px solid #dddddd;
  padding: 8px;
}

.machine-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.machine-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.machine-table tbody tr td {
  vertical-align: top;
}

.machine-table tbody tr td:first-child {
  width: 75%;
}

.machine-table tbody tr td:last-child {
  text-align: center;
}