.request-path-summary {
  background: #f8fafc;
  padding: 1rem 0 0;
}

.request-path-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(15, 26, 61, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 26, 61, 0.06);
  color: var(--text-light);
}

.request-path-panel span,
.request-path-panel a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.45;
}

.request-path-panel i {
  color: var(--accent);
}

.request-path-panel a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.request-path-panel a:hover {
  color: var(--accent);
}

@media (max-width: 768px) {
  .form-mode-selector {
    margin-top: -28px;
  }

  .mode-tabs {
    gap: 0.55rem;
    padding: 0.75rem 0;
    overflow-x: auto;
    justify-content: flex-start;
    scroll-snap-type: x proximity;
  }

  .mode-tab {
    min-width: 225px;
    padding: 1rem;
    gap: 0.8rem;
    border-radius: 14px !important;
    scroll-snap-align: start;
  }

  .tab-icon {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .tab-content h3 {
    font-size: 1rem !important;
    text-align: start;
  }

  .tab-content p {
    font-size: 0.82rem;
  }

  .request-path-summary {
    padding: 0.75rem 0 0;
  }

  .request-path-panel {
    align-items: stretch;
    flex-direction: column;
    text-align: start;
  }

  .request-path-panel a {
    justify-content: center;
    width: 100%;
    border-radius: 999px;
    background: rgba(37, 211, 102, 0.1);
    padding: 0.75rem;
  }

  .dynamic-forms {
    padding: 2rem 0;
  }

  .form-header {
    margin-bottom: 1.4rem;
  }

  .form-header .header-icon {
    width: 58px;
    height: 58px;
    font-size: 1.35rem;
    margin-bottom: 1rem;
  }

  .smart-form {
    border-radius: 16px;
  }

  .form-actions,
  .form-actions .submit-btn {
    width: 100%;
  }
}
