.sh-container {
  margin-bottom: 20px;
}

.sh-pdf-box {
  border: 2px solid #cf4d59;
  background: #fff;
  border-radius: 10px;
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px !important;
}
.sh-pdf-name {
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
.sh-pdf-btn {
  display: flex;
  background: #000;
  border-radius: 5px;
  height: 40px;
  align-items: center;
  padding: 0 10px 0 10px;
  margin-bottom: 0;
  border: none;
  gap: 16px;
}
.sh-pdf-btn p {
  color: white;
  margin-bottom: 0;
}
.sh-pdf-btn img {
  width: 24px;
  height: 24px;
}
