.nest-coop-wrap {
	display: grid;
	gap: 14px;
	max-width: 1100px;
	margin: 0 auto;
	font-size: 0.95rem;
	color: #1f2933;
}

.nest-coop-wrap *,
.nest-coop-wrap *::before,
.nest-coop-wrap *::after {
	box-sizing: border-box;
}

.nest-coop-section {
	border: 1px solid #d6d9dd;
	border-radius: 6px;
	background: #fff;
	padding: 16px;
	overflow: visible;
}

.nest-coop-dashboard {
	align-items: start;
}

.nest-coop-profile-panel,
.nest-coop-panel-events > .nest-coop-grid-form,
.nest-coop-panel-classes > .nest-coop-grid-form,
.nest-coop-panel-recurring > .nest-coop-grid-form,
.nest-coop-panel-invoice-form {
	display: none;
}

.nest-coop-overview {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
}

.nest-coop-section h2,
.nest-coop-section h3 {
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.25;
}

.nest-coop-section-header {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.nest-coop-section-header h3 {
	margin-bottom: 0;
}

.nest-coop-split {
	display: grid;
	gap: 16px;
	align-items: start;
}

.nest-coop-split-family {
	grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
}

.nest-coop-split-announcements {
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
}

.nest-coop-split-resources {
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
}

.nest-coop-split-payouts {
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

.nest-coop-subpanel {
	min-width: 0;
}

.nest-coop-subpanel h4 {
	margin: 0 0 10px;
	line-height: 1.25;
}

.nest-coop-subpanel-table {
	overflow-x: auto;
}

.nest-coop-wrap .nest-coop-icon-button {
	display: inline-flex;
	min-height: 0;
	margin-left: 8px;
	padding: 2px 6px;
	border: 0;
	background: transparent;
	color: #1f5f92;
	font-size: 0.78rem;
	font-weight: 600;
	text-decoration: underline;
	vertical-align: middle;
}

.nest-coop-money {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
}

.nest-coop-metric-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 12px;
	margin: 16px 0;
}

.nest-coop-metric {
	display: grid;
	gap: 3px;
	padding: 12px;
	border: 1px solid #e3e6ea;
	border-radius: 6px;
	background: #f8f9fa;
}

.nest-coop-metric strong {
	font-size: 1.6rem;
	line-height: 1;
	color: #1f2933;
}

.nest-coop-metric span {
	color: #646970;
	font-size: 0.9rem;
}

.nest-coop-notice {
	border-left: 4px solid #2271b1;
	background: #f0f6fc;
	padding: 10px 14px;
}

.nest-coop-form-row,
.nest-coop-grid-form {
	display: grid;
	gap: 10px 12px;
	align-items: end;
	width: 100%;
	margin-right: 0;
}

.nest-coop-form-row {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) auto;
}

.nest-coop-grid-form {
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.nest-coop-span {
	grid-column: 1 / -1;
}

.nest-coop-wrap label span {
	display: block;
	font-weight: 600;
	margin-bottom: 3px;
}

.nest-coop-wrap input,
.nest-coop-wrap select,
.nest-coop-wrap textarea {
	width: 100%;
	max-width: 100%;
	min-height: 32px;
	padding: 4px 7px;
	line-height: 1.35;
}

.nest-coop-wrap textarea {
	min-height: 72px;
	resize: vertical;
}

.nest-coop-wrap button,
.nest-coop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 6px 12px;
	border: 1px solid #1f5f92;
	border-radius: 4px;
	background: #2271b1;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.nest-coop-form-row > button,
.nest-coop-grid-form > button {
	align-self: end;
	justify-self: start;
	min-width: 140px;
}

.nest-coop-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.nest-coop-import-export {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: end;
	width: 100%;
	margin: 0 0 12px 0;
	padding: 10px;
	background: #f6f7f7;
	border: 1px solid #e3e6ea;
	border-radius: 4px;
}

.nest-coop-import-export input[type="file"] {
	width: auto;
	max-width: 260px;
	background: #fff;
}

.nest-coop-tabs {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	align-items: center;
	max-width: 100%;
}

.nest-coop-wrap .nest-coop-menu-toggle,
.nest-coop-wrap .nest-coop-menu-close {
	display: none;
}

.nest-coop-tabs a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 5px 10px;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #fff;
	color: #1f5f92;
	text-decoration: none;
}

