.support-ticket-history {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}

.support-ticket-history th,
.support-ticket-history td {
  text-align: left;
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
}

.support-ticket-history .no-tickets {
  text-align: center;
  padding: 8px;
  font-style: italic;
}

#support-ticket-form {
  width: 100%;
}

#support-ticket-form input[type="text"],
#support-ticket-form textarea {
  width: 100%;
  box-sizing: border-box;
}

.support-btn {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid black;
  border-radius: 0.33rem;
  cursor: pointer;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  padding: 0.6rem 1rem;
  text-decoration: none;
}

