@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght,YTLC@0,6..12,200..1000,440..540;1,6..12,200..1000,440..540&display=swap');

@font-face {
	font-family: 'Outfit';
	src: url(font/Outfit-Regular.ttf) format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: 'Outfit-bold';
	src: url(font/Outfit-Bold.ttf) format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: 'Outfit-light';
	src: url(font/Outfit-Light.ttf) format("truetype")
}

@font-face {
	font-family: 'Outfit-Semibold';
	src: url(font/Outfit-SemiBold.ttf) format("truetype")
}

@font-face {
	font-family: 'NunitoSans-Regular';
	src: url(font/NunitoSans-Regular.ttf) format("truetype")
}

@font-face {
	font-family: 'NunitoSans-Bold';
	src: url(font/NunitoSans-Bold.ttf) format("truetype")
}
@font-face {
	font-family: 'NunitoSans-SemiBold';
	src: url(font/Nunito-SemiBold.ttf) format("truetype")
}


#Main {
	max-width: 1470px;
	padding: 0;
}


body,
input {
	font-size: 19px;
	font-family: "NunitoSans-Regular", Arial, sans-serif;
	color: #424242;
	font-weight: 400;
	min-height: auto !important;
}

button {
	font-family: "NunitoSans-Regular", Arial, sans-serif;
}

.Tabs-Tab {
	font-size: 19px;
}


#YearPeriodsContainer a {
	color: #424242 !important;
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
	color: #424242;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
	color: #f26427;
	font-weight: 400;
	text-decoration: underline;
	font-style: normal;
}

#MainHeading {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	display: none;
	font-size: 19px !important;
	font-weight: 600;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	color: #424242 !important;
}

#DateAvailableFrom {
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 0.6em;
}

#Periods {
	margin-top: 0.6em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

#SortingContainer table,
#SortingContainer tbody {
	display: block;
	width: 100%;
}

#SortingContainer tr,
#Periods tr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	height: 40px;
	min-height: 40px;
	width: 220px;
	min-width: 220px;
	max-width: 220px;
	line-height: 40px;
	padding: 0 12px;
	border: none;
	border-radius: 0em;
	font-family: "NunitoSans-Regular";
	font-size: 19px;
	background-color: #F2F2F2;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	display: none;
}

#SearchBox {
	background-image: none;
	margin-top: 0;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#FromCalendarInput,
#ToCalendarInput {
	padding: 0 2.2em 0 0.75em;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	display: inline-block;
	vertical-align: middle;
}

.euButton {
	width: 220px;
	min-width: 220px;
	max-width: 220px;
	height: 40px;
	min-height: 40px;
	line-height: normal;
	padding: 10px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	font-family: "NunitoSans-Regular", Arial, sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #00A49D !important;
	text-transform: capitalize;
	border: 0.08em solid #F2F2F2;
	border-radius: 0;
	background: #F2F2F2;
	transition: background 0.3s, color 0.3s, border 0.3s;
	cursor: pointer;
	float: none;
	margin: 0;
}

.euButton:hover {
	background: #2f2f30;
	color: #ffffff !important;
	border-color: #2f2f30;
	cursor: pointer;
}

.euButton {
	position: relative;
	bottom: 0px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

#SearchButton {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 220px;
	min-width: 220px;
	height: 40px;
	line-height: normal;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
}

#SearchButton:hover {
	cursor: pointer;
	background: #00A49D;
	border-color: #00A49D;
}

#SearchButton::after {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask-image: url('icon/right-arrow.png');
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-image: url('icon/right-arrow.png');
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	transition: transform 0.25s, opacity 0.25s;
}

.euButton:hover {
	cursor: pointer;
	background: #f26427;
	border-color: #f26427;
}

.euButton::after {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask-image: url('icon/right-arrow.png');
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-image: url('icon/right-arrow.png');
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	transition: transform 0.25s, opacity 0.25s;
}

