.wcau-intro {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	padding: 20px 24px;
	margin-bottom: 20px;
}

.wcau-intro h2 {
	margin-top: 0;
	color: #051e30;
}

.wcau-card {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	padding: 20px 24px;
	margin-bottom: 20px;
}

.wcau-card__title {
	font-weight: 600;
	color: #051e30;
	margin: 0 0 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.wcau-table {
	width: 100%;
	border-collapse: collapse;
}

.wcau-table th {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #777;
	padding: 8px 10px;
	border-bottom: 2px solid #eee;
}

.wcau-table td {
	padding: 12px 10px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: middle;
}

.wcau-table code {
	background: #f5f7f5;
	padding: 3px 8px;
	border-radius: 6px;
}

.wcau-pill {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	background: #eafaf0;
	color: #1e7e42;
	font-size: 12px;
	font-weight: 600;
}

.wcau-pill--muted {
	background: #f1f1f1;
	color: #777;
}

.wcau-pill--banned {
	background: #fdecea;
	color: #b3392f;
}

.wcau-card .button,
.wcau-intro .button {
	border-radius: 6px;
}

#wpclub-updater-close-modal {
	border-radius: 6px;
}

#wpclub-updater-close-modal.wcau-btn-ready {
	background: #19a835 !important;
	border-color: #19a835 !important;
	color: #fff !important;
}

.wcau-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	gap: 12px;
	flex-wrap: wrap;
}

.wcum-pagination {
	display: flex;
	gap: 6px;
	align-items: center;
	margin-top: 16px;
	justify-content: flex-end;
}

.wcum-pagination a,
.wcum-pagination span.wcum-page-current {
	padding: 6px 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	text-decoration: none;
	color: #333;
}

.wcum-pagination span.wcum-page-current {
	background: #051e30;
	color: #fff;
	border-color: #051e30;
}

.wcau-empty {
	color: #777;
	text-align: center;
	padding: 20px 0;
}

.wcau-btn-generate {
	background: #19a835 !important;
	border-color: #19a835 !important;
	color: #fff !important;
	border-radius: 6px !important;
}

.wcau-btn-generate:hover {
	background: #158a2c !important;
}

.wcau-btn-small {
	font-size: 12px !important;
	padding: 4px 10px !important;
	height: auto !important;
	line-height: 1.4 !important;
	color: #666 !important;
	border-color: #ddd !important;
	background: #fafafa !important;
}

.wcau-btn-small:hover {
	background: #f0f0f0 !important;
}

.wcau-btn-download-plugin {
	font-size: 11px !important;
	padding: 3px 9px !important;
	border: 1px solid #19a835 !important;
	color: #19a835 !important;
	background: #fff !important;
}

.wcau-btn-download-plugin:hover {
	background: #eafaf0 !important;
}
