/* Open Records Registry — public shortcodes */
.orr-shortcode {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
	padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
	padding-top: max(0.25rem, env(safe-area-inset-top, 0px));
	padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
}

.orr-shortcode--request-form .orr-notice {
	word-wrap: break-word;
	overflow-wrap: anywhere;
}

.orr-shortcode--continue .orr-notice,
.orr-shortcode--continue .description {
	word-wrap: break-word;
	overflow-wrap: anywhere;
}

.orr-continue-form {
	width: 100%;
	max-width: min(42rem, 100%);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.orr-continue-form .orr-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.orr-continue-form .orr-field textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: max(16px, 1rem);
	min-height: 8rem;
	min-height: max(8rem, 2.75rem);
}

.orr-continue-form .button-primary {
	min-height: 2.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

/* Open Records Registry — public form */
.orr-request-form {
	width: 100%;
	max-width: min(42rem, 100%);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.orr-request-form .orr-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.orr-request-form .orr-field input[type="text"],
.orr-request-form .orr-field input[type="email"],
.orr-request-form .orr-field input[type="number"],
.orr-request-form .orr-field select,
.orr-request-form .orr-field textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: max(16px, 1rem);
	min-height: 2.75rem;
}

.orr-request-form .orr-field textarea {
	min-height: 6rem;
	font-size: max(16px, 1rem);
}

.orr-request-form .orr-field--fees {
	margin: 1.25rem 0;
	padding: 1rem;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #fcfcfc;
}

.orr-request-form .orr-field--fees legend {
	padding: 0 0.35rem;
	font-weight: 600;
}

.orr-request-form .orr-field--checkbox label {
	font-weight: 400;
}

.orr-request-form #orr_fee_contact_amount {
	max-width: 12rem;
	min-height: 2.75rem;
}

.orr-request-form .required {
	color: #b32d2e;
}

.orr-notice {
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	border-left: 4px solid #2271b1;
	background: #f0f6fc;
}

.orr-notice--success {
	border-color: #00a32a;
	background: #edfaef;
}

.orr-notice--error {
	border-color: #d63638;
	background: #fcf0f1;
}

.orr-actions {
	margin-top: 1rem;
}

.orr-actions .button.button-primary,
.orr-submit-request {
	min-height: 2.75rem;
	padding: 0.5rem 1.25rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 480px) {
	.orr-actions .button.button-primary,
	.orr-submit-request {
		width: auto;
		max-width: min(100%, 22rem);
	}
}

.orr-field--checkbox input[type="checkbox"],
.orr-field--checkbox input[type="radio"] {
	width: 1.125rem;
	height: 1.125rem;
	min-width: 1.125rem;
	margin-top: 0.2rem;
	vertical-align: top;
}

.orr-request-form .orr-field--checkbox label {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	line-height: 1.45;
}

/* Public agency directory [orr_agency_list] */
.orr-shortcode--agency-list .orr-agency-list {
	width: 100%;
}

.orr-agency-list {
	max-width: min(56rem, 100%);
	margin-left: auto;
	margin-right: auto;
}

