.pbsbac-club-records {
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
	overflow-x: auto;
}

.pbsbac-club-records table {
	border-collapse: collapse;
	font-family: inherit;
	font-size: 0.9rem;
	line-height: 1.35;
	margin: 0;
	min-width: 860px;
	width: 100%;
}

.pbsbac-club-records th,
.pbsbac-club-records td {
	border: 1px solid #c8d3dc;
	padding: 0.45rem 0.55rem;
	vertical-align: middle;
}

.pbsbac-club-records thead th {
	background: #2b87da;
	color: #fff;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
}

.pbsbac-club-records tbody tr:nth-child(even) {
	background: #f3f7fa;
}

.pbsbac-club-records tbody tr:nth-child(odd) {
	background: #fff;
}

.pbsbac-club-records tbody tr:hover {
	background: #eaf2f8;
}

.pbsbac-club-records th:nth-child(1),
.pbsbac-club-records td:nth-child(1) {
	white-space: nowrap;
	width: 7.5rem;
}

.pbsbac-club-records th:nth-child(2),
.pbsbac-club-records td:nth-child(2) {
	min-width: 9rem;
}

.pbsbac-club-records th:nth-child(3),
.pbsbac-club-records td:nth-child(3) {
	min-width: 8rem;
}

.pbsbac-club-records th:nth-child(4),
.pbsbac-club-records td:nth-child(4) {
	min-width: 8rem;
}

.pbsbac-club-records th:nth-child(n+5),
.pbsbac-club-records td:nth-child(n+5) {
	text-align: right;
	white-space: nowrap;
	width: 4.5rem;
}

.pbsbac-club-records th:nth-child(9),
.pbsbac-club-records td:nth-child(9) {
	font-variant-numeric: tabular-nums;
	width: 7rem;
}

.pbsbac-club-records-empty,
.pbsbac-club-records-error {
	margin: 1rem 0;
}

@media (max-width: 767px) {
	.pbsbac-club-records table {
		font-size: 0.82rem;
	}

	.pbsbac-club-records th,
	.pbsbac-club-records td {
		padding: 0.4rem;
	}
}

.pbsbac-report-catch {
	max-width: 760px;
}

.pbsbac-report-catch form {
	background: #f3f7fa;
	border: 1px solid #c8d3dc;
	padding: 1.25rem;
}

.pbsbac-report-catch form p {
	margin: 0 0 1rem;
}

.pbsbac-report-catch label {
	color: #123f69;
	display: block;
	font-weight: 600;
	margin-bottom: 0.3rem;
}

.pbsbac-report-catch input[type="text"],
.pbsbac-report-catch input[type="number"],
.pbsbac-report-catch input[type="date"],
.pbsbac-report-catch select,
.pbsbac-report-catch textarea {
	background: #fff;
	border: 1px solid #aebdca;
	border-radius: 2px;
	box-sizing: border-box;
	color: inherit;
	font: inherit;
	max-width: 100%;
	padding: 0.55rem 0.65rem;
	width: 100%;
}

.pbsbac-report-catch input[type="number"] {
	display: inline-block;
	width: 7rem;
}

.pbsbac-report-catch input[type="number"] + label {
	display: inline-block;
	margin-left: 1rem;
}

.pbsbac-report-catch input[type="checkbox"] {
	margin-right: 0.35rem;
}

.pbsbac-report-catch label:has(input[type="checkbox"]) {
	align-items: center;
	display: flex;
	font-weight: 400;
}

.pbsbac-report-catch button[type="submit"] {
	background: #2b87da;
	border: 1px solid #246fae;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	padding: 0.6rem 1.2rem;
}

.pbsbac-report-catch button[type="submit"]:hover,
.pbsbac-report-catch button[type="submit"]:focus {
	background: #123f69;
}

.pbsbac-report-catch-errors,
.pbsbac-report-catch-success,
.pbsbac-report-catch-error {
	border: 1px solid #c8d3dc;
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
}

.pbsbac-report-catch-errors,
.pbsbac-report-catch-error {
	background: #fff3f3;
	border-color: #d8a4a4;
}

.pbsbac-report-catch-success {
	background: #eef8f0;
	border-color: #9fc8a8;
}

.pbsbac-report-catch-errors ul {
	margin: 0;
	padding-left: 1.25rem;
}

@media (max-width: 767px) {
	.pbsbac-report-catch form {
		padding: 1rem;
	}

	.pbsbac-report-catch input[type="number"] {
		display: block;
		width: 100%;
	}

	.pbsbac-report-catch input[type="number"] + label {
		display: block;
		margin-left: 0;
		margin-top: 0.75rem;
	}
}


/* Catch Report Viewer */
.pbsbac-catch-viewer {
	width: 100%;
}
.pbsbac-catch-viewer-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 1rem;
	margin: 0 0 1.5rem;
	padding: 1rem;
	background: #f3f7fa;
	border: 1px solid #c8d7e3;
}
.pbsbac-catch-viewer-filters p {
	margin: 0;
}
.pbsbac-catch-viewer-filters label {
	display: block;
	margin-bottom: .25rem;
	font-weight: 600;
}
.pbsbac-catch-viewer-filters select,
.pbsbac-catch-viewer-filters button {
	min-height: 2.6rem;
	font: inherit;
}
.pbsbac-catch-viewer-filters button,
.pbsbac-report-another {
	display: inline-block;
	padding: .65rem 1rem;
	border: 0;
	border-radius: 3px;
	background: #2b87da;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.pbsbac-catch-viewer-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.pbsbac-catch-viewer-table table {
	width: 100%;
	border-collapse: collapse;
}
.pbsbac-catch-viewer-table th {
	background: #2b87da;
	color: #fff;
	text-align: left;
	white-space: nowrap;
}
.pbsbac-catch-viewer-table th,
.pbsbac-catch-viewer-table td {
	padding: .55rem .7rem;
	border: 1px solid #c8d7e3;
}
.pbsbac-catch-viewer-table tbody tr:nth-child(even) {
	background: #f3f7fa;
}
.pbsbac-report-catch-summary {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: .4rem 1rem;
}
.pbsbac-report-catch-summary dt {
	font-weight: 600;
}
.pbsbac-report-catch-summary dd {
	margin: 0;
}
@media (max-width: 600px) {
	.pbsbac-catch-viewer-filters {
		display: block;
	}
	.pbsbac-catch-viewer-filters p {
		margin-bottom: .75rem;
	}
	.pbsbac-report-catch-summary {
		grid-template-columns: 1fr;
	}
}

.pbsbac-identity-status { display: inline-block; margin-left: 0.3rem; vertical-align: middle; }
.pbsbac-identity-status--unverified { background: #fff4d6; border: 1px solid #d5a940; border-radius: 2px; color: #704f00; font-size: 0.72em; font-weight: 600; line-height: 1.2; padding: 0.12rem 0.28rem; white-space: nowrap; }
