form.itp-openlibrary-search .form-item,
form.itp-openlibrary-search .js-form-item {
  max-width: none;
  width: 100%;
}

form.itp-openlibrary-search input.itp-openlibrary-search__input,
form.itp-openlibrary-search input.form-text {
  width: 100% !important;
  max-width: 100% !important;
  height: 90px !important;
  min-height: 90px !important;
  padding: 0 1.5rem !important;
  font-size: 1.5rem !important;
  border-radius: 10px !important;
  overflow: visible !important;
  box-sizing: border-box;
}

form.itp-openlibrary-search .form-item__label,
form.itp-openlibrary-search label {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

form.itp-openlibrary-search .form-item__description,
form.itp-openlibrary-search .description {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  color: #6b6b6b;
}

form.itp-openlibrary-search .form-actions {
  margin-top: 1.25rem;
}

form.itp-openlibrary-search input.itp-openlibrary-search__submit {
  height: 64px !important;
  min-height: 64px !important;
  padding: 0 2.5rem !important;
  font-size: 1.25rem !important;
  border-radius: 10px !important;
}

.itp-openlibrary-result {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.itp-openlibrary-result__badge {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border-radius: 0.75rem;
  background: #e6f4ea;
  color: #1e7e34;
  font-size: 0.75rem;
  font-weight: 600;
  vertical-align: middle;
}

.itp-openlibrary-result:last-child {
  border-bottom: 0;
}

.itp-openlibrary-result img {
  flex: 0 0 auto;
  width: 80px;
  height: auto;
  display: block;
}

.itp-openlibrary-result__meta {
  flex: 1 1 auto;
  min-width: 0;
}

.itp-openlibrary-result__meta strong {
  display: block;
  margin-bottom: 0.25rem;
}

.itp-openlibrary-result .form-actions,
.itp-openlibrary-result .button,
.itp-openlibrary-result input[type="submit"] {
  flex: 0 0 auto;
  align-self: center;
  margin: 0;
}
