/* =========================================================
   ICAO CORSIA / ClassNK SCS
   Path: /hp/css/scope/authentication/scs.css
   Namespace: .p-auth-scs
   ========================================================= */


.p-auth-scs {
	--scs-blue: #0065b4;
	--scs-blue-dark: #004b87;
	--scs-blue-soft: #eef6fb;
	--scs-border: #d6e1ea;
}


/* =========================================================
   Hero
   Image-less treatment aligned with the EU-ETS seminar page.
   ========================================================= */
.p-auth-scs .p-scs-hero {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 190px;
	overflow: hidden;
	background: #f3f5f6;
}

.p-auth-scs .p-scs-hero .c-hero__title {
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 50%;
	min-height: 72px;
	margin: 0;
	padding: 16px 32px;
	background: #006eb7;
}

.p-auth-scs .p-scs-hero .c-hero__title h1 {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: clamp(22px, 2.1vw, 32px);
	font-weight: 700;
	line-height: 1.45;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
}

@media screen and (max-width: 767px) {
	.p-auth-scs .p-scs-hero {
		min-height: 170px;
	}

	.p-auth-scs .p-scs-hero .c-hero__title {
		top: 50%;
		right: 0;
		left: 24%;
		width: 76%;
		min-height: 88px;
		padding: 14px 18px;
	}

	.p-auth-scs .p-scs-hero .c-hero__title h1 {
		font-size: clamp(18px, 5.2vw, 24px);
		line-height: 1.45;
	}
}

.p-auth-scs .p-scs-anchorNav {
	border-bottom: 1px solid var(--scs-border);
	background: #fff;
}

.p-auth-scs .p-scs-anchorNav .l-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.p-auth-scs .p-scs-anchorNav__title {
	margin: 0 0 12px;
	font-weight: 700;
}

.p-auth-scs .p-scs-anchorNav__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-auth-scs .p-scs-anchorNav__list a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid var(--scs-border);
	background: #fff;
	color: var(--scs-blue-dark);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.p-auth-scs .p-scs-anchorNav__list a:hover,
.p-auth-scs .p-scs-anchorNav__list a:focus-visible {
	border-color: var(--scs-blue);
	background: var(--scs-blue-soft);
}

@media screen and (max-width: 1023px) {
	.p-auth-scs .p-scs-anchorNav__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px) {
	.p-auth-scs .p-scs-anchorNav .l-container {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.p-auth-scs .p-scs-anchorNav__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.p-auth-scs .p-scs-anchorNav__list a {
		min-height: 44px;
		padding: 8px;
		font-size: .9rem;
	}
}

.p-auth-scs__sectionAnchor {
	scroll-margin-top: 90px;
}

.p-auth-scs__overview {
	align-items: center;
}

.p-auth-scs__overview .c-textImage__image {
	text-align: center;
}

.p-auth-scs__news .c-box--news__detail {
	line-height: 1.8;
}

.p-auth-scs__tableWrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 40px;
}

.p-auth-scs__table {
	width: 100%;
	min-width: 680px;
}

.p-auth-scs__table th,
.p-auth-scs__table td {
	vertical-align: middle;
}

.p-auth-scs__table th:nth-child(2),
.p-auth-scs__table th:nth-child(3),
.p-auth-scs__table td:nth-child(2),
.p-auth-scs__table td:nth-child(3) {
	text-align: center;
}

.p-auth-scs__col-name {
	width: 55%;
}

.p-auth-scs__col-no {
	width: 20%;
}

.p-auth-scs__col-dl {
	width: 25%;
}

.p-auth-scs__table--2col th:first-child,
.p-auth-scs__table--2col td:first-child {
	width: 75%;
	text-align: left;
}

.p-auth-scs__table--2col th:last-child,
.p-auth-scs__table--2col td:last-child {
	width: 25%;
	text-align: center;
}

.p-auth-scs__listSections > section + section {
	margin-top: 48px;
}


.p-auth-scs__documentCards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.p-auth-scs__documentCard {
	display: block;
	padding: 0;
	border: 1px solid #d6e1ea;
	background: #fff;
}

.p-auth-scs__documentCardTitle {
	display: block;
	margin: 0;
	padding: 12px 16px;
	background: #006eb7;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
}

.p-auth-scs__documentCardLink {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px;
	color: inherit;
	text-decoration: none;
}

.p-auth-scs__documentCardLink:hover,
.p-auth-scs__documentCardLink:focus-visible {
	background: #f5f9fc;
}

.p-auth-scs__documentCardName {
	min-width: 0;
	line-height: 1.6;
}

.p-auth-scs__documentCardPdf {
	flex: 0 0 auto;
	color: #004b87;
	font-weight: 700;
}

.p-auth-scs__contact {
	max-width: 860px;
}

.p-auth-scs__contactName {
	margin-top: 0;
	font-weight: 700;
}

.p-auth-scs__contact address {
	font-style: normal;
	line-height: 1.9;
}

.p-auth-scs__spOnly {
	display: none;
}

@media screen and (max-width: 767px) {

	.p-auth-scs__documentCardTitle {
		padding: 10px 12px;
		font-size: .95rem;
	}

	.p-auth-scs__documentCardLink {
		padding: 14px 12px;
		gap: 12px;
	}
.p-auth-scs__overview {
		display: flex;
		flex-direction: column;
	}

	.p-auth-scs__overview .c-textImage__text,
	.p-auth-scs__overview .c-textImage__image {
		width: 100%;
	}

	.p-auth-scs__overview .c-textImage__image {
		margin-top: 24px;
	}

	.p-auth-scs__table {
		min-width: 620px;
	}

	.p-auth-scs__spOnly {
		display: inline;
	}
}
