.twt-plan-v2-dashboard {
	display: grid;
	gap: 1rem;
}

.twt-plan-v2-dashboard > h2 {
	margin-bottom: 0;
}

.twt-plan-v2-card {
	border: 1px solid #d8dde3;
	border-radius: 8px;
	padding: 1.25rem;
	background: #fff;
}

.twt-plan-v2-card h3 {
	margin-top: 0;
}

.twt-plan-v2-church {
	font-weight: 600;
}

.twt-plan-v2-branding {
	display: grid;
	grid-template-columns: minmax(5rem, 8rem) minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	margin: 0 0 1.5rem;
	padding: 1.25rem;
	border: 1px solid #d8dde3;
	border-radius: 8px;
	background: #f7f8fa;
}

.twt-plan-v2-branding img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 8rem;
	object-fit: contain;
}

.twt-plan-v2-branding p:first-child {
	margin-top: 0;
}

.twt-plan-v2-branding p:last-child,
.twt-plan-v2-designations {
	margin-bottom: 0;
}

@media (max-width: 520px) {
	.twt-plan-v2-branding {
		grid-template-columns: 1fr;
	}

	.twt-plan-v2-branding img {
		max-width: 8rem;
	}
}

.twt-plan-v2-downloads {
	margin: 1rem 0;
}

[data-autosave-status] {
	min-height: 1.5rem;
	margin-bottom: 1rem;
}

[data-autosave-status][data-state="error"] {
	color: #b32d2e;
	font-weight: 600;
}

.twt-plan-v2-page,
.twt-plan-v2-faith {
	display: grid;
	gap: 1rem;
}

.twt-plan-v2-field {
	border: 0;
	margin: 0;
	padding: 1rem;
	background: #f7f8fa;
	border-radius: 6px;
}

.twt-plan-v2-field legend {
	font-weight: 600;
}

.twt-plan-v2-field label {
	display: block;
	margin: 0.4rem 0;
}

.twt-plan-v2-field input:not([type="radio"]):not([type="checkbox"]),
.twt-plan-v2-field select,
.twt-plan-v2-field textarea {
	width: 100%;
	max-width: 42rem;
}

.twt-plan-v2-field.twt-has-error {
	outline: 2px solid #b32d2e;
	outline-offset: 2px;
}

.twt-plan-v2-page-actions {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
}

.twt-translation-missing {
	border-left: 4px solid #dba617;
	padding-left: 1rem;
}

.twt-plan-v2-translation-summary,
.twt-plan-v2-translation-warning {
	background: #fff8e5;
	border: 1px solid #dba617;
	color: #5f4700;
	padding: 0.75rem;
}

.twt-plan-v2-translation-warning {
	font-weight: 600;
}