#SearchButton:hover::after {
	transform: translateX(2px);
	opacity: 0.9;
}

#SearchContainer,
#SearchFilter {
	padding: 0 0 1em 0;
	clear: both;
	line-height: normal;
}

#SearchFilter {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 12px;
	text-align: left;
}

#SearchButton,
div#SearchFilter>.euButton {
	margin-left: 18px;
}

#SearchContainer label,
#SearchFilter label {
	font-size: 19px;
	font-weight: 400;
	line-height: normal;
}

#SearchContainer label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.35em;
}

#SearchFilter label {
	display: block;
	margin: 0 0 8px 0;
}

#SearchFilter .DateSelection,
#SearchFilter #FromCalendarContrainer,
#SearchFilter #ToCalendarContrainer,
#SearchFilter .InputBox {
	display: inline-block;
	vertical-align: bottom;
}

#SearchBox,
#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: middle;
}

/* ===== YEAR PERIODS ===== */
#YearPeriodsContainer,
td#YearPeriodsContainer {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0.4em;
	padding-bottom: 0.5em;
	position: relative;
	left: 0;
	order: 1;
	width: 100%;
}

#SortingContainer {
	margin-top: 0;
	padding: 0;
	padding-bottom: 0.6em;
	font-size: 19px;
	font-weight: 400;
	color: #424242;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	order: 2;
}

#CurrentPeriodContainer,
td#CurrentPeriodContainer {
	font-size: 19px;
	font-weight: 600;
	display: block;
	width: 100%;
	order: 2;
	margin-top: 0.5em;
}

#TotalContainer {
	order: 3;
}

.Periods-YearPeriod,
#YearPeriodsContainer a {
	font-size: 19px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 95px;
	min-width: 95px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	border: none;
	border-radius: 0em;
	background: #F2F2F2;
	color: #424242 !important;
	text-decoration: none;
	transition: background 0.3s, color 0.3s;
}

.Periods-YearPeriod.Periods-YearPeriodSelected,
#YearPeriodsContainer a.Periods-YearPeriodSelected,
#YearPeriodsContainer a.selected {
	background: #00A49D;
	color: #ffffff !important;
	font-weight: 400;
}

.Periods-YearPeriod:hover,
#YearPeriodsContainer a:hover {
	background: #00A49D;
	color: #ffffff !important;
	font-weight: 400;
	text-decoration: unset;
}

.Tabs,
ul.Tabs,
#Tabs {
	position: relative;
	z-index: 0;
	padding: 10px 0;
	margin-top: 0.6em;
	margin-bottom: 1em;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
	font-size: 19px;
	border: none !important;
	border-bottom: none !important;
}



#Tabs:after,
.Tabs:after,
ul.Tabs:after {
	display: none !important;
	content: none !important;
}

.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 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 200px;
	min-width: 200px;
	height: 40px;
	line-height: normal;
	padding: 0 10px;
	margin: 0;
	border-radius: 0;
	font-family: "NunitoSans-Regular";
	font-weight: 400;
	font-size: 19px;
	text-transform: none;
	text-align: center;
	color: #424242;
	font-style: normal;
	text-decoration: none;
	border: none;
	background: #F2F2F2;
	transition: background 0.3s, color 0.3s;
	position: relative;
	top: 0;
	left: 0;
	vertical-align: middle;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #00a49d;
	color: #ffffff;
	border: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
}

.Tabs-Tab-Container:hover {
	background: #00A49D;
	color: #FFFFFF;
}

.Periods-YearPeriod.Periods-YearPeriodSelected:hover {
	background: #00A49D !important;
	color: #FFF !important;
}

li#liByType a {
	border-radius: 0;
}

a#AllSelector {
	border-radius: 0;
}

.Tabs-Tab-Container.selected:before {
	display: none;
}

.Tabs-Tab {
	display: inline-flex;
	margin: 0;
	vertical-align: middle;
	font-size: 19px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
}

