.lsd-wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding: 32px 20px;
}

.lsd-dashboard__header,
.lsd-card__top,
.lsd-card__footer,
.lsd-browse {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.lsd-eyebrow {
	margin: 0 0 6px;
	color: #0f766e;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lsd-grid,
.lsd-listing-grid,
.lsd-auth {
	display: grid;
	gap: 18px;
}

.lsd-grid--dashboard {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin: 28px 0;
}

.lsd-listing-grid {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.lsd-auth {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.lsd-card,
.lsd-panel {
	background: #fff;
	border: 1px solid #d9e2df;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(21, 47, 44, 0.07);
}

.lsd-card {
	overflow: hidden;
}

.lsd-card__body,
.lsd-card,
.lsd-panel {
	padding: 20px;
}

.lsd-listing-card {
	padding: 0;
}

.lsd-card__image {
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 9;
	background: #e8f3f0;
	color: #0f766e;
	font-weight: 800;
	text-decoration: none;
}

.lsd-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lsd-card h3,
.lsd-panel h2 {
	margin-top: 0;
}

.lsd-card--muted {
	background: #f6faf9;
}

.lsd-badge {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	border-radius: 999px;
	padding: 5px 9px;
	background: #e8f3f0;
	color: #14534d;
	font-size: 0.78rem;
	font-weight: 800;
}

.lsd-badge--approved,
.lsd-badge--featured,
.lsd-badge--premium {
	background: #dff7ea;
	color: #126134;
}

.lsd-badge--pending_review,
.lsd-badge--renewal_due {
	background: #fff4d8;
	color: #7a5100;
}

.lsd-badge--rejected,
.lsd-badge--expired {
	background: #ffe4e2;
	color: #9f2017;
}

.lsd-button,
.lsd-form button,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 0;
	border-radius: 7px;
	padding: 10px 16px;
	background: #0f766e;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.lsd-button:hover {
	background: #14534d;
	color: #fff;
}

.lsd-link {
	color: #0f766e;
	font-weight: 800;
}

.lsd-form {
	display: grid;
	gap: 16px;
}

.lsd-form label {
	display: grid;
	gap: 7px;
	color: #223532;
	font-weight: 700;
}

.lsd-form input,
.lsd-form textarea,
.lsd-form select,
.comment-form input,
.comment-form textarea,
.comment-form select {
	width: 100%;
	border: 1px solid #c8d7d3;
	border-radius: 7px;
	padding: 10px 12px;
	font: inherit;
}

.lsd-form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.lsd-meta-list {
	display: grid;
	gap: 10px;
	margin: 18px 0;
}

.lsd-meta-list div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.lsd-meta-list dt {
	color: #5b6f6b;
	font-weight: 700;
}

.lsd-meta-list dd {
	margin: 0;
	font-weight: 800;
}

.lsd-notice {
	margin-bottom: 18px;
	border-radius: 8px;
	padding: 12px 14px;
	font-weight: 700;
}

.lsd-notice--success {
	background: #dff7ea;
	color: #126134;
}

.lsd-notice--error {
	background: #ffe4e2;
	color: #9f2017;
}

.lsd-browse {
	flex-wrap: wrap;
	margin-bottom: 24px;
	padding: 14px;
	border: 1px solid #d9e2df;
	border-radius: 8px;
	background: #f6faf9;
}

.lsd-browse div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.lsd-browse span {
	font-weight: 900;
}

.lsd-browse a {
	border-radius: 999px;
	padding: 6px 10px;
	background: #fff;
	color: #14534d;
	text-decoration: none;
}

@media (max-width: 700px) {
	.lsd-dashboard__header,
	.lsd-card__top,
	.lsd-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}
}
