@font-face {
	font-family: "Roobert";
	src: url("fonts/Roobert-Regular.otf") format("OpenType");
}

#Main {
	max-width: 1312px;
	padding: 0;
}

body,
input {
	font-size: 18px;
	font-family: "Roobert", Helvetica, sans-serif;
	color: #171f29cc;
}

button {
	font-family: "Roobert", Helvetica, sans-serif;
}

.Tabs-Tab {
	font-size: 20px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
	color: #171f29cc;
	font-weight: normal;
	text-decoration: none;
	font-style: none;
	font-size: 18px;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
	color: #171f29cc;

	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

#MainHeading {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 1.25em !important;
	font-weight: 500;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	color: #171f29cc !important;

	display: none;
}

#DateAvailableFrom {
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 0.6em;
}

#Periods {
	margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	height: auto;
	line-height: 30px;
	width: 240px;
	border: 1px solid #C7C7C7;
	margin: 1px;
	vertical-align: top;
	padding: 6px 20px;
	border-radius: 50px;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
	height: 44px;
	line-height: normal;
	font-family: "Roobert", Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: none;
	padding: 6px 20px;
	border: 1px solid #b9eff2;
	border-radius: 50px;
	background: #b9eff2;
	color: #171f29;
	transition: background 0.5s, color 0.5s, border 0.5s;
	float: right;
}

@media screen and (max-width: 390px) {
	.euButton {
		float: left;
	}
}

/* .euButton::before {
	content: url(icons/left-arr.svg);
	position: relative;
	top: 0;
	left: 0;
	padding: 0 5px;
} */



.euButton:hover {
	background: transparent;
	color: #171f29;
	border: 1px solid #dcdcdc;
	cursor: pointer;
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
}

#YearPeriodsContainer a {
	font-size: 16px;
	font-weight: 400;
	color: #171f29cc;
	padding: 0 5px;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 16px;
	font-weight: 500;
}

.Tabs {
	text-align: left;
	border-bottom: 0px;
	font-size: 0px !important;
	display: flex;
}

#Tabs {
	position: relative;
	z-index: 0;

	padding-top: 0px;
	padding-bottom: 0px;

	margin-top: 0.6em;
	margin-bottom: 1em;
	border-bottom: 1px solid #C7C7C7;
}

#Tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;
	border-bottom: 0em solid #FFFFFF;
}

.Tabs-Tab-Container:link,
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container:visited,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container,
.Tabs-Tab-Container.selected {
	height: auto;
	line-height: normal;
	padding-top: 7px !important;
	padding-right: 0em;
	padding-bottom: 3px !important;
	padding-left: 0em;
	margin: 0 1em;
	margin-left: 0;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	font-family: "Roobert", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	color: #171f29cc;
	font-style: normal;
	text-decoration: none;
	border-top: 0px solid #171f29cc;
	border-right: 0px solid #171f29cc;
	border-bottom: 0px solid #171f29cc;
	border-left: 0px solid #171f29cc;
	background: #FFFFFF;
	/* transition: background 0.5s, color 0.5s, border 0.5s; */
	position: relative;
	top: 0;
	left: 0em;

}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #fff;
	color: #171f29cc;
	border-top: 0px solid #171f29;
	border-right: 0px solid #171f29;
	border-bottom: 2px solid #171f29;
	border-left: 0px solid #171f29;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0;
}



.Tabs-Tab-Container.selected:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.0em;
	border-left: 1.0em solid transparent;
	border-right: 1.0em solid transparent;
	border-top: 1.0em solid #171f29;
	display: none;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
}

