.cgs-member-area {
	max-width: 920px;
}

.cgs-member-login {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	max-width: 420px;
	padding: 24px;
}

.cgs-member-login h2 {
	margin-top: 0;
}

.cgs-member-login label {
	display: grid;
	font-weight: 700;
	gap: 6px;
}

.cgs-member-login input[type="text"],
.cgs-member-login input[type="password"] {
	border: 1px solid #8c8f94;
	border-radius: 4px;
	box-sizing: border-box;
	min-height: 42px;
	padding: 8px 10px;
	width: 100%;
}

.cgs-member-login button {
	background: #2271b1;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	min-height: 42px;
	padding: 10px 18px;
}

.cgs-member-login-message {
	background: #fff4e5;
	border-left: 4px solid #d63638;
	margin: 0 0 16px;
	padding: 10px 12px;
}

.cgs-member-login-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
}

.cgs-member-login-row label {
	display: inline-flex;
	font-weight: 400;
}

.cgs-member-logout {
	display: inline-block;
	margin-bottom: 18px;
}

.cgs-member-panel {
	margin: 0 0 24px;
}

.cgs-member-panel h3 {
	margin: 0 0 12px;
}

.cgs-member-summary {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.cgs-member-summary li {
	background: #f6f7f7;
	border-left: 4px solid #2271b1;
	padding: 12px 14px;
}

.cgs-member-notice {
	background: #e7f5ec;
	border-left: 4px solid #008a20;
	margin: 0 0 18px;
	padding: 12px 14px;
}

.cgs-member-profile-form {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cgs-member-profile-form label {
	display: grid;
	font-weight: 700;
	gap: 6px;
}

.cgs-member-profile-form label span {
	color: #646970;
	font-size: 13px;
	font-weight: 400;
}

.cgs-member-profile-form input[type="email"],
.cgs-member-profile-form input[type="file"],
.cgs-member-profile-form input[type="password"],
.cgs-member-profile-form input[type="text"] {
	border: 1px solid #8c8f94;
	border-radius: 4px;
	box-sizing: border-box;
	min-height: 42px;
	padding: 8px 10px;
	width: 100%;
}

.cgs-member-profile-wide {
	grid-column: 1 / -1;
}

.cgs-member-photo-field {
	align-items: center;
	display: flex;
	gap: 12px;
}

.cgs-member-current-photo {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	color: #646970;
	display: inline-grid;
	height: 86px;
	object-fit: cover;
	place-items: center;
	width: 86px;
}

.cgs-member-check {
	align-items: center;
	display: flex !important;
	font-weight: 400 !important;
	gap: 8px !important;
}

.cgs-member-profile-form button {
	background: #2271b1;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	min-height: 42px;
	padding: 10px 18px;
	width: fit-content;
}

.cgs-member-password-form {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cgs-member-password-form button {
	align-self: end;
}

.cgs-payment-list {
	display: grid;
	gap: 10px;
}

.cgs-document-list {
	display: grid;
	gap: 10px;
}

.cgs-payment-row {
	align-items: center;
	background: #fff;
	border: 1px solid #dcdcde;
	border-left: 4px solid #dba617;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	padding: 14px;
}

.cgs-document-row {
	align-items: center;
	background: #fff;
	border: 1px solid #dcdcde;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 14px;
}

.cgs-payment-row span,
.cgs-document-row span {
	color: #646970;
	display: block;
	font-size: 13px;
	margin-top: 2px;
}

.cgs-payment-row-total {
	font-weight: 700;
	white-space: nowrap;
}

.cgs-button {
	background: #2271b1;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 10px 14px;
	text-decoration: none;
	white-space: nowrap;
}

.cgs-button:hover,
.cgs-button:focus {
	background: #135e96;
	color: #fff;
}

.cgs-table-wrap {
	overflow-x: auto;
}

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

.cgs-payment-table th,
.cgs-payment-table td {
	border-bottom: 1px solid #dcdcde;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.cgs-payment-table th {
	background: #f6f7f7;
	font-weight: 700;
}

.cgs-digital-card-wrap {
	max-width: 100%;
	overflow-x: auto;
}

.cgs-digital-card {
	background: #101820;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 1920px;
	justify-content: space-between;
	padding: 88px;
	width: 1080px;
}

.cgs-digital-card h3,
.cgs-digital-card p {
	color: inherit;
	margin: 0;
}

.cgs-card-header {
	align-items: center;
	display: flex;
	gap: 28px;
	margin: 0 0 88px;
}

.cgs-card-logo {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 18px;
	height: 128px;
	object-fit: contain;
	padding: 16px;
	width: 128px;
}

.cgs-card-club {
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
}

.cgs-card-identity {
	align-items: center;
	display: grid;
	gap: 34px;
	justify-items: center;
	text-align: center;
}

.cgs-card-identity h3 {
	font-size: 64px;
	line-height: 1.08;
}

.cgs-card-photo {
	background: rgba(255, 255, 255, 0.12);
	border: 3px solid rgba(255, 255, 255, 0.28);
	border-radius: 24px;
	color: #b8c7d4;
	display: inline-grid;
	flex: 0 0 auto;
	font-size: 32px;
	height: 300px;
	object-fit: cover;
	place-items: center;
	width: 300px;
}

.cgs-digital-card dl {
	display: grid;
	gap: 26px;
	margin: 82px 0 0;
}

.cgs-digital-card dl div {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 18px;
	display: grid;
	gap: 8px;
	padding: 24px;
}

.cgs-digital-card dt {
	color: #b8c7d4;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}

.cgs-digital-card dd {
	font-size: 38px;
	margin: 0;
}

.cgs-digital-card-qr {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 22px;
	justify-content: center;
}

.cgs-digital-card-qr img {
	background: #fff;
	border-radius: 22px;
	display: block;
	height: 360px;
	padding: 18px;
	width: 360px;
}

.cgs-digital-card-qr a {
	color: inherit;
	font-size: 28px;
}

.cgs-card-footer {
	color: inherit;
	font-size: 26px;
	margin: 0;
	text-align: center;
}

.cgs-card-save-actions {
	margin: 12px 0 24px;
}

.cgs-card-save-actions .cgs-button {
	border: 0;
	cursor: pointer;
}

.cgs-card-save-actions span {
	color: #646970;
	display: block;
	font-size: 13px;
	margin-top: 8px;
}

@media (max-width: 640px) {
	.cgs-payment-row {
		grid-template-columns: 1fr;
	}

	.cgs-document-row {
		grid-template-columns: 1fr;
	}

	.cgs-member-profile-form {
		grid-template-columns: 1fr;
	}

	.cgs-member-password-form {
		grid-template-columns: 1fr;
	}
}
