* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #eaeaea;
}

.report {
  width: 850px;
  margin: 20px auto;
  background: #ffffff;
  border: 1px solid #bbb;
}

.mainContent {
  height: 85vh;
  padding: 20px;
}

.header {
  background: #cfe3c2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
}

.leftContent {
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.middleContent img {
  width: 100px;
  height: auto;
}

.rightContent {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hospitalDetails {
  text-align: right;
}

.hospitalDetails h1 {
  font-size: 28px;
  color: #a11d1d;
  letter-spacing: 3px;
}

.header hr {
  margin: 4px 0;
  border: none;
  border-top: 2px solid #555;
}

.hospitalDetails p {
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.right-bullets {
  list-style: none;
  padding-left: 0;
  text-align: right;
}

.right-bullets li {
  font-size: 14px;
  position: relative;
  padding-right: 14px;
  margin-bottom: 4px;
}

.right-bullets li::after {
  content: "•";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}

.footer {
  background: #cfe3c2;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #aaa;
}

.offers ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

ul li:first-child {
  list-style: none;
}

.services ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-size: 18px;
  color: #a11d1d;
}
