#sign-link-page .business-header {
  margin-bottom: 20px;
}
#sign-link-page .business-header .sign-page-business-logo {
  max-height: 80px;
  width: auto;
}
#sign-link-page .business-header .business-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-top: 8px;
}
#sign-link-page .receiver-order-number {
  text-align: center;
  color: red;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 16px;
}
#sign-link-page .signature-pad {
  width: 100% !important;
  height: 13rem !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#sign-link-page .signature-container {
  margin-top: 10px;
  position: relative;
}
#sign-link-page .topaz-error-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  color: #ef4f4a;
  border-radius: 4px;
}
#sign-link-page .topaz-error-message i {
  margin-bottom: 10px;
  font-size: 24px;
}
#sign-link-page .topaz-signature-container {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  height: 13rem !important;
  border: 1px solid #ccc;
}
#sign-link-page .switch {
  margin-bottom: 15px;
}
#sign-link-page .switch label {
  font-weight: 500;
  color: #555;
}
#sign-link-page .switch label input[type='checkbox']:checked + .lever {
  background-color: #80cbc4;
}
#sign-link-page .switch label input[type='checkbox']:checked + .lever:after {
  background-color: #26a69a;
}
#sign-link-page .signature-and-qr {
  display: flex;
  gap: 16px;
}
#sign-link-page .signature-and-qr .signature-column {
  flex: 1;
}
#sign-link-page .signature-and-qr .qr-code-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#sign-link-page .signature-and-qr .qr-label {
  font-weight: 500;
  color: #555;
  margin-bottom: 15px;
  min-height: 20px;
}
#sign-link-page .signature-and-qr .qr-code-container {
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
#sign-link-page .signature-and-qr .qr-code-container img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 992px) {
  #sign-link-page .signature-and-qr {
    flex-direction: column;
  }
}
#sign-link-page .receiver-info-summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}
#sign-link-page .receiver-info-summary__photo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
}
#sign-link-page .receiver-info-summary__field {
  font-size: 0.95rem;
  color: #333;
}