.orr-agency-list__page-title {
	margin-bottom: 1.25rem;
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.orr-agency-list__state {
	margin: 1.75rem 0;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #dcdcde;
}

.orr-agency-list__state:last-child {
	border-bottom: none;
}

.orr-agency-list__state-heading {
	margin: 0 0 0.75rem;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.orr-agency-list__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.orr-agency-list__empty {
	margin: 1rem 0;
	padding: 0.75rem 1rem;
	background: #f6f7f7;
	border-radius: 4px;
}

@media (max-width: 480px) {
	.orr-agency-list__state-heading {
		line-height: 1.3;
	}
}

/* Agency directory — search */
.orr-agency-list__search-wrap {
	margin-bottom: 1.25rem;
	max-width: min(42rem, 100%);
}

.orr-agency-list__search-label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
	line-height: 1.35;
}

.orr-agency-list__search-row {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
}

.orr-agency-list__search-input {
	flex: 1;
	min-width: 0;
	min-height: 2.75rem;
	font-size: max(16px, 1rem);
	padding: 0.45rem 0.75rem;
	box-sizing: border-box;
	border: 1px solid #8c8f94;
	border-radius: 4px;
}

.orr-agency-list__search-input:focus {
	outline: 2px solid currentColor;
	outline-offset: 1px;
}

.orr-agency-list__search-clear {
	flex-shrink: 0;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0 0.65rem;
	line-height: 1;
	font-size: 1.25rem;
}

/* Search filter: themes often force display on <li>/<section>; hide non-matches reliably */
.orr-agency-list__item.orr-agency-list__item--search-hidden {
	display: none !important;
}

.orr-agency-list__state.orr-agency-list__state--search-empty {
	display: none !important;
}

button.orr-agency-list__search-clear.orr-agency-list__search-clear--hidden {
	display: none !important;
}

.orr-agency-list__search-status {
	margin: 0.5rem 0 0;
	font-size: max(0.95rem, 14px);
	color: #50575e;
	min-height: 1.4em;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.orr-agency-list__search-status--nomatch {
	color: #1d2327;
	font-weight: 600;
	padding: 0.65rem 0.85rem;
	background: #fcf0f1;
	border-left: 4px solid #d63638;
	border-radius: 4px;
}

/* Agency directory toolbar + accordion + modals */
.orr-agency-list__toolbar {
	margin-bottom: 1.25rem;
}

.orr-agency-list__suggest-open {
	min-height: 2.75rem;
	min-width: 0;
	padding: 0.5rem 1.25rem;
	width: 100%;
	box-sizing: border-box;
}

@media (min-width: 480px) {
	.orr-agency-list__suggest-open {
		width: auto;
	}
}

.orr-agency-list__items {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.orr-agency-list__item {
	display: block;
	min-height: 0;
	align-items: stretch;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	padding: 0;
	background: #fff;
}

.orr-agency-list__row {
	width: 100%;
}

.orr-agency-list__toggle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-height: 2.75rem;
	padding: 0.75rem 1rem;
	margin: 0;
	border: none;
	background: #f6f7f7;
	font: inherit;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	color: inherit;
	border-radius: 6px 6px 0 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}

.orr-agency-list__toggle:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.orr-agency-list__toggle-icon {
	display: inline-block;
	width: 0.65rem;
	height: 0.65rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	flex-shrink: 0;
	margin-right: 0.25rem;
	transition: transform 0.15s ease;
}

.orr-agency-list__toggle[aria-expanded="true"] .orr-agency-list__toggle-icon {
	transform: rotate(-135deg);
	margin-top: 0.2rem;
}

.orr-agency-list__panel {
	padding: 0.75rem 1rem max(1rem, env(safe-area-inset-bottom, 0px));
	border-top: 1px solid #dcdcde;
	border-radius: 0 0 6px 6px;
}

.orr-agency-list__dl {
	margin: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.35rem 1rem;
	font-size: 0.95rem;
}

@media (max-width: 480px) {
	.orr-agency-list__dl {
		grid-template-columns: 1fr;
		gap: 0.15rem 0;
		font-size: max(16px, 0.95rem);
	}

	.orr-agency-list__dl dt {
		margin-top: 0.65rem;
	}

	.orr-agency-list__dl dt:first-of-type {
		margin-top: 0;
	}

	.orr-agency-list__dl dd {
		margin-bottom: 0.35rem;
	}
}

.orr-agency-list__dl dt {
	margin: 0;
	font-weight: 600;
	color: #50575e;
}

.orr-agency-list__dl dd {
	margin: 0;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.orr-agency-list__panel-actions {
	margin: 1rem 0 0;
}

.orr-agency-list__suggest-correction {
	min-height: 2.75rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 480px) {
	.orr-agency-list__suggest-correction {
		width: auto;
		max-width: min(100%, 22rem);
	}
}

.orr-sug-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.orr-suggestion-form .orr-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.orr-suggestion-form .orr-sug-input,
.orr-suggestion-form .orr-sug-select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: max(16px, 1rem);
	min-height: 2.75rem;
}

.orr-suggestion-form textarea.orr-sug-input {
	min-height: 5rem;
}

.orr-modal[hidden] {
	display: none !important;
}

.orr-modal:not([hidden]) {
	display: block;
	position: fixed;
	inset: 0;
	z-index: 100000;
}

html.orr-modal-open {
	overflow: hidden;
}

.orr-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.orr-modal__panel {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 1.5rem);
	max-width: min(32rem, 100%);
	max-height: min(92vh, 100%);
	overflow: auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 480px) {
	.orr-modal__panel {
		left: 0;
		top: 0;
		transform: none;
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		min-height: 100%;
		min-height: 100dvh;
		border-radius: 0;
	}
}

.orr-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	padding: max(1rem, env(safe-area-inset-top, 0px)) max(1rem, env(safe-area-inset-right, 0px)) 0 max(1rem, env(safe-area-inset-left, 0px));
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1;
	border-bottom: 1px solid #dcdcde;
	margin-bottom: 0.75rem;
}

.orr-modal__title {
	margin: 0;
	font-size: clamp(1.1rem, 3vw, 1.35rem);
	line-height: 1.3;
	padding-bottom: 0.75rem;
}