.Type {
	background-color: #F2F2F2;
	border-radius: 0;
	border: none;
	padding: 7px 16px;
	color: #424242;
	font-weight: normal;
	text-transform: none;
	font-family: "NunitoSans-Regular";
	font-size: 17px;
	outline: 0;
	margin: 4px;
	transition: background 0.3s, color 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.4;
	white-space: normal;
	word-break: break-word;
}

.TypeSelected,
.Type:hover {
	cursor: pointer;
	background-color: #00A49D !important;
	color: #ffffff !important;
	border: none !important;
}

div#SuppliedBy {
	font-size: 13px;
}

/******************************************************************************** Paging Buttons */

.PagesContainer {
	text-align: center;
	font-size: 0;
}

.Pages-ArrowContainer {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.Pages-Arrow {
	display: inline-block !important;
	opacity: 1 !important;
	vertical-align: middle;
}

.Pages {
	border-collapse: collapse;
	width: auto;
	margin: 0 auto;
	float: none;
	display: inline-table;
	vertical-align: middle;
}

.Pages td {
	width: auto;
	padding: 0;
	vertical-align: middle;
}

.Pages-PageMarker-Text {
	margin: 0;
	font-size: 19px;
}

.Pages-Arrow,
.Pages-PageMarker {
	border-radius: 0;
	margin: 0 2px;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
	display: inline-block;
	background-color: #F2F2F2;
	color: #424242;
	border: none;
	width: 44px;
	height: 40px;
	line-height: 3.1em;
	padding: 0;
	text-align: center;
	font-family: "NunitoSans-Regular", Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	border-radius: 0;
	transition: background 0.3s, color 0.3s;
	margin: 0 2px;
	vertical-align: middle;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #00a49d;
	color: #FFF;
	border: none;
	text-decoration: none;
	font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color:#00a49d;
	color: #ffffff;
	border: none;
	text-decoration: none;
	font-weight: 600;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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: -0.6em;
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-top: 0 solid #424242;
	border-bottom: 0 solid #424242;
}

.ArrowContainer_DSEC:after {
	border-top-width: 0.6em;
}

.ArrowContainer_ASC:after {
	border-bottom-width: 0.6em;
}

.SortingContainer-NoChange-NewsColumn a:link .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:visited .ArrowContainer:after {
	border-top-color: #424242;
	border-bottom-color: #424242;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #424242;
	border-bottom-color: #424242;
}

.PressRelease-SingleLine-TypeContainer {
	display: none !important;
}

.PressRelease-SingleLine-TitleContainer {
	display: block !important;
	clear: none;
	margin-top: 0;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#PressReleases .NewsColumn-Container .PressRelease-SingleLine-DataRow {
	width: 100%;
	padding-right: 0;
}

.PressRelease-SingleLine-DateContainer {
	display: block;
}

.PressReleaseOdd {
	background-color: transparent;
}

.PressReleaseEven {
	background-color: transparent;
}

.PressRelease {
	display: block;
	position: relative;
	border-bottom: 1px solid #00a49d;
	padding: 0em 0;
	border-right: 0;
	border-left: 0;
	text-align: left;
	color: #424242;
	overflow: hidden;
}

#PressReleases {
	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

#PressReleases .PressRelease {
	position: relative;
	overflow: hidden;
}

#PressReleases .NewsColumn-Container {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-right: 2.5em;
	min-height: 2.5em;
	padding-top: 1.2em;
}

#PressRelease_0 {
	border-top: 1px solid #00a49d;
}

.PressRelease:last-child {
	border-bottom: 1px solid #00a49d;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
	font-family: "Nunito Sans", sans-serif !important;
	font-size: 19px;
	line-height: 30px;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	color: #424242;
	display: block;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-weight: 600;
	text-decoration: underline;
	color: #424242;
}

.PressRelease-NewsType {
	display: none !important;
}