.Type {
	background-color: #ffffff;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 1px solid #171f29;
	padding: 1.0em 1.0em 1.0em 1.0em;
	color: #171f29cc;
	font-weight: normal;
	text-transform: none;
	font-family: "Roobert", Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0.22em;
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.TypeSelected,
.Type:hover {
	cursor: pointer;

	background-color: #171f29;
	color: #ffffff;
	border-color: #171f29;
}

/******************************************************************************** Paging Buttons */

.PagesContainer {
	text-align: center;
}

.Pages-ArrowContainer {
	width: auto !important;
}

.Pages-Arrow {
	display: inline-block !important;
	opacity: 1 !important;
}

.Pages {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	float: none;
}

.Pages td {
	width: auto;
}

.Pages td {
	padding: 0em;
}

.Pages-PageMarker-Text {
	margin: 0px;
}

.Pages-Arrow,
.Pages-PageMarker {
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	margin: 0.2em;
}

.Pages-ArrowContainer:first-child .Pages-Arrow {
	/* border-top-left-radius: 0; */
	/* border-bottom-left-radius: 0; */
	/* width: 100%; */
	text-align: left;
	color: transparent;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
	/* border-top-right-radius: 0; */
	/* border-bottom-right-radius: 0; */
	/* width: 100%; */
	text-align: right;
	color: transparent;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

	display: inline-block;

	background-color: #FFFFFF;
	color: #171f29cc;
	border: 1px solid #fff;

	padding: 0em;

	font-family: "Roobert", Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: normal;

	border-radius: 0;

	transition: background 0.5s, color 0.5s, border 0.5s;
	margin: 2px 10px;

	width: 28px;
	height: 28px;
	line-height: 28px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #fff;
	color: #171f29cc;
	border-color: transparent;

	text-decoration: initial;
	font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #fff;
	color: #171f29cc;
	border-color: #171f29;

	text-decoration: initial;
	font-weight: normal;
}

/*''''''''''''''''''''''''''''''''''''''''''''' PRESS RELEASE CONTENT''''''''''''''''''''''''''''''''''''''''''''*/

#SortReleaseArrow {
	display: none;
}

.ArrowContainer {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

.ArrowContainer:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -10px;
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-top: 0.0em solid #C7C7C7;
	border-bottom: 0.0em solid #C7C7C7;
}

.ArrowContainer_DSEC:after {
	border-top-width: 0.4em;
}

.ArrowContainer_ASC:after {
	border-bottom-width: 0.4em;
}

.SortingContainer-NoChange-NewsColumn a:link .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:visited .ArrowContainer:after {
	border-top-color: #171f29;
	border-bottom-color: #171f29;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #171f29;
	border-bottom-color: #171f29;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}

.PressRelease-SingleLine-TypeContainer {
	float: right;

	border: 0em solid #C7C7C7;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	padding: 0em 0.5em 0.5em 0.5em;
}

.PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;
	width: 90%;
}

.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	/* clear: left; */
	position: absolute;
	right: 0;
	top: 20%;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
	position: relative;
}

.PressReleaseOdd {
	background-color: transparent;
}

.PressReleaseEven {
	background-color: transparent
}

.PressRelease {
	border-bottom: 1px solid #C7C7C7;
	padding: 1.5em 0em;

	border-right: 0em solid #C7C7C7;
	border-left: 0em solid #C7C7C7;
}

#PressRelease_0 {
	border-top: 0em solid #C7C7C7;
}

.PressRelease:last-child {
	border-bottom: 1px solid #C7C7C7;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
	font-family: "Roobert", Helvetica, sans-serif;
	font-size: 18px;

	font-weight: bold;
	font-style: normal;
	text-decoration: initial;
	color: #171f29cc;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #171f29cc;
}

.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: "Roobert", Helvetica, sans-serif;
	font-size: 1.0em;
	color: #171f29cc;
}

.PressRelease-NewsDate {
	margin-right: 0.5em;

	font-family: "Roobert", Helvetica, sans-serif;
	font-size: 1.0em;
	color: #171f29cc;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy {
	text-align: right;
	padding-top: 2em;
	font-size: 13px;
}

table.EurolandTools-CommonObjects-Calendar-Month-Table {
	font-size: 16px;
}

li#liInsidersInfo {
	display: none;
}

