<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp-block-icegov-modal {
  border: 1px solid #333;
  padding: 20px;
  background-color: #f9f9f9;
  min-width: 200px;
}


.wp-block-icegov-modal .rich-text {
  height: auto;
  background-color: white;
}

.wp-block-icegov-modal .block-editor-inner-blocks {
  min-height: 40px;
  background-color: white;
  border: 1px solid #333;
  padding: 0 5px;
  box-sizing: border-box;
}

.wp-block-icegov-modal .block-editor-inner-blocks p {
  margin: 0;
}

.wp-block-icegov-modal .section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;

  box-sizing: border-box;
  border-top: 1px solid #333;
  padding-top: 10px;
}

.wp-block-icegov-modal .components-card__body:first-child .section {
  border: 0;
}

.wp-block-icegov-modal .inputs {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}


.wp-block-icegov-modal .buttons {
  display: flex;
  justify-content: end;
}
</pre></body></html>