/*!
CSS Styles for PortNW Motorcycle Registry
*/
.pnw-reg-table {
  display: block;
}

.pnw-reg-row {
  display: flex;
  width: 100%;
  font-weight: bold;
}
.pnw-reg-row:last-of-type {
  border-bottom: none;
}

.pnw-action-row {
  border-bottom: 1px solid #bbb;
  padding: 0.25rem 1rem 1.5rem 1rem;
}

.pnw-reg-head, .pnw-reg-cell {
  padding: 0.75rem 1rem 0.5rem 1rem;
  text-align: left;
  display: block;
}
.pnw-reg-head:first-of-type, .pnw-reg-cell:first-of-type {
  width: 130px;
}
.pnw-reg-head:nth-of-type(2), .pnw-reg-cell:nth-of-type(2) {
  width: auto;
}

button, .button {
  background-color: #0073aa;
  border-radius: 0.33rem;
  border-color: #005177;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  padding-top: 0.6rem;
  padding-right: 1rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  text-decoration: none;
}
button:hover, .button:hover {
  background-color: rgb(0, 63.25, 93.5);
  cursor: pointer;
}

.button.pnw-reg-edit {
  background-color: #dc3232;
}
.button.pnw-reg-edit:hover {
  background-color: rgb(165.28125, 28.21875, 28.21875);
}

.button.pnw-reg-view {
  background-color: #28a745;
}
.button.pnw-reg-view:hover {
  background-color: rgb(25.2173913043, 105.2826086957, 43.5);
}

.pnw-registry-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.registry-form-fields {
  margin-bottom: 10px;
}

.registry-form-fields label {
  display: block;
  margin-bottom: 0;
}

.registry-form-fields input {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.registry-form-photos-field {
  margin: 40px 0;
}/*# sourceMappingURL=pnw-registry.css.map */