.client-items-page > .page-heading > .client-request-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-height: 42px;
  padding: 11px 15px;
  white-space: nowrap;
}

.client-items-page > .page-heading > .client-request-action > svg {
  display: block;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 700px) {
  .client-items-page > .page-heading > .client-request-action {
    width: 100%;
  }
}