.orr-modal__close {
	flex-shrink: 0;
	min-width: 2.75rem;
	min-height: 2.75rem;
	margin: 0;
	border: none;
	background: transparent;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	border-radius: 4px;
	color: #50575e;
}

.orr-modal__close:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.orr-modal__body {
	padding: 0 max(1rem, env(safe-area-inset-right, 0px)) max(1.25rem, env(safe-area-inset-bottom, 0px)) max(1rem, env(safe-area-inset-left, 0px));
}

.orr-suggestion-form .orr-actions {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.orr-suggestion-form .orr-actions .button {
	min-height: 2.75rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	justify-content: center;
}

@media (min-width: 480px) {
	.orr-suggestion-form .orr-actions {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.orr-suggestion-form .orr-actions .button {
		width: auto;
		max-width: min(100%, 16rem);
	}
}

/* Request / continue: narrow viewports — comfortable tap targets and width */
@media (max-width: 480px) {
	.orr-request-form .orr-field--fees {
		padding: 0.85rem;
	}

	.orr-request-form #orr_fee_contact_amount {
		max-width: 100%;
	}

	.orr-continue-form .button-primary {
		width: 100%;
		max-width: 100%;
	}
}

.orr-agency-suggestion-notice {
	overflow-wrap: anywhere;
	word-break: break-word;
}

/* My requests (logged-in dashboard) */
.orr-shortcode--my-requests {
	width: 100%;
	max-width: min(52rem, 100%);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.orr-my-requests-link {
	margin: 0 0 1rem;
	font-size: 0.95rem;
}

.orr-dash-list-title {
	margin: 0 0 1rem;
	font-size: 1.35rem;
}

.orr-dash-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.orr-dash-item {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.6);
}

.orr-dash-item__link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	padding: 1rem 1rem;
	min-height: 2.75rem;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	border-radius: 6px;
}

.orr-dash-item__link:hover,
.orr-dash-item__link:focus {
	background: rgba(0, 0, 0, 0.04);
	outline: none;
}

.orr-dash-item__link:focus {
	box-shadow: 0 0 0 2px currentColor;
}

.orr-dash-item__title {
	font-weight: 600;
	font-size: 1.05rem;
	line-height: 1.35;
}

.orr-dash-item__agency {
	font-size: 0.95rem;
	opacity: 0.9;
}

.orr-dash-item__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.65);
}

.orr-dash-item__status {
	display: inline-block;
	padding: 0.15rem 0.5rem;
	border-radius: 4px;
	font-size: 0.8125rem;
	font-weight: 600;
}

.orr-dash-item__status--sent {
	background: rgba(0, 128, 0, 0.12);
	color: #1a5c1a;
}

.orr-dash-item__status--pending {
	background: rgba(180, 120, 0, 0.15);
	color: #6a4a00;
}

.orr-dash-back-wrap {
	margin: 0 0 1rem;
}

.orr-dash-back {
	display: inline-block;
	min-height: 2.75rem;
	line-height: 2.75rem;
	text-decoration: underline;
}

.orr-dash-detail-head {
	margin-bottom: 1rem;
}

.orr-dash-detail-title {
	margin: 0 0 0.5rem;
	font-size: 1.35rem;
}

.orr-dash-detail-agency {
	margin: 0;
}

.orr-dash-thread .orr-email-thread {
	margin-top: 0.5rem;
}

.orr-dash-thread .orr-thread-block__title {
	font-size: 1.15rem;
}

