.ptah-tribute-modal-form {
  padding: 0.25rem 0;
}

.comment-tribute-form .field--name-comment-body,
.comment-tribute-form .field--name-field-audio-tribute,
.comment-tribute-form .field--name-field-video-tribute,
.comment-tribute-form .field--name-field-video-tribute-media {
  margin: 0 0 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background: #f6f6f6;
}

.ptah-tribute-label,
.ptah-tribute-generated-heading {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.ptah-tribute-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
}

.ptah-button-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.ptah-tribute-icon-button,
.comment-tribute-form .react-recorder-widget button,
.comment-tribute-form .solo-file-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.comment-tribute-form .react-recorder-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.comment-tribute-form .react-recorder-widget p {
  width: 100%;
  margin: 0 0 0.25rem;
  opacity: 0.75;
}

.comment-tribute-form .ptah-tribute-submit {
  display: inline-flex !important;
  margin-top: 0.5rem;
}

.ui-dialog .comment-tribute-form .form-actions {
  margin-top: 1rem;
}

.comment-tribute-form .ptah-tribute-recorder-button {
  display: inline-flex !important;
  align-items: center;
  gap: 0.45rem;
}

.comment-tribute-form .ptah-tribute-recorder-button::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  flex: 0 0 auto;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.comment-tribute-form .ptah-recorder-start::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='3' fill='black' stroke='none'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='3' fill='black' stroke='none'/%3E%3C/svg%3E");
}

.comment-tribute-form .ptah-recorder-stop::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='14' height='14' x='5' y='5' rx='2'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='14' height='14' x='5' y='5' rx='2'/%3E%3C/svg%3E");
}

.comment-tribute-form .ptah-recorder-drop::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M19 6l-1 14H6L5 6'/%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M19 6l-1 14H6L5 6'/%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3C/svg%3E");
}



.ptah-tribute-modal-form .form-textarea-wrapper {
    width: 100%!important;
}