.dir-suggest-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 44px;
  padding: .75rem 1.25rem;
  border-radius: .625rem;
  border: 1px solid #ffffff;
  background: #007bbd;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.dir-suggest-trigger:hover,
.dir-suggest-trigger:focus {
  background: #06679f;
  color: #ffffff;
}

.dir-suggest-page {
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}
.dir-suggest-page-inner {
  max-width: 980px;
  margin: 0 auto;
}
.dir-suggest-header {
  margin-bottom: 1.5rem;
}
.dir-suggest-header h1,
.dir-suggest-header h2,
.dir-suggest-header h3 {
  margin: 0 0 .5rem;
  color: #111827;
  line-height: 1.2;
}
.dir-suggest-header p {
  margin: 0;
  color: #4b5563;
}
.dir-suggest-body,
.dir-suggest-drawer-content {
  background: #ffffff;
}
.dir-suggest-body-inline {
  border: 1px solid #dbe4ee;
  border-radius: 1rem;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
  padding: 1.5rem;
}
.dir-suggest-form {
  display: grid;
  gap: 1rem;
}
.dir-suggest-field label,
.dir-suggest-panel-title {
  display: block;
  margin-bottom: .4rem;
  color: #111827;
  font-size: .95rem;
  font-weight: 600;
}
.dir-suggest-field input,
.dir-suggest-field textarea,
.dir-suggest-tax-search input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: .625rem;
  background: #ffffff;
  color: #111827;
  padding: .75rem .875rem;
  font-size: .95rem;
}
.dir-suggest-field textarea {
  min-height: 130px;
  resize: vertical;
}
.dir-suggest-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .dir-suggest-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.dir-suggest-panel {
  border: 1px solid #e5e7eb;
  border-radius: .875rem;
  background: #ffffff;
  padding: 1rem;
}
.dir-suggest-tax-list {
  max-height: 18rem;
  overflow: auto;
  padding-right: .25rem;
}
.dir-suggest-check {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  margin-bottom: .5rem;
  color: #374151;
}
.dir-suggest-check input {
  margin-top: .15rem;
}
.dir-suggest-divider {
  border-top: 1px solid #e5e7eb;
  margin-top: .25rem;
  padding-top: .25rem;
}
.dir-suggest-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: .25rem;
}
.dir-suggest-submit {
  min-height: 44px;
  padding: .8rem 1.25rem;
  border: 0;
  border-radius: .625rem;
  background: #007bbd;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.dir-suggest-submit[disabled] {
  opacity: .7;
  cursor: wait;
}
.dir-suggest-notice {
  border-radius: .75rem;
  padding: .9rem 1rem;
  font-size: .95rem;
}
.dir-suggest-notice-success {
  border: 1px solid #b7ebc6;
  background: #ecfdf3;
  color: #166534;
}
.dir-suggest-notice-error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}
.dir-required {
  color: #dc2626;
}
.dir-suggest-hidden,
[x-cloak] {
  display: none !important;
}

body.dir-drawer-lock {
  overflow: hidden;
}
.dir-suggest-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  background: rgba(15, 23, 42, 0.45);
}
.dir-suggest-drawer-left {
  justify-content: flex-start;
}
.dir-suggest-drawer-right {
  justify-content: flex-end;
}
.dir-suggest-drawer-panel {
  width: min(680px, 100%);
  max-width: 100%;
  height: 100%;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.dir-suggest-drawer-left .dir-suggest-drawer-panel {
  box-shadow: 16px 0 40px rgba(15, 23, 42, 0.22);
}
.dir-suggest-drawer-right .dir-suggest-drawer-panel {
  box-shadow: -16px 0 40px rgba(15, 23, 42, 0.22);
}
.dir-suggest-drawer-content {
  height: 100%;
  overflow: auto;
}
.dir-suggest-drawer-content .dir-suggest-header,
.dir-suggest-drawer-content .dir-suggest-body {
  padding: 1.5rem;
}
.dir-suggest-drawer-content .dir-suggest-header {
  border-bottom: 1px solid #e5e7eb;
}
.dir-suggest-drawer-close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.dir-suggest-issues-grid {
  display: grid;
  gap: .75rem;
}
@media (min-width: 768px) {
  .dir-suggest-issues-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.dir-suggest-check-issue {
  margin-bottom: 0;
}
.dir-suggest-lookup {
  position: relative;
}
.dir-suggest-lookup-selected {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .75rem;
  color: #1f2937;
}
.dir-suggest-lookup-selected-label {
  color: #6b7280;
}
.dir-suggest-lookup-selected-static {
  margin-top: 0;
}
.dir-suggest-link-button {
  border: 0;
  background: transparent;
  color: #007bbd;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}
.dir-suggest-lookup-results {
  margin-top: .75rem;
  border: 1px solid #dbe4ee;
  border-radius: .75rem;
  overflow: hidden;
  background: #fff;
}
.dir-suggest-lookup-option {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  border-top: 1px solid #edf2f7;
  background: #fff;
  color: #111827;
  padding: .8rem .9rem;
  cursor: pointer;
}
.dir-suggest-lookup-option:first-child {
  border-top: 0;
}
.dir-suggest-lookup-option:hover,
.dir-suggest-lookup-option.is-active {
  background: #f8fbff;
}
.dir-suggest-lookup-empty {
  padding: .8rem .9rem;
  color: #6b7280;
}