/* CALENDAR */

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-Day,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton,
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(7),
.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(6) {
	color: #dc291e;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(7),
.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(6) {
	color: #dc291e;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
	color: #002A30;
}

.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(7),
.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(6) {
	color: #dc291e !important;
}

/* .EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(7) {
	color: #002A30;
} */

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	border: 1px solid #b9eff2;
	background: #b9eff2;
	color: #171f29;
	width: 8em;
	padding: 10px 0px;
	font-weight: normal;
	border-radius: 50px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	background: transparent;
	color: #171f29;
	border-color: #dcdcdc;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	border-top: 1px solid #C7C7C7;
	padding: 2px;
	text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #171f29;
	background: #171f29;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	cursor: pointer;
	border-color: #171f29;
	background: #171f29;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButtonContainer {
	margin: 0 auto;
	padding-top: 0px;
	width: 8em;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	border: 1px solid #171f29;
	background: #171f29;
	color: #ffffff;
	font-weight: normal;
	border-radius: 0px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #3d3d3d;
	color: #ffffff;
	border: 1px solid #3d3d3d;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
	border: 1px solid #171f29;
	background: #171f29;
	color: #FFFFFF;
}

/* ADDITIONAL CSS */

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	margin-bottom: 10px;
}

.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
	border: 0;
	box-shadow: none;
}

#SearchBox:focus {
	outline: none;
}

.PressRelease-SingleLine-DataRow .PressRelease-NewsType {
	margin: 0px;
	/* display: none; */
}

#CurrentPeriodContainer {
	font-weight: 400;
	font-size: 18px;
	color: #171f29cc;
	line-height: 34px;
	padding-bottom: 0px;
}

#YearPeriodsContainer {
	text-align: right;
	position: relative;
	top: 10px;
	width: 11em !important;
	font-family: "Roobert", Helvetica, sans-serif !important;
}

/* .PressRelease-Attachment {
	display: none !important;
} */

#TotalContainer {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	width: 22px;
	height: 22px;
	background-image: url(icons/Calendar.svg);
	background-size: 22px 22px;
	background-repeat: no-repeat;
	top: 8px;
	position: relative;
	left: -50px;
}

span#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	margin-left: -31px;
}

a.TermsLink,
a.CookieLink {
	font-size: 13px;
	color: #171f29cc;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.InactiveInputBox {
	color: #171f29cc;
}

.easySelect,
.divSearcheasySelect,
.options li {
	font-family: "Roobert", Helvetica, sans-serif !important;
	color: #171f29cc;
}

#selectAlleasySelect {
	margin-right: 82px;
	cursor: pointer;
}

.EurolandTools-CommonObjects-Calendar-Calendar {
	border: 1px solid #f2f2f2;
}

@media (max-width:616px) {
	span#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
		margin-left: 1px;
	}

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		margin-bottom: 8px;
	}

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		width: 220px;
	}

	#TotalContainer {
		margin-top: 24px;
	}

	#Tabs {
		margin-top: 2em;
	}
}

h2#DateAvailableFrom {
	font-size: 16px !important;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected,
#YearPeriodsContainer a:hover {
	color: #171f29cc;
}

@media (max-width: 1121px) {
	#SearchButton {
		margin: 3px;
	}
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	width: 80%;
}

td.Pages-ArrowContainer:first-child a::before {
	/* content: "Previous"; */
	width: 29px;
	height: 22px;
	background-repeat: no-repeat;
	/* background-size: 24px; */
	position: relative;
	color: #171f29cc;
	left: 4%;
	font-weight: 700;
	/* font-size: 14px; */
	line-height: 22px;
}

td.Pages-ArrowContainer:first-child a,
td.Pages-ArrowContainer:last-child a {
	position: relative;
}

td.Pages-ArrowContainer:first-child a::after {
	content: "";
	/* background: url('icons/left-arr.svg'); */
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 15px;
	position: absolute;
	margin-top: 8px;
	right: 95.5%;
}

td.Pages-ArrowContainer:last-child a::before {
	/* content: "Next"; */
	width: 29px;
	height: 22px;
	background-repeat: no-repeat;
	/* background-size: 24px; */
	position: relative;
	color: #171f29cc;
	left: -7%;
	font-weight: 700;
	/* font-size: 14px; */
	line-height: 22px;
}