.nest-coop-tabs a.is-active {
	border-color: #1f5f92;
	background: #2271b1;
	color: #fff;
}

.nest-coop-student-sharing {
	margin: 28px 0;
	padding: 18px;
	border: 1px solid #d6d9dd;
	border-radius: 6px;
	background: #fff;
}

.nest-coop-student-sharing h3 {
	margin-top: 0;
}

.nest-coop-student-sharing-table small {
	display: block;
	margin-top: 3px;
	color: #64748b;
}

.nest-coop-card-form {
	display: grid;
	gap: 10px;
	padding: 12px 0;
	border-bottom: 1px solid #e3e6ea;
}

.nest-coop-card-form:last-child {
	border-bottom: 0;
}

.nest-coop-family-manager-add {
	display: grid;
	gap: 12px;
	max-width: 760px;
}

.nest-coop-family-profile-card {
	padding: 16px 0;
}

.nest-coop-family-profile-head {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: space-between;
}

.nest-coop-family-profile-head h4 {
	margin: 0 0 4px;
	font-size: 1.1rem;
}

.nest-coop-button-secondary {
	background: #fff;
	color: #1f5f92;
}

.nest-coop-inline {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	align-items: center;
}

.nest-coop-inline input[type="number"] {
	max-width: 86px;
}

.nest-coop-inline input[type="text"] {
	max-width: 220px;
}

.nest-coop-inline input[type="email"],
.nest-coop-inline input[type="url"] {
	max-width: 260px;
}

.nest-coop-checkbox {
	display: flex;
	gap: 8px;
	align-items: center;
	min-height: 32px;
}

.nest-coop-checkbox input {
	width: auto;
}

.nest-coop-checkbox-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 8px 12px;
	padding: 10px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
}

.nest-coop-checkbox-grid label {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0;
}

.nest-coop-checkbox-grid input {
	width: auto;
	min-height: 0;
}

.nest-coop-admin-permissions-form {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.nest-coop-admin-permissions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
}

.nest-coop-entry {
	border-bottom: 1px solid #e3e6ea;
	padding: 12px 0;
}

.nest-coop-entry:last-child {
	border-bottom: 0;
}

.nest-coop-entry h4 {
	margin: 0 0 4px;
}

.nest-coop-muted {
	color: #646970;
	font-size: 0.92rem;
}

.nest-coop-compact-list {
	margin: 6px 0 0;
	padding-left: 18px;
}

.nest-coop-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: 0;
	font-size: 0.94rem;
}

.nest-coop-table th,
.nest-coop-table td {
	border-bottom: 1px solid #e3e6ea;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.nest-coop-table th {
	background: #f6f7f7;
	font-weight: 700;
}

.nest-coop-nested-table {
	font-size: 0.92rem;
	margin-top: 8px;
	width: 100%;
	min-width: 560px;
	margin-right: 0;
}

.nest-coop-nested-table th,
.nest-coop-nested-table td {
	padding: 6px 8px;
}

.nest-coop-builder-section {
	display: grid;
	gap: 10px;
	margin: 0 0 12px 0;
	padding: 12px;
	border: 1px solid #e3e6ea;
	border-radius: 6px;
	background: #f8f9fa;
}

.nest-coop-builder-items {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	min-height: 34px;
}

.nest-coop-builder-item {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	padding: 5px 8px;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #fff;
}

.nest-coop-builder-item button {
	min-height: 26px;
	padding: 2px 7px;
}

.nest-coop-public {
	--coop-accent: #2271b1;
	--coop-accent-dark: #174b78;
	--coop-bg: #f6f8fb;
	color: #1f2933;
	background: var(--coop-bg);
}

.nest-coop-theme-green {
	--coop-accent: #32735f;
	--coop-accent-dark: #214f42;
	--coop-bg: #f3f8f5;
}

.nest-coop-theme-berry {
	--coop-accent: #9b3f63;
	--coop-accent-dark: #6f2845;
	--coop-bg: #fbf5f7;
}

.nest-coop-public-hero {
	padding: clamp(48px, 8vw, 92px) 18px;
	background: linear-gradient(135deg, var(--coop-accent-dark), var(--coop-accent));
	color: #fff;
}

