.xsites-typography-controls select,
.xsites-typography-controls input[type="number"],
.element-inspector-controls select,
.element-inspector-controls input[type="number"] {
  width: 100%;
  min-height: 36px;
  border: 1px solid #cdd3dc;
  border-radius: 4px;
  background: #fff;
  padding: 6px 9px;
  color: #17191d;
}

.xsites-type-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.xsites-type-buttons button {
  min-height: 36px;
  border: 1px solid #cdd3dc;
  border-radius: 4px;
  background: #fff;
  color: #272b31;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 700;
}

.xsites-type-buttons button:nth-child(2) {
  font-style: italic;
}

.xsites-type-buttons button:nth-child(3) {
  text-decoration: underline;
}

.xsites-type-buttons button:hover,
.xsites-type-buttons button.active {
  border-color: #d71920;
  background: #fff3f3;
  color: #b10f16;
}

.element-inspector-controls label {
  min-width: 0;
}
