.sitemap-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.sitemap-card {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.sitemap-card h2 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.sitemap-card form {
	margin-top: 20px;
}
.sitemap-links-card {
	background: #fff;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.sitemap-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 15px;
	margin-top: 15px;
}

.sitemap-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background: #f8f9fa;
	border: 1px solid #e2e4e7;
	border-radius: 4px;
}

.sitemap-link-name {
	font-weight: 500;
	color: #1d2327;
}
.sitemap-html-info {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.sitemap-html-info h3 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.sitemap-html-info ol {
	margin-left: 20px;
}

.sitemap-html-info ol li {
	margin-bottom: 8px;
}
.sitemap-html-info h3, 
.sitemap-html-info h4 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.sitemap-html-info ol {
	margin-left: 20px;
}

.sitemap-html-info ol li {
	margin-bottom: 8px;
}

.sitemap-html-info table {
	margin-top: 15px;
	margin-bottom: 15px;
}

.sitemap-html-info .button-small {
	margin-right: 5px;
}

.sitemap-html-info .description {
	margin-top: 8px;
	font-style: italic;
	color: #666;
}
.sitemap-actions-card {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.sitemap-actions-card h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}