.share-consult-modal {
  max-width: 33.825rem;
  width: 100%;
}

.share-consult-modal .dctr-modal-header {
  padding: 2.5rem 2.5rem 1rem;
}

.share-consult-modal .dctr-modal-content {
  padding: 0 2.5rem;
}

.button-icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem;
}

.print-icon {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.5rem;

  background-color: var(--color-grey-mid);
  color: var(--color-on-primary);
}

.share-options {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.share-option {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem 0;
}

.share-option input[type="radio"] {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
}

.share-option label {
  letter-spacing: -0.01rem;
  line-height: 1.4;
  color: #0c0e12;
  margin: 0;
  cursor: pointer;
}

.direct-share-buttons {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.dctr-button.direct-share-button {
  flex: 1;
}

.social-share-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  width: 100%;
}

.social-share-button {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.social-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

.social-icon img {
  object-fit: contain;
}

.social-label {
  font-size: 0.75rem;
  line-height: 150%;
  color: var(--color-grey-mid);
  text-align: center;
  width: 4.5rem;
}

.share-info-section {
  background-color: #f9f7f4;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #063173;
}

.share-consult-modal .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.share-info-text {
  flex: 1;
}

.share-info-text p {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 150%; /* 1.21875rem */
  letter-spacing: -0.00813rem;
}

.dctr-modal-actions.full-width {
  padding: 0;
  background-color: rgba(12, 100, 232, 0.08);
  border-radius: 0 0 1rem 1rem;
}

.dctr-button.copy-link-button {
  justify-content: flex-end;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#print-content-container {
  display: none !important;
}

@media (max-width: 768px) {
  .share-consult-modal {
    margin: 0;
  }

  .share-consult-modal .dctr-modal-header {
    padding: 2.5rem 1.5rem 1rem;
  }

  .share-consult-modal .dctr-modal-content {
    padding: 0 1.5rem;
  }

  .social-share-buttons {
    overflow: scroll;
    gap: 0.5rem;
    width: calc(100% + 1.5rem * 2);
    margin-left: -1.5rem;
    padding: 0 1.5rem 0.5rem;
    scrollbar-width: none;
  }

  .dctr-button.copy-link-button {
    justify-content: center;
  }
}