td.Pages-ArrowContainer:last-child a::after {
	content: "";
	/* background: url('icons/right-arr.svg'); */
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 15px;
	position: absolute;
	margin-top: 8px;
	left: 87.3%;
}

@media (max-width:924px) {
	span#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
		margin-left: 0;
	}

	.Pages {
		border-collapse: collapse;
		width: 94%;
		margin: 0 auto;
		float: none;
	}
}

@media (max-width:479px) {

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		width: 9px;
		font-size: 12px;
	}

	.Pages-SelectedPageMarker,
	.Pages-SelectedPageMarker:hover,
	.Pages-SelectedPageMarker:active {
		background-color: #fff;
		color: #171f29cc;
		border: 0;
		border-bottom: 1px solid #171f29;
		text-decoration: initial;
		font-weight: bold;
	}
}

@media (max-width:365px) {

	.HeadingColomnContainer,
	.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
		font-size: 14px;
	}
}


/********************************************************************************
 * Paging Buttons — Updated to match reference design
 ********************************************************************************/
.PagesContainer {
	text-align: center;
}

.Pages-ArrowContainer {
	width: auto;
}

.Pages-Arrow {
	display: inline-block !important;
	opacity: 1 !important;
}

.Pages {
	border-collapse: separate;
	border-spacing: 0;
	width: auto;
	margin: 0 auto;
	float: none;
}

.Pages td {
	width: 100%;
	padding: 0;
}

.Pages-PageMarker-Text {
	margin: 0px;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:visited,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	color: #171f29;
	border: 1px solid transparent;
	font-family: "Roobert", sans-serif;
	font-size: 0.9375em;
	font-weight: 500;
	text-decoration: none;
	line-height: 1;
	border-radius: 0px;
	transition: opacity 0.2s ease;
	margin: 7px 7px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

/* ── Hover state ── */
.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: transparent;
	color: #171f29;
	text-decoration: none;
	opacity: 0.6;
	background-color: transparent;
	color: #171f29;
	border: 1.5px solid #171f29;
	border-radius: 50%;
	font-weight: 600;
	text-decoration: none;
	opacity: 1;
}

/* ── Active / selected page ── */
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:link,
.Pages-SelectedPageMarker:visited,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: transparent;
	color: #171f29;
	border: 1.5px solid #171f29;
	border-radius: 50%;
	font-weight: 600;
	text-decoration: none;
	opacity: 1;
}

/* ── Arrow icons via SVG background ── */
td.Pages-ArrowContainer:first-child .Pages-Arrow {
	text-indent: -9999px;
	/* overflow: hidden; */
	background-color: transparent;
	background-image: url("icons/prev.svg");
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: 100px; */
	width: 70px;
}

td.Pages-ArrowContainer:first-child .Pages-Arrow:hover {
	background-color: transparent;
	background-image: url("icons/prev.svg");
	border: none;
}

td.Pages-ArrowContainer:last-child .Pages-Arrow {
	text-indent: -9999px;
	overflow: hidden;
	background-color: transparent;
	background-image: url("icons/next.svg");
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: 60px; */
	width: 45px;
}

td.Pages-ArrowContainer:last-child .Pages-Arrow:hover {
	background-color: transparent;
	background-image: url("icons/next.svg");
	border: none;
}

/* ── Tablet (max 924px) ── */
@media (max-width: 924px) {

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:visited,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		width: 36px;
		height: 36px;
		font-size: 0.875em;
		margin: 5px 5px;
	}
}

/* ── Mobile (max 479px) ── */
@media (max-width: 479px) {

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:visited,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		width: 30px;
		height: 30px;
		font-size: 0.8125em;
		margin: 5px 2px;
	}

	.Pages-SelectedPageMarker,
	.Pages-SelectedPageMarker:hover,
	.Pages-SelectedPageMarker:active {
		background-color: transparent;
		color: #171f29;
		border: 1.5px solid #171f29;
		border-radius: 50%;
		font-weight: 600;
	}
}
.euButton .btn-subscription {
	display: none;
}