.PressRelease-NewsDate {
	display: block;
	margin: 0 0 0.15em 0;
	font-family: "Nunito Sans", sans-serif !important;
	font-size: 14px;
	color: #424242;
	text-transform: none;
	font-style: normal;

	font-weight: 800;
}

/* Attachment — scoped inside #PressReleases > .NewsColumn-Container */
.PressRelease-SingleLine-AttachmentsContainer,
.PressRelease-Attachment {
	position: static;
	float: none;
	right: auto;
	top: auto;
	transform: none;
	margin: 0;
	width: auto;
	max-width: none;
}

#PressReleases .NewsColumn-Container .PressRelease-SingleLine-AttachmentsContainer,
#PressReleases .NewsColumn-Container .PressRelease-Attachment,
#PressReleases .NewsColumn-Container .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer,
#PressReleases .PressRelease .NewsColumn-Container~.PressRelease-SingleLine-AttachmentsContainer,
#PressReleases .PressRelease .NewsColumn-Container~.PressRelease-Attachment {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	float: none;
	clear: none;
	margin: 0;
	width: auto;
	max-width: none;
	z-index: 1;
}

/* Keep attachment inside each row — not page edge */
#PressReleases .PressRelease .NewsColumn-Container~.PressRelease-SingleLine-AttachmentsContainer,
#PressReleases .PressRelease .NewsColumn-Container~.PressRelease-Attachment {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.PressRelease-SingleLine-AttachmentsContainer a,
.PressRelease-Attachment a {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: transparent;
	padding: 0;
}

.PressRelease-SingleLine-AttachmentsContainer img,
.PressRelease-Attachment img {
	display: inline-block;
	vertical-align: middle;
	max-height: 2.4em;
	width: auto;
}

/* Hide add-to-calendar icons */
.PressRelease [class*="CalendarLink"],
.PressRelease [class*="AddToCalendar"],
.PressRelease [class*="CalendarLinks"],
.PressRelease a[href*="calendar.google"],
.PressRelease a[href*="outlook"],
.PressRelease a[href*="yahoo"],
.PressRelease a[href*="webcal"],
.PressRelease a[href*=".ics"],
.PressRelease img[src*="google"],
.PressRelease img[src*="Google"],
.PressRelease img[src*="outlook"],
.PressRelease img[src*="Outlook"],
.PressRelease img[src*="yahoo"],
.PressRelease img[src*="Yahoo"] {
	display: none !important;
}

.PressRelease>div:has(a[href*="calendar.google"]),
.PressRelease>div:has(a[href*="outlook"]),
.PressRelease>div:has(img[src*="google"]),
.PressRelease>div:has(img[src*="outlook"]),
.PressRelease>div:has(img[src*="yahoo"]) {
	display: none !important;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy {
	text-align: right;
	padding-top: 2em;
}

.InputBox {
	margin-top: 1px;
}



.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	border: 1px solid #424242;
	background: #424242;
	color: #ffffff;
	text-shadow: none;
}

/*Modification*/
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	width: auto;
	max-width: calc(100% - 2.5em);
}

#PressReleases .NewsColumn-Container .PressRelease-Attachment,
#PressReleases .NewsColumn-Container .PressRelease-SingleLine-AttachmentsContainer {
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	overflow: visible !important;
	float: none !important;
}

div#SearchFilter>.euButton {
	width: 220px;
	min-width: 220px;
	max-width: 220px;
	height: 40px;
	margin: 0;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.InputBox {
	margin: 0 30px 0 0;
}


/**********************************************Custom Calendar*************************************************************/
.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	visibility: hidden !important;
}

.EurolandTools-CommonObjects-Calendar-Selection::after {
	content: "";
	background: url("icon/calendar.png") no-repeat 0px !important;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: 16px !important;
	top: 5px !important;
	width: 30px !important;
	height: 30px !important;
	position: absolute;
	right: 25px;
	cursor: pointer;
}


