.icv {
  max-width: 650px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f5e19f;
  position: relative;
  background: linear-gradient(36deg, #8db2e3 1%, #f5e19f 15%);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-family: "Arial", sans-serif;
  overflow: hidden;
}

.icv .watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 230px;
  opacity: 0.2;
  filter: grayscale(100%) brightness(80%) contrast(120%);
  z-index: 0;
}

.icv-header {
  text-align: center;
  position: relative;
  z-index: 1;
}

.icv-header img {
  margin: 5px;
}

.icv-header h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.icv-header p {
  font-size: 14px;
  color: #444;
}

.icv-body {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.icv-body .main-data {
  border-bottom: 2px solid #e5d7a0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.icv-body .text-bold {
  font-weight: bold;
}

.icv-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.icv-table th,
.icv-table td {
  border: 1px solid #d4c690;
  padding: 8px;
  vertical-align: top;
}

.icv-table th {
  background-color: #e8d79c;
}

.icv-footer {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.icv-footer p {
  margin: 3px 0;
}