.nest-coop-public-hero > div,
.nest-coop-public-sections {
	max-width: 1100px;
	margin: 0 auto;
}

.nest-coop-public-hero h1 {
	margin: 0 0 12px;
	font-size: clamp(2.1rem, 5vw, 4rem);
	line-height: 1.05;
	color: #fff;
}

.nest-coop-public-hero p {
	max-width: 720px;
	margin: 0;
	font-size: 1.15rem;
}

.nest-coop-public-sections {
	display: grid;
	gap: 18px;
	padding: 24px 18px 56px;
}

.nest-coop-public-feature .nest-coop-public-sections {
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.nest-coop-public-feature .nest-coop-public-section:first-child {
	grid-row: span 2;
}

.nest-coop-public-magazine .nest-coop-public-sections {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.nest-coop-public-section {
	padding: 18px;
	border: 1px solid #dde3ea;
	border-radius: 8px;
	background: #fff;
}

.nest-coop-public-section h2 {
	margin: 0 0 14px;
	color: var(--coop-accent-dark);
}

.nest-coop-public-module {
	padding: 12px 0;
	border-top: 1px solid #edf0f2;
}

.nest-coop-public-module:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.nest-coop-public-module h3 {
	margin: 0 0 8px;
	font-size: 1rem;
	color: var(--coop-accent);
}

.nest-coop-public-module ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nest-coop-public-module li {
	display: grid;
	gap: 3px;
}

.nest-coop-public-module span {
	color: #646970;
	font-size: 0.9rem;
}

.nest-coop-public-module p {
	margin: 0;
}

.nest-coop-home-designer .nest-coop-designer-topbar {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-start;
}

.nest-coop-designer-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: start;
}

.nest-coop-designer-controls {
	position: static;
	max-height: none;
	overflow: visible;
}

.nest-coop-designer-preview-panel {
	min-width: 0;
}

.nest-coop-designer-preview-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.nest-coop-designer-status {
	font-size: 0.9rem;
	color: #667085;
}

.nest-coop-designer-preview {
	border: 1px solid #d9e2e8;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.nest-coop-design-row-control,
.nest-coop-design-column-control,
.nest-coop-design-widget-control {
	border: 1px solid #d9e2e8;
	border-radius: 8px;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
}

.nest-coop-design-column-controls {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 12px;
	align-items: start;
}

.nest-coop-design-column-control {
	background: #f7f9fb;
}

.nest-coop-design-row-control.is-collapsed .nest-coop-row-body {
	display: none;
}

.nest-coop-row-block-head {
	margin-bottom: 0;
}

.nest-coop-row-body {
	margin-top: 8px;
}

.nest-coop-row-title-field {
	display: block;
	margin-bottom: 8px;
}

.nest-coop-row-toggle {
	min-height: 32px;
	padding: 4px 9px;
}

.nest-coop-design-widget-controls {
	display: grid;
	gap: 10px;
}

.nest-coop-block-head {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.nest-coop-design-widget-control > .nest-coop-block-head {
	cursor: move;
}

.nest-coop-block-head strong {
	margin-right: auto;
}

.nest-coop-drag-handle {
	cursor: move;
	font-size: 0.82rem;
	color: #667085;
	border: 1px solid #d9e2e8;
	border-radius: 4px;
	padding: 4px 7px;
	background: #fff;
}

.nest-coop-design-settings {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 8px;
	margin-top: 8px;
}

.nest-coop-color-inputs {
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
}

.nest-coop-color-inputs .nest-coop-color-field {
	flex: 1 1 auto;
	min-width: 0;
}

.nest-coop-color-swatch {
	flex: 0 0 42px;
	width: 42px;
	height: 38px;
	padding: 2px;
	border: 1px solid #cfd8e3;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}

.nest-coop-designer-image-thumb {
	display: block;
	max-width: 180px;
	margin-top: 8px;
	border: 1px solid #d9e2e8;
	border-radius: 6px;
}

.nest-coop-rich-text-control {
	display: grid;
	gap: 8px;
}

.nest-coop-rich-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.nest-coop-rich-toolbar button {
	min-height: 32px;
	padding: 4px 9px;
	background: #f7f9fb;
	color: #1f2933;
	border: 1px solid #cfd8e3;
	border-radius: 4px;
}

.nest-coop-rich-editor {
	min-height: 180px;
	padding: 10px;
	border: 1px solid #cfd8e3;
	border-radius: 6px;
	background: #fff;
	color: #1f2933;
	overflow: auto;
}

.nest-coop-rich-editor:focus {
	outline: 2px solid #72aee6;
	outline-offset: 1px;
}

.nest-coop-checkbox-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 14px;
	padding: 10px;
	border: 1px solid #d9e2e8;
	border-radius: 6px;
}

.nest-coop-public-page-shell {
	margin: 0;
	background: #f6f8f9;
}

.nest-coop-designed-home {
	min-height: 100vh;
	background: #f6f8f9;
	color: #1f2933;
	font-family: inherit;
}

.nest-coop-public-admin-links {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid #d9e2e8;
	backdrop-filter: blur(8px);
}

.nest-coop-public-admin-links a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 5px 11px;
	border: 1px solid #cfd8e3;
	border-radius: 6px;
	background: #fff;
	color: #1d70b8;
	font-weight: 700;
	text-decoration: none;
}

.nest-coop-public-admin-links a:hover,
.nest-coop-public-admin-links a:focus {
	background: #eef6ff;
	text-decoration: none;
}

.nest-coop-designed-home .nest-coop-public-hero {
	display: flex;
	align-items: center;
	padding: 48px 6vw;
	background-image: none;
}

.nest-coop-public-hero-inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.nest-coop-designed-home .nest-coop-public-hero h1 {
	margin: 0 0 12px;
	font-size: clamp(2.4rem, 5vw, 5rem);
	line-height: 1.02;
	letter-spacing: 0;
	color: inherit;
}

.nest-coop-designed-home .nest-coop-public-hero p {
	font-size: 1.15rem;
	max-width: 760px;
}

.nest-coop-design-public-row {
	width: 100%;
}

.nest-coop-design-public-row-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 auto;
}

.nest-coop-design-public-column {
	min-width: 220px;
	flex: 1 1 100%;
}

.nest-coop-design-width-25 { flex-basis: calc(25% - 20px); }
.nest-coop-design-width-33 { flex-basis: calc(33.333% - 20px); }
.nest-coop-design-width-50 { flex-basis: calc(50% - 20px); }
.nest-coop-design-width-66 { flex-basis: calc(66.666% - 20px); }
.nest-coop-design-width-75 { flex-basis: calc(75% - 20px); }
.nest-coop-design-width-100 { flex-basis: 100%; }

.nest-coop-public-widget + .nest-coop-public-widget {
	margin-top: 20px;
}

.nest-coop-public-widget h2 {
	margin: 0 0 12px;
	letter-spacing: 0;
	color: inherit;
}

.nest-coop-public-widget img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.nest-coop-public-widget-spacer {
	margin-top: 0;
}

.nest-coop-home-spacer {
	display: flex;
	align-items: center;
	width: 100%;
}

.nest-coop-home-spacer span {
	display: block;
	width: 100%;
}

.nest-coop-public-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.nest-coop-public-list li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 10px;
}