.EurolandTools-CommonObjects-Calendar-Selection {
	position: relative;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	font-size: 14px !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #424242;
	background: #424242;
	color: #fff;
	text-shadow: none;
}

.Type {
	border: none !important;
	color: #424242 !important;
	background: #F2F2F2 !important;
}

.Type.TypeSelected {
	color: #ffffff !important;
	background: #00A49D !important;
}

/* MOD 26/01/2026
========================================================================*/
.EurolandTools-CommonObjects-Calendar-Calendar,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation {
	border: none !important;
	background: #fff !important;
	box-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button {
	border: none !important;
	background: transparent !important;
	font-size: 14px !important;
	color: #424242 !important;
	box-shadow: none !important;
	transition: color 0.3s;
	text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button:hover {
	color: #424242 !important;
	background: transparent !important;
	cursor: pointer;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton,
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton {
	font-size: 14px !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	display: block;
	text-align: center;
	font-size: 14px !important;
	line-height: 15px;
	font-weight: 600;
	text-shadow: none;
	transition: background 0.3s, border 0.3s;
	align-content: center;
	justify-content: center;
	margin: 0 auto;
	background: #424242 !important;
	color: #ffffff !important;
	border: none !important;
	opacity: 1 !important;
	width: 240px !important;
	height: 31px !important;
	padding: 0 !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #f26427 !important;
	color: #ffffff !important;
	border: none !important;
	cursor: pointer;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton {
	border: none !important;
	background: transparent !important;
	font-size: 14px !important;
	transition: background 0.3s, color 0.3s !important;
	box-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover {
	background: #F2F2F2 !important;
	border: none !important;
	cursor: pointer;
}

/* Pagination Arrow */
/* Pagination Arrow */
.Pages-Arrow {
	display: inline-block;
	width: 44px;
	height: 40px;
	background: #F2F2F2 url("icon/right-arrow.png") no-repeat center center;
	background-size: 18px 18px;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Previous Arrow */
.Pages-ArrowContainer:first-child .Pages-Arrow {
	transform: scaleX(-1) translateX(0);
}

/* Hover */
.Pages-Arrow:hover {
	background: url("icon/right-arrow-white.png") no-repeat center;
	/* Hover background */
	background-size: 18px 18px;
	background-color: #00a49d;
}

/* Previous Hover - konjam back move */
.Pages-ArrowContainer:first-child .Pages-Arrow:hover {
	transform: scaleX(-1) translateX(5px);
}

/* Next Arrow */
.Pages-ArrowContainer:last-child .Pages-Arrow {
	transform: translateX(0);
}

/* Next Hover - konjam forward move */
.Pages-ArrowContainer:last-child .Pages-Arrow:hover {
	transform: translateX(5px);
}

.PressRelease-Message {
	display: none !important;
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 768px) {
	.Tabs-Tab-Container {
		width: 200px;
		min-width: 200px;
		height: 40px;
		padding: 0 10px;
		font-size: 14px;
	}

	.euButton {
		float: none;
		justify-content: space-between;
		margin: 0;
		position: relative;
		bottom: 0;
		width: 220px;
		min-width: 220px;
		max-width: 220px;
		height: 40px;
	}

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	.InputBox {
		margin: 0 1.5625vw 3.4vw 0 !important;
	}

	.euButton {
		margin-top: 0.8em;
		position: relative;
		bottom: 19px;
		margin-bottom: 0px;
	}

	#SearchButton,
	div#SearchFilter>.euButton {
		margin-left: 0px;
	}

}

@media (max-width: 615px) {
	.DateSelection {
		display: block;
		margin-left: 0;
		margin-top: 1px;
		margin-bottom: 5px;
	}

	.EurolandTools-CommonObjects-Calendar-Selection {
		margin-top: -2px;
	}

	.DateSelection-InputBox {
		width: 130px;
	}

	.af {
		margin: 0;
	}

	#FromCalendarContrainer {
		display: block;
		margin-left: 0;
		margin-top: 1px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 480px) {

	body,
	input {
		font-size: 16px;
		min-height: auto !important;
	}

	.Tabs-Tab,
	.Tabs-Tab-Container {
		font-size: 16px;
	}

	.Periods-YearPeriod,
	#YearPeriodsContainer a {
		font-size: 16px;
		width: 95px;
		min-width: 95px;
		height: 40px;
		padding: 0 10px;
	}

	.PressRelease-NewsDate {
		font-size: 14px;
		font-weight: 800;
	}

	.PressRelease-NewsTitle {
		font-size: 16px !important;
	}

	/* Input fields + button all same width, stacked */
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		width: 220px;
		max-width: 220px;
		min-width: 220px;
		height: 40px;
		min-height: 40px;
		box-sizing: border-box;
	}

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchButton,
	.euButton {
		width: 220px;
		min-width: 220px;
		max-width: 220px;
		height: 40px;
	}

	#TotalContainer {
		margin-top: 30px;
	}

	#FromCalendarContrainer,
	#ToCalendarContrainer {
		display: block;
		width: 100%;
	}

	/* Search button full width matching inputs */
	#SearchButton,
	.euButton {
		box-sizing: border-box;
		margin: 0;
		justify-content: space-between;
	}

	div#SearchFilter>.euButton {
		width: 138px;
		min-width: 138px;
		max-width: 138px;
		height: 40px;
		box-sizing: border-box;
		margin: 0 0 0 18px;
	}

	#SearchFilter {
		gap: 12px;
	}

	#SearchButton,
	div#SearchFilter>.euButton {
		margin-left: 0px;
		font-size: 15px;
	}

	/* Year periods — wrap cleanly, left-aligned on small screen */
	#YearPeriodsContainer {
		justify-content: flex-start;
		left: 0;
		gap: 0.4em;
	}

	/* Press release row — tighter padding, clear grouping */
	#PressReleases .NewsColumn-Container {
		padding-top: 1.2em;
		padding-bottom: 0em;
		min-height: 2em;
	}

	.PressRelease {
		padding: 0;
	}

	/* Group date + title visually with slight spacing */
	.PressRelease-NewsDate {
		margin-bottom: 0.1em;
	}

	.PressRelease-NewsTitle {
		line-height: 1.3;
	}

	/* Sorting container font reduce */
	#SortingContainer {
		font-size: 16px;
	}

	/* Tabs on mobile */
	.Tabs-Tab-Container,
	.Tabs-Tab-Container.selected {
		width: 200px;
		min-width: 200px;
		height: 40px;
		flex: 0 0 auto;
		text-align: center;
	}

	.Tabs,
	ul.Tabs,
	#Tabs {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		gap: 30px;
		font-size: 16px;
	}

	.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 {
		font-size: 16px;
	}

	.Type {
		display: block;
		width: calc(100% - 10px);
		margin: 5px auto;
		padding: 10px 15px;
		font-size: 14px;
		text-align: center;
		box-sizing: border-box;
	}

	/* Parent container */
	.TypeContainer,
	.announcement-list {
		padding: 0 10px;
	}

	.EurolandTools-CommonObjects-Calendar-Selection::after {
		top: 4px !important;
		position: absolute;
		right: 4px;
	}

	.euButton {
		margin-top: 0.9em;
		position: relative;
		bottom: 0px;
	}

	#YearPeriodsContainer,
	td#YearPeriodsContainer {
		gap: 1.4em;
	}

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		width: 32px;
		height: 30px;
		line-height: 2.5em;
	}

	.Pages-Arrow {
		width: 32px;
		height: 31px;
		background-size: 16px 16px;
	}

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		font-size: 16px;
	}
}



@media (min-width:769px) and (max-width:984px) {

	#SearchButton,
	div#SearchFilter>.euButton {
		margin-left: 0px;
		margin-top: 15px;
	}
}