/**
 * SAB Groups Plus Report – layout, skeleton, table structure
 */

@keyframes sab-skeleton-shimmer {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

.sab-skeleton-shimmer,
.sab-skeleton-text,
.sab-skeleton-bar,
.sab-skeleton-button,
.sab-cert-skeleton {
	background: linear-gradient(90deg, #e4e4e4 0%, #f0f0f0 50%, #e4e4e4 100%);
	background-size: 200% 100%;
	animation: sab-skeleton-shimmer 1.2s ease-in-out infinite;
	border-radius: 4px;
	display: inline-block;
}

.sab-skeleton-text {
	height: 12px;
	min-width: 48px;
	border-radius: 4px;
}

.sab-skeleton-text--sm {
	min-width: 56px;
}

.sab-skeleton-text--md {
	min-width: 120px;
}

.sab-skeleton-text--lg {
	min-width: 180px;
	height: 14px;
}

.sab-skeleton-bar {
	width: 64px;
	height: 6px;
	border-radius: 3px;
}

.sab-skeleton-button,
.sab-cert-skeleton {
	width: 88px;
	height: 26px;
	border-radius: 13px;
}

.sab-report-skeleton-state .sab-report-initial-skeleton {
	width: 100%;
}

.sab-report-skeleton-state .sab-report-skeleton-courses {
	display: block !important;
}

.sab-report-skeleton-state .sab-skeleton-course-header,
.sab-report-skeleton-state .sab-skeleton-member-row {
	pointer-events: none;
}

.groups-plus-report-table.sab-groups-plus-report-table {
	display: block;
	width: 100%;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content.sab-members-pending .div-table-row:not(.sab-member-row-loading):not(.sab-member-row-ready) {
	visibility: hidden;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row.sab-member-row-loading {
	color: inherit !important;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row.sab-member-row-loading .div-table-col {
	overflow: hidden;
}

/* Report table – outer card matches groups_user_table / groups_plus_table */
.groups_plus_report_list,
.groups_plus_report_list.sab-groups-plus-report {
	max-width: 100%;
}

.groups_plus_report_list .div-table-container {
	border: none;
	border-radius: 15px !important;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 30px 0px !important;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
}

/* Horizontal scroll on narrow viewports – table keeps readable column widths */
.groups_plus_report_list .div-table-container.sab-groups-plus-report-container {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scrollbar-gutter: stable;
}

.groups_plus_report_list .div-table-container .groups-plus-report-table.sab-groups-plus-report-table {
	min-width: 720px;
}

.groups_plus_report_list {
	margin-bottom: 40px;
}

/* Kill theme's rounded corners / shadow on every report table and cell */
.groups_plus_report_list table,
.groups_plus_report_list table thead,
.groups_plus_report_list table tbody,
.groups_plus_report_list table tr,
.groups_plus_report_list table th,
.groups_plus_report_list table td,
.groups_plus_report_list .div-table,
.groups_plus_report_list .div-table-row,
.groups_plus_report_list .div-table-row-header,
.groups_plus_report_list .courses-content,
.groups_plus_report_list .courses-users-content {
	border-radius: 0 !important;
	box-shadow: none !important;
}

.groups-plus-report-table.sab-report-layout-ready {
	display: block;
	width: 100%;
}

.groups_plus_report_list .groups-plus-report-table.sab-report-layout-ready .div-table-row-header,
.groups_plus_report_list .groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header,
.groups_plus_report_list .groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	float: none !important;
	clear: both;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.groups_plus_report_list .groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	float: none !important;
	clear: both;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #fff;
}

.groups-plus-report-table.sab-report-layout-ready .sab-report-team-header-table {
	width: 100%;
	margin: 0;
	table-layout: fixed;
	border-collapse: collapse;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible;
	border-top: none !important;
	border-left: none !important;
}

.groups-plus-report-table.sab-report-layout-ready > .div-table-row-team-name-header.sab-report-team-row-hidden {
	display: none !important;
}

.groups-plus-report-table.sab-report-layout-ready .sab-report-team-header-table + .courses-content {
	margin-top: 0;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header.sab-report-team-data-row + .sab-report-team-header-table {
	margin-top: 0;
}

.groups-plus-report-table.sab-report-layout-ready .sab-report-progress-header-table,
.groups-plus-report-table.sab-report-layout-ready .sab-report-sub-header-table {
	width: 100%;
	margin: 0;
	table-layout: fixed;
	border-collapse: collapse;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible;
	border-top: none !important;
	border-left: none !important;
}

.groups_plus_report_list .sab-report-team-header-table thead,
.groups_plus_report_list .sab-report-team-header-table thead tr,
.groups_plus_report_list .sab-report-team-header-table thead th,
.groups_plus_report_list .sab-report-progress-header-table thead,
.groups_plus_report_list .sab-report-progress-header-table thead tr,
.groups_plus_report_list .sab-report-progress-header-table thead th,
.groups_plus_report_list .sab-report-sub-header-table thead,
.groups_plus_report_list .sab-report-sub-header-table thead tr,
.groups_plus_report_list .sab-report-sub-header-table thead th {
	border-radius: 0 !important;
	border-top: none !important;
	border-left: none !important;
}

.groups_plus_report_list .sab-report-team-header-table thead tr:first-child th:first-child,
.groups_plus_report_list .sab-report-team-header-table thead tr:first-child th:last-child,
.groups_plus_report_list .sab-report-progress-header-table thead tr:first-child th:first-child,
.groups_plus_report_list .sab-report-progress-header-table thead tr:first-child th:last-child,
.groups_plus_report_list .sab-report-sub-header-table thead tr:first-child th:first-child,
.groups_plus_report_list .sab-report-sub-header-table thead tr:first-child th:last-child {
	border-radius: 0 !important;
}

.groups-plus-report-table.sab-report-layout-ready .sab-report-team-header-table thead tr:first-child th:first-child,
.groups-plus-report-table.sab-report-layout-ready .sab-report-progress-header-table thead tr:first-child th:first-child,
.groups-plus-report-table.sab-report-layout-ready .sab-report-sub-header-table thead tr:first-child th:first-child {
	border-left: none !important;
	border-top: none !important;
}

.groups-plus-report-table.sab-report-layout-ready .sab-report-team-header-table thead tr:first-child th:last-child,
.groups-plus-report-table.sab-report-layout-ready .sab-report-progress-header-table thead tr:first-child th:last-child,
.groups-plus-report-table.sab-report-layout-ready .sab-report-sub-header-table thead tr:first-child th:last-child {
	border-right: none;
}

.groups_plus_report_list .sab-report-team-header-table.groups_plus_table th:first-child {
	width: auto;
}

.groups_plus_report_list .sab-report-team-header-table.groups_plus_table th:nth-child(2) {
	width: auto;
}

.groups_plus_report_list .sab-report-team-header-table.groups_plus_table th.sab-report-header-spacer {
	padding: 0;
	font-size: 0;
	line-height: 0;
	border-left: none;
}

.groups_plus_report_list .sab-report-progress-header-table.groups_plus_table th:first-child,
.groups_plus_report_list .sab-report-sub-header-table.groups_plus_table th:first-child {
	width: auto;
}

.groups_plus_report_list .sab-report-progress-header-table.groups_plus_table th:nth-child(2),
.groups_plus_report_list .sab-report-sub-header-table.groups_plus_table th:nth-child(2) {
	width: 90px;
}

.groups_plus_report_list .sab-report-progress-header-table.groups_plus_table th:nth-child(3),
.groups_plus_report_list .sab-report-sub-header-table.groups_plus_table th:nth-child(3) {
	width: 120px;
}

.groups_plus_report_list .sab-report-progress-header-table.groups_plus_table th:nth-child(4),
.groups_plus_report_list .sab-report-sub-header-table.groups_plus_table th:nth-child(4) {
	width: 150px;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header.sab-report-team-data-row {
	display: flex;
	align-items: center;
	background-color: #fff !important;
	border-bottom: 1px solid var(--groups-plus-user-table-borders-color, rgba(0, 0, 0, 0.1));
	cursor: pointer;
	min-height: 0;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header.sab-report-team-data-row .div-table-col {
	min-height: 0;
	padding: 8px;
	font-weight: normal;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header.sab-report-team-data-row .sab-team-name-col {
	flex: 1 1 50%;
	min-width: 0;
	justify-content: flex-start;
	text-align: left !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header.sab-report-team-data-row .sab-team-member-count-col {
	flex: 0 0 14%;
	width: 14%;
	justify-content: center;
	text-align: center !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header.sab-report-team-data-row .sab-team-toggle-col {
	flex: 1 1 auto;
	justify-content: center;
	text-align: center !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header.sab-report-team-data-row h5,
.groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header .div-table-col:first-child h5.sab-course-name {
	margin: 0;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.4;
	color: #000 !important;
	font-family: inherit;
}

.groups-plus-report-table.sab-report-layout-ready .courses-content.sab-report-progress-section {
	background-color: #fff;
	border-top: none;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .sab-report-progress-header-table,
.groups-plus-report-table.sab-report-layout-ready .courses-users-content .sab-report-sub-header-table {
	margin: 0;
	border-bottom: none !important;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .sab-report-progress-header-table thead th,
.groups-plus-report-table.sab-report-layout-ready .courses-users-content .sab-report-sub-header-table thead th {
	border-bottom: 1px solid var(--groups-plus-user-table-borders-color, rgba(0, 0, 0, 0.1)) !important;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .sab-report-progress-header-table + .div-table-row .div-table-col {
	border-top: none !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header:not(.sab-report-team-data-row) {
	background-color: #fff !important;
	border-bottom: 1px solid var(--groups-plus-user-table-borders-color, rgba(0, 0, 0, 0.1));
	cursor: pointer;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header:not(.sab-report-team-data-row) .div-table-col:first-child {
	display: none;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header:not(.sab-report-team-data-row) .div-table-col:nth-child(2) {
	flex: 1 1 auto;
	justify-content: flex-start;
	text-align: left !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header:not(.sab-report-team-data-row) h5 {
	margin: 0;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.4;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-team-name-header:not(.sab-report-team-data-row) .div-table-col:last-child {
	flex: 0 0 40px;
	justify-content: center;
}

.groups-plus-report-table.sab-report-layout-ready .courses-content:not(.sab-report-progress-section) {
	background-color: #fff;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header {
	background-color: #fff;
	border: none !important;
	cursor: pointer;
	align-items: stretch;
	height: 44px;
	min-height: 44px;
	max-height: 44px;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header .div-table-col {
	align-self: stretch;
	border: none !important;
	min-height: 44px;
	max-height: 44px;
	height: 44px;
	padding: 8px;
	overflow: hidden;
	box-sizing: border-box;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header .div-table-col:first-child {
	border-left: none;
	font-weight: normal;
	color: #000 !important;
	justify-content: flex-start;
	text-align: left !important;
	flex: 1 1 auto !important;
	min-width: 0;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row {
	background-color: #fff;
}

/* Member rows – cell borders like groups_user_table tbody td */
.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .div-table-col {
	align-self: stretch;
	border-top: 1px solid var(--theme-color-bd_color, var(--groups-plus-user-table-borders-color, #e4e4e4));
	border-left: 1px solid var(--theme-color-bd_color, var(--groups-plus-user-table-borders-color, #e4e4e4));
	border-bottom: none;
	border-right: none;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .div-table-col:first-child {
	border: none !important;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .div-table-col:nth-child(2) {
	border-left: none;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row:last-child .div-table-col:not(:first-child) {
	border-bottom: 1px solid var(--theme-color-bd_color, var(--groups-plus-user-table-borders-color, #e4e4e4));
}

/* Member rows – same 44px height as course header row */
.groups-plus-report-table.sab-report-layout-ready .courses-users-content {
	width: 100%;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row {
	height: 44px;
	min-height: 44px;
	max-height: 44px;
	align-items: stretch;
	width: 100%;
	box-sizing: border-box;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .learndash-groups-plus-arrow-spacer {
	display: none !important;
	flex: 0 0 0 !important;
	width: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .div-table-col {
	min-height: 44px;
	max-height: 44px;
	height: 44px;
	padding: 8px;
	overflow: hidden;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-progress-col {
	min-height: 0 !important;
	padding: 4px 6px;
	justify-content: center;
	align-items: center;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-cert-download-col,
.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-cert-placeholder-col,
.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-cert-expiry-col {
	min-height: 0 !important;
	padding: 8px 6px;
	justify-content: center;
	align-items: center;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-cert-download-col .btn_groups_plus,
.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-cert-download-col .sab-cert-no-certificates-btn,
.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-cert-download-col .sab-cert-download-btn,
.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-cert-download-col a.sab-cert-download-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 26px !important;
	max-height: 26px !important;
	min-height: 0 !important;
	padding: 0 8px !important;
	margin: 0 !important;
	font-size: 11px !important;
	line-height: 1 !important;
	border-radius: 13px !important;
	box-sizing: border-box !important;
	white-space: nowrap;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-cert-download-col .sab-cert-no-certificates-btn {
	color: #666666 !important;
	background: #cccccc !important;
	background-color: #cccccc !important;
}

/* Team download button in course header – same pill shape/size as member certificate buttons */
.groups-plus-report-table.sab-report-layout-ready .div-table-row-header .sab-cert-team-download-col {
	min-height: 0 !important;
	padding: 8px 6px;
	overflow: visible !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-header .sab-cert-team-download-col .btn_groups_plus,
.groups-plus-report-table.sab-report-layout-ready .div-table-row-header .sab-cert-team-download-col .sab-cert-team-download-btn,
.groups-plus-report-table.sab-report-layout-ready .div-table-row-header .sab-cert-team-download-col .sab-cert-team-download-empty,
.groups-plus-report-table.sab-report-layout-ready .div-table-row-header .sab-cert-team-download-col .sab-cert-team-checking {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 26px !important;
	max-height: 26px !important;
	min-height: 0 !important;
	max-width: 100% !important;
	padding: 0 8px !important;
	margin: 0 !important;
	font-size: 11px !important;
	line-height: 1 !important;
	border-radius: 13px !important;
	box-sizing: border-box !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-header .sab-cert-team-download-col .sab-cert-team-download-empty {
	color: #666666 !important;
	background: #cccccc !important;
	background-color: #cccccc !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.sab-cert-team-download-btn.sab-cert-team-download-pending {
	pointer-events: none;
	cursor: default;
}

.sab-cert-team-download-btn.sab-cert-team-download-loading {
	pointer-events: none;
	opacity: 0.95;
}

.sab-cert-team-download-btn.sab-cert-team-download-loading .fa-spinner {
	margin-right: 4px;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-col {
	float: none !important;
	display: flex !important;
	align-items: center;
	padding: 8px;
	box-sizing: border-box;
	min-height: 44px;
}

.groups-plus-report-table.sab-report-layout-ready .learndash-groups-plus-arrow-spacer {
	flex: 0 0 32px;
	width: 32px;
	min-width: 32px;
}

.groups-plus-report-table.sab-report-layout-ready .learndash-groups-plus-icon-arrow {
	flex: 0 0 32px;
	width: 32px;
	min-width: 32px;
	float: none !important;
	align-self: center;
	padding-right: 0;
}

/* Stable report table layout to prevent column jumping */
.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row,
.groups-plus-report-table.sab-report-layout-ready .div-table-row-header {
	display: flex;
	align-items: center;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .div-table-col:first-child {
	display: none !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-header .div-table-col:first-child {
	flex: 1 1 28%;
	min-width: 0;
	justify-content: flex-start;
	text-align: left !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-header:not(.div-table-row-sub-header) .div-table-col:nth-child(2) {
	flex: 1 1 32%;
	min-width: 0;
	justify-content: flex-start;
	text-align: left !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header > .div-table-col:first-child {
	flex: 1 1 auto !important;
	min-width: 0;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .div-table-col:nth-child(2) {
	flex: 1 1 auto !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	justify-content: flex-start;
	text-align: left !important;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-progress-col {
	flex: 0 0 var(--sab-report-progress-col-width, 90px) !important;
	width: var(--sab-report-progress-col-width, 90px) !important;
	max-width: var(--sab-report-progress-col-width, 90px) !important;
	min-width: var(--sab-report-progress-col-width, 90px) !important;
	justify-content: center;
	text-align: center !important;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-cert-expiry-col,
.groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header .sab-cert-expiry-spacer-col {
	flex: 0 0 var(--sab-report-expiry-col-width, 120px) !important;
	width: var(--sab-report-expiry-col-width, 120px) !important;
	max-width: var(--sab-report-expiry-col-width, 120px) !important;
	min-width: var(--sab-report-expiry-col-width, 120px) !important;
	justify-content: center;
	text-align: center !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header .div-table-col:nth-child(3) {
	flex: 0 0 var(--sab-report-expiry-col-width, 120px) !important;
	width: var(--sab-report-expiry-col-width, 120px) !important;
	max-width: var(--sab-report-expiry-col-width, 120px) !important;
	min-width: var(--sab-report-expiry-col-width, 120px) !important;
	justify-content: center;
	text-align: center !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header .div-table-col:nth-child(4),
.groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header .div-table-col.sab-cert-team-download-col {
	flex: 0 0 var(--sab-report-cert-col-width, 150px) !important;
	width: var(--sab-report-cert-col-width, 150px) !important;
	max-width: var(--sab-report-cert-col-width, 150px) !important;
	min-width: var(--sab-report-cert-col-width, 150px) !important;
	justify-content: center;
	text-align: center !important;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header .div-table-col.sab-team-progress-col {
	flex: 1 1 auto;
	width: auto;
	max-width: none;
	min-width: 120px;
	justify-content: center;
	align-items: center;
	text-align: center !important;
	padding: 4px 6px;
}

.groups-plus-report-table.sab-report-layout-ready .div-table-row-parent > .div-table-row-header .sab-team-progress-col .sab-progress-bar,
.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-progress-col .sab-progress-bar {
	max-width: 64px;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-cert-download-col,
.groups-plus-report-table.sab-report-layout-ready .div-table-row-header:not(.div-table-row-sub-header) .sab-cert-team-download-col {
	flex: 0 0 var(--sab-report-cert-col-width, 150px) !important;
	width: var(--sab-report-cert-col-width, 150px) !important;
	max-width: var(--sab-report-cert-col-width, 150px) !important;
	min-width: var(--sab-report-cert-col-width, 150px) !important;
	justify-content: center;
	text-align: center !important;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .div-table-col:nth-child(2),
.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .sab-member-name {
	font-size: 0.9rem !important;
	font-weight: 100 !important;
	line-height: 24px !important;
	color: #000 !important;
	font-family: inherit;
}

.groups-plus-report-table.sab-report-layout-ready .courses-users-content .div-table-row .div-table-col:first-child {
	color: inherit !important;
	font-size: inherit !important;
}

.sab-cert-placeholder-col,
.sab-cert-team-placeholder-col {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
}

.sab-cert-skeleton-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.sab-cert-skeleton {
	display: inline-block;
	width: 88px;
	height: 26px;
	border-radius: 13px;
	background: linear-gradient(90deg, #e4e4e4 0%, #f0f0f0 50%, #e4e4e4 100%);
	background-size: 200% 100%;
	animation: sab-cert-skeleton-shimmer 1.2s ease-in-out infinite;
}

@keyframes sab-cert-skeleton-shimmer {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

.sab-cert-placeholder {
	display: inline-block;
	width: 1px;
	visibility: hidden;
}

.sab-progress-col {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
}

/* Progress bar */
.sab-progress-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 64px;
	margin: 0 auto;
	gap: 4px;
}

.sab-progress-bar .progress-bar-track {
	width: 100%;
	height: 6px;
	background: #e0e0e0;
	border-radius: 3px;
	overflow: hidden;
}

.sab-progress-bar .progress-bar-fill {
	height: 100%;
	border-radius: 3px;
	transition: width 0.3s ease;
}

.sab-progress-bar.progress-completed .progress-bar-fill {
	background: #008000;
}

.sab-progress-bar.progress-completed .progress-text {
	color: #008000;
}

.sab-progress-bar.progress-in-progress .progress-bar-fill {
	background: #ffa500;
}

.sab-progress-bar.progress-in-progress .progress-text {
	color: #ffa500;
}

.sab-progress-bar.progress-not-started .progress-bar-fill {
	background: #ff0000;
}

.sab-progress-bar.progress-not-started .progress-text {
	color: #ff0000;
}

.sab-progress-bar .progress-text {
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

/* Team download button - same font size as individual buttons */
.sab-cert-team-download-btn,
.btn-team-certificate-download.sab-cert-team-download-btn,
.btn_groups_plus.sab-cert-team-download-btn {
	font-size: 12px !important;
}

/* Arrow icons - color #576168 */
.groups-plus-report-table .learndash-groups-plus-icon-arrow,
.groups-plus-report-table .fa-angle-right,
.groups-plus-report-table .fa-plus,
.groups-plus-report-table .fa-minus {
	color: #576168 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.sab-cert-download-btn,
	.sab-cert-team-download-btn {
		font-size: 11px;
		padding: 4px 8px;
	}
	
	.sab-cert-download-col,
	.sab-cert-team-download-col {
		min-width: 120px;
	}
}

/* Recertification call-to-action on the certificate verification page */
.ld-cvss-recertification {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ld-cvss-recertification .ld-cvss-btn-recertification {
	display: inline-block;
	padding: 12px 24px;
	background-color: #f08c1d;
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	line-height: 1.2;
	transition: background-color 0.2s ease;
}

.ld-cvss-recertification .ld-cvss-btn-recertification:hover,
.ld-cvss-recertification .ld-cvss-btn-recertification:focus {
	background-color: #d97a0f;
	color: #ffffff !important;
}

.ld-cvss-recertification .ld-cvss-recertification-hint {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #6b6b6b;
}