.nest-coop-public-list span {
	display: block;
	font-size: 0.9rem;
	color: #667085;
	margin-top: 2px;
}

.nest-coop-public-course-tiles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px;
}

.nest-coop-public-course-tile {
	border: 1px solid #d9e2e8;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.nest-coop-public-course-tile img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 0;
}

.nest-coop-public-course-tile h3 {
	margin: 0;
	padding: 12px;
	font-size: 1rem;
	letter-spacing: 0;
}

.nest-coop-home-contact-form {
	display: grid;
	gap: 10px;
}

.nest-coop-home-contact-form label {
	display: grid;
	gap: 4px;
}

.nest-coop-home-contact-form input,
.nest-coop-home-contact-form textarea {
	width: 100%;
}

.nest-coop-modal[hidden] {
	display: none;
}

.nest-coop-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(15, 23, 42, 0.54);
}

.nest-coop-modal-panel {
	width: min(760px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 18px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(15, 23, 42, 0.25);
}

.nest-coop-modal-header {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.nest-coop-modal-header h3 {
	margin: 0;
}

.nest-coop-wrap .nest-coop-modal-close {
	min-width: 36px;
	padding: 5px 9px;
	background: #fff;
	color: #1f2933;
	border-color: #c3c4c7;
	font-weight: 700;
}

body.nest-coop-modal-open {
	overflow: hidden;
}

body.nest-coop-menu-open {
	overflow: hidden;
}

@media (min-width: 900px) {
	.nest-coop-dashboard {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 16px;
	}

	.nest-coop-dashboard > .nest-coop-notice,
	.nest-coop-dashboard > .nest-coop-overview,
	.nest-coop-dashboard > .nest-coop-tabs,
	.nest-coop-dashboard > .nest-coop-panel-full {
		grid-column: 1 / -1;
	}

	.nest-coop-dashboard > .nest-coop-section {
		box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	}

	.nest-coop-dashboard > .nest-coop-panel-compact {
		grid-column: 1 / -1;
	}

	.nest-coop-panel-compact .nest-coop-table {
		min-width: 0;
	}
}

@media (max-width: 720px) {
	.nest-coop-wrap {
		gap: 12px;
		width: 100%;
		padding: 0 10px;
		font-size: 0.9rem;
	}

	.nest-coop-section {
		padding: 12px;
		border-radius: 5px;
		max-width: 100%;
		overflow-x: auto;
	}

	.nest-coop-overview {
		display: grid;
		gap: 10px;
	}

	.nest-coop-section h2 {
		font-size: 1.35rem;
	}

	.nest-coop-section h3 {
		font-size: 1.12rem;
	}

	.nest-coop-section-header {
		align-items: flex-start;
	}

	.nest-coop-family-profile-head {
		display: grid;
	}

	.nest-coop-section-header button {
		flex: 0 0 auto;
	}

	.nest-coop-split {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.nest-coop-wrap .nest-coop-menu-toggle {
		display: inline-flex;
		gap: 8px;
		align-items: center;
		justify-content: center;
		justify-self: start;
	}

	.nest-coop-slide-menu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99998;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: min(82vw, 300px);
		height: 100vh;
		max-width: none;
		padding: 16px;
		gap: 8px;
		background: #fff;
		border-right: 1px solid #d6d9dd;
		box-shadow: 12px 0 30px rgba(15, 23, 42, 0.22);
		transform: translateX(-105%);
		transition: transform 180ms ease;
		overflow-y: auto;
	}

	.nest-coop-slide-menu.is-open {
		transform: translateX(0);
	}

	.nest-coop-slide-menu::before {
		content: "Co-op Menu";
		display: block;
		margin: 2px 0 8px;
		font-weight: 700;
		color: #1f2933;
	}

	.nest-coop-slide-menu a {
		width: 100%;
		justify-content: flex-start;
		min-height: 40px;
	}

	.nest-coop-wrap .nest-coop-menu-close {
		display: inline-flex;
		align-self: flex-end;
		min-width: 34px;
		background: #fff;
		color: #1f2933;
		border-color: #c3c4c7;
		font-weight: 700;
	}

	.nest-coop-form-row,
	.nest-coop-grid-form {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.nest-coop-form-row > button,
	.nest-coop-grid-form > button {
		min-width: 0;
		width: auto;
	}

	.nest-coop-import-export {
		display: grid;
		grid-template-columns: 1fr;
		align-items: start;
	}

	.nest-coop-import-export input[type="file"] {
		width: 100%;
		max-width: none;
	}

	.nest-coop-inline {
		align-items: flex-start;
	}

	.nest-coop-inline input[type="number"],
	.nest-coop-inline input[type="text"],
	.nest-coop-inline input[type="email"],
	.nest-coop-inline input[type="url"] {
		width: 100%;
		max-width: none;
	}

	.nest-coop-table {
		display: block;
		width: 100%;
		max-width: none;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: normal;
	}

	.nest-coop-table th,
	.nest-coop-table td {
		padding: 7px;
	}

	.nest-coop-dashboard .nest-coop-table,
	.nest-coop-dashboard .nest-coop-nested-table {
		min-width: 0;
		border-collapse: separate;
		border-spacing: 0;
	}

	.nest-coop-dashboard .nest-coop-table thead {
		display: none;
	}

	.nest-coop-dashboard .nest-coop-table tbody,
	.nest-coop-dashboard .nest-coop-table tr,
	.nest-coop-dashboard .nest-coop-table td {
		display: block;
		width: 100%;
	}

	.nest-coop-dashboard .nest-coop-table tr {
		margin-bottom: 10px;
		padding: 8px;
		border: 1px solid #e3e6ea;
		border-radius: 5px;
		background: #fff;
	}

	.nest-coop-dashboard .nest-coop-table td {
		display: grid;
		grid-template-columns: minmax(88px, 34%) minmax(0, 1fr);
		gap: 8px;
		border-bottom: 1px solid #edf0f2;
		padding: 7px 0;
	}

	.nest-coop-dashboard .nest-coop-table td:last-child {
		border-bottom: 0;
	}

	.nest-coop-dashboard .nest-coop-table td::before {
		content: attr(data-label);
		font-weight: 700;
		color: #1f2933;
	}

	.nest-coop-dashboard .nest-coop-table td[colspan] {
		display: block;
	}

	.nest-coop-dashboard .nest-coop-table td[colspan]::before {
		content: "";
		display: none;
	}

	.nest-coop-responsive-table {
		min-width: 0;
		border-collapse: separate;
		border-spacing: 0;
	}

	.nest-coop-responsive-table thead {
		display: none;
	}

	.nest-coop-responsive-table tbody,
	.nest-coop-responsive-table tr,
	.nest-coop-responsive-table td {
		display: block;
		width: 100%;
	}

	.nest-coop-responsive-table tr {
		margin-bottom: 10px;
		padding: 8px;
		border: 1px solid #e3e6ea;
		border-radius: 5px;
		background: #fff;
	}

	.nest-coop-responsive-table td {
		display: grid;
		grid-template-columns: minmax(88px, 34%) minmax(0, 1fr);
		gap: 8px;
		border-bottom: 1px solid #edf0f2;
		padding: 7px 0;
	}

	.nest-coop-responsive-table td:last-child {
		border-bottom: 0;
	}

	.nest-coop-responsive-table td::before {
		content: attr(data-label);
		font-weight: 700;
		color: #1f2933;
	}

	.nest-coop-dashboard .nest-coop-inline {
		display: grid;
		grid-template-columns: 1fr;
	}

	.nest-coop-nested-table {
		min-width: 520px;
	}

	.nest-coop-builder-section {
		padding: 10px;
	}

	.nest-coop-builder-item {
		width: 100%;
		justify-content: space-between;
	}

	.nest-coop-public-hero {
		padding: 42px 16px;
	}

	.nest-coop-public-hero h1 {
		font-size: 2.2rem;
	}

	.nest-coop-public-sections {
		padding: 16px 12px 36px;
	}

	.nest-coop-public-feature .nest-coop-public-sections {
		grid-template-columns: 1fr;
	}

	.nest-coop-modal {
		padding: 12px;
		align-items: start;
	}

	.nest-coop-modal-panel {
		max-height: calc(100vh - 24px);
		padding: 14px;
	}

	.nest-coop-home-designer .nest-coop-designer-topbar {
		display: grid;
	}

	.nest-coop-designer-grid {
		grid-template-columns: 1fr;
	}

	.nest-coop-designer-controls {
		position: static;
		max-height: none;
	}

	.nest-coop-designer-preview-header {
		display: grid;
	}

	.nest-coop-design-settings,
	.nest-coop-checkbox-grid {
		grid-template-columns: 1fr;
	}

	.nest-coop-design-public-row-inner {
		display: grid;
	}

	.nest-coop-design-public-column,
	.nest-coop-design-width-25,
	.nest-coop-design-width-33,
	.nest-coop-design-width-50,
	.nest-coop-design-width-66,
	.nest-coop-design-width-75,
	.nest-coop-design-width-100 {
		flex-basis: auto;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.nest-coop-wrap {
		padding: 0 8px;
		font-size: 0.86rem;
	}

	.nest-coop-wrap button,
	.nest-coop-button,
	.nest-coop-button-secondary {
		min-height: 34px;
		padding: 5px 9px;
	}

	.nest-coop-table {
		min-width: 640px;
		font-size: 0.84rem;
	}

	.nest-coop-nested-table {
		min-width: 500px;
		font-size: 0.82rem;
	}
}
