.maps-page > p {
  line-height: 1.4;
}
.my-maps-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 18px;
  padding: 12px;
  background: #f0f0f0;
  border-radius: 4px;
}
.my-maps-controls div {
  flex: 1 1 180px;
}
.my-maps-controls label {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.my-maps-controls input,
.my-maps-controls select {
  width: 100%;
  box-sizing: border-box;
}
.my-maps-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.my-map-item {
  position: relative;
  margin: 0 0 18px;
  padding: 12px 16px 16px;
  border: 2px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
}
.my-map-heading {
  padding-right: 30px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.my-map-item h3 {
  display: inline;
  min-width: 0;
  overflow-wrap: anywhere;
  margin: 0 0 4px;
  font-size: 125%;
}
.my-map-note,
.my-map-error,
.my-map-unavailable-help {
  margin: 5px 0;
}
.my-map-status {
  display: inline-block;
  flex-shrink: 0;
  margin: 0 0 4px 1em;
  padding: 3px 8px;
  border: 2px solid #555;
  border-radius: 3px;
  font-weight: bold;
}
.my-map-status[hidden] {
  display: none;
}
.my-map-status-ready {
  border-color: #287500;
}
.my-map-status-failed,
.my-map-status-unavailable {
  border-color: #a40000;
}
.my-map-details {
  list-style: none;
  padding: 0;
  margin: 7px 0 0;
}
.my-map-details li {
  margin: 3px 0;
  line-height: 1.5;
}
.my-map-field {
  white-space: nowrap;
}
.my-map-content .my-map-field {
  white-space: normal;
}
.my-map-icon {
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.my-map-icon-button {
  min-width: 28px;
  min-height: 28px;
  padding: 2px;
  color: #111;
  cursor: pointer;
}
.edit-action {
  margin-left: .3em;
  border: 0;
  background: transparent;
  font-size: 22px;
  vertical-align: middle;
}
.edit-action .my-map-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}
.remove-action {
  position: absolute;
  top: 7px;
  right: 7px;
  min-width: 32px;
  min-height: 32px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  font-size: 20px;
}
.remove-action:hover {
  color: #8b1e1e;
  border-color: #dfbaba;
  background: #fff1f1;
}
.my-map-actions [aria-pressed="true"] .my-map-icon {
  fill: currentColor;
}
.my-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}
.my-map-actions a,
.my-map-actions button,
.my-map-edit-form button,
.danger-button {
  min-height: 34px;
  height: auto;
  padding: 5px 9px;
  border: 1px solid #555;
  border-radius: 3px;
  color: #111;
  background: #f4f4f4;
  cursor: pointer;
}
.my-map-actions .primary-action {
  background: #84ff00;
  border-color: #397000;
  font-weight: bold;
}
.my-map-edit-form {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #ccc;
}
.my-map-edit-form label {
  display: block;
  margin-top: 8px;
  font-weight: bold;
}
.my-map-edit-form input,
.my-map-edit-form textarea {
  width: 100%;
  box-sizing: border-box;
}
.my-map-edit-form textarea {
  min-height: 75px;
  resize: vertical;
}
.my-map-edit-form-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.my-map-share-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ccc;
}
.my-map-share-panel label,
.my-map-share-status {
  grid-column-start: 1;
  grid-column-end: -1;
}
.my-map-share-panel input {
  min-width: 0;
}
.my-map-share-status {
  margin: 0;
}
.my-maps-empty {
  text-align: center;
  padding: 20px 0 35px;
}
.my-maps-empty .large-row {
  max-width: 320px;
  margin: 15px auto;
}
.my-maps-clear-container {
  margin: 30px 0 40px;
  text-align: center;
}
.danger-button {
  border-color: #a40000;
  color: #790000;
  background: white;
}
button:focus,
a:focus,
select:focus,
textarea:focus {
  outline: 3px solid #1b66c9;
  outline-offset: 2px;
}
@media only screen and (max-width: 450px) {
  .my-map-item {
    padding: 12px;
  }
  .my-map-actions > * {
    flex: 1 1 135px;
    text-align: center;
  }
}
/*# sourceMappingURL=maps.css.map */