.orr-dash-login {
	min-height: 2.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media (max-width: 480px) {
	.orr-dash-item__meta {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Request form — agency search (match-only list; no dropdown) */
.orr-request-agency {
	margin-bottom: 1rem;
}

.orr-request-agency__label-text {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.orr-request-agency__search-wrap {
	margin-top: 0.25rem;
}

.orr-request-agency__search-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	max-width: 100%;
}

.orr-request-agency__search-input {
	flex: 1 1 12rem;
	min-width: 0;
	max-width: 100%;
	min-height: 2.75rem;
	font-size: max(16px, 1rem);
	box-sizing: border-box;
	padding: 0.35rem 0.5rem;
}

.orr-request-agency__search-clear {
	min-height: 2.75rem;
	min-width: 2.75rem;
	padding: 0 0.5rem;
	line-height: 1;
}

.orr-request-agency__search-clear--hidden,
.orr-request-agency__search-clear[hidden] {
	display: none !important;
}

.orr-request-agency__search-status {
	margin: 0.35rem 0 0.5rem;
	font-size: 0.9rem;
	color: rgba(0, 0, 0, 0.65);
}

.orr-request-agency__search-status--nomatch {
	color: #8a4a00;
	font-weight: 600;
}

.orr-request-agency--invalid .orr-request-agency__search-input,
.orr-request-agency--invalid .orr-request-agency__search-status {
	outline: 2px solid #b32d2e;
	outline-offset: 1px;
}

.orr-request-agency__results {
	margin-top: 0.25rem;
}

.orr-request-agency__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	max-height: min(50vh, 22rem);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.85);
}

.orr-request-agency__item {
	margin: 0;
	padding: 0;
}

.orr-request-agency__pick {
	display: block;
	width: 100%;
	text-align: left;
	min-height: 2.75rem;
	padding: 0.5rem 0.75rem;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	background: transparent;
	font: inherit;
	cursor: pointer;
	box-sizing: border-box;
}

.orr-request-agency__item:last-child .orr-request-agency__pick {
	border-bottom: 0;
}

.orr-request-agency__pick:hover,
.orr-request-agency__pick:focus {
	background: rgba(0, 0, 0, 0.05);
	outline: none;
}

.orr-request-agency__pick:focus {
	box-shadow: inset 0 0 0 2px currentColor;
}

.orr-request-agency__selected {
	margin-top: 0.75rem;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	background: rgba(0, 80, 0, 0.06);
}

.orr-request-agency__selected-row {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
}

.orr-request-agency__selected-name {
	font-weight: 600;
}

.orr-request-agency__change {
	min-height: 2.75rem;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

@media (max-width: 480px) {
	.orr-request-agency__search-row {
		flex-direction: column;
		align-items: stretch;
	}

	.orr-request-agency__search-clear {
		align-self: flex-end;
	}
}

/* Public records request generator */
.orr-generator-hero {
	margin: 0 0 1.5rem;
	padding: 1.25rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.orr-generator-hero__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.25rem, 3vw, 1.6rem);
	line-height: 1.25;
}

.orr-generator-hero__text {
	margin: 0 0 1rem;
	max-width: 42rem;
}

.orr-generator-hero__actions .button {
	min-height: 2.75rem;
	min-width: 2.75rem;
}

.orr-advanced-request {
	margin: 1.5rem 0;
	padding: 0.75rem 0;
}

.orr-advanced-request summary {
	cursor: pointer;
	font-weight: 600;
	min-height: 2.75rem;
	display: flex;
	align-items: center;
}

.orr-modal--generator .orr-generator-panel {
	max-width: min(40rem, calc(100% - 1.5rem));
	max-height: min(92vh, 52rem);
	overflow: auto;
	background: #fff;
	color: #111;
	border-radius: 0.35rem;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
}

.orr-generator-progress {
	margin: 0 0 1rem;
	font-weight: 600;
}

.orr-generator-step[hidden] {
	display: none !important;
}

.orr-generator-cat-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.orr-generator-cat-actions .button {
	min-height: 2.75rem;
}

.orr-generator-categories {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.orr-generator-cat {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 0.65rem;
	row-gap: 0.15rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 0.25rem;
	cursor: pointer;
}

.orr-generator-cat input {
	grid-row: 1 / span 2;
	margin-top: 0.2rem;
	width: 1.25rem;
	height: 1.25rem;
}

.orr-generator-cat__title {
	font-weight: 600;
}

.orr-generator-cat__desc {
	grid-column: 2;
	font-size: 0.92em;
	opacity: 0.9;
}

.orr-gen-agency-results {
	list-style: none;
	margin: 0.5rem 0 0;
	padding: 0;
	max-height: 12rem;
	overflow: auto;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 0.25rem;
}

.orr-gen-agency-result {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0.65rem 0.75rem;
	min-height: 2.75rem;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background: transparent;
	cursor: pointer;
}

.orr-gen-agency-result:hover,
.orr-gen-agency-result:focus {
	background: rgba(0, 0, 0, 0.05);
	outline: 2px solid currentColor;
	outline-offset: -2px;
}

.orr-gen-agency-selected {
	margin-top: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.orr-generator-preview {
	width: 100%;
	box-sizing: border-box;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.9rem;
	line-height: 1.45;
}

.orr-generator-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.25rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.orr-generator-nav .button {
	min-height: 2.75rem;
}

.orr-generator-error {
	margin: 0.75rem 0 0;
	color: #8a1f11;
	font-weight: 600;
}

@media (max-width: 600px) {
	.orr-modal--generator .orr-generator-panel {
		left: 0;
		top: 0;
		transform: none;
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		height: 100%;
		border-radius: 0;
	}
}
