@font-face {
    font-family: "方正黑体简体";
    src: url('fonts/方正黑体简体.ttf') format('Truetype');
	font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MontserratLight";
    src: url('fonts/MontserratLight.ttf') format('Truetype');
	font-style: normal;
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

.zh-CN body,
.zh-TW body,
.zh-TW input,
.zh-CN input,
.zh-CN button,
.zh-TW button {
    font-weight: normal;
    font-family: "microsoft yahei", 方正黑体简体;
}

.zh-CN .EUCalendar-titleCont td,
.zh-TW .EUCalendar-titleCont td,
.zh.CN .EUCalendar table,
.zh-TW .EUCalendar table {
    font-weight: normal;
    font-family: "microsoft yahei", 方正黑体简体;
}

body,
input,
button {
    font-size: 18px;
    font-family: "MontserratLight", "Source Han Sans CN", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif;
    color: #111111;
    font-weight: normal;
}

.EUCalendar-titleCont td,
.EUCalendar table {
    font-weight: normal;
    font-family: "MontserratLight", "Source Han Sans CN", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif;
}

#Main {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background: transparent;
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #111111;
    font-weight: normal;
    text-decoration: none;
    font-style: none;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
    color: #AFD100;
    font-weight: none;
    text-decoration: underline;
    font-style: none;
}

#MainHeading {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #333333 !important;
}

#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0.6em;
}

#Periods {
    margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 40px;
    line-height: 27px;
    width: 200px;
    border:0;
    border-bottom: 1px solid #E7E7E7;
	background: transparent;
    vertical-align: top;
    box-sizing: border-box;
	font-size: 16px;
	margin: 3px;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
    vertical-align: top;
}

.euButton {
	height: 40px;
    line-height: 15px;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    padding: 12px;
    border: 1px solid #858182;
    border-radius: 2.5rem;
    background: #FFF;
    color: #333333 !important;
    transition: background 0.5s, color 0.5s, border 0.5s;
    float: none;
    width: 160px;
    margin: 3px;
}

.euButton:hover {
    background: #AFD100;
    color: #FFFFFF !important;
    border-color: #AFD100;
    text-decoration: none;
    cursor: pointer;
}


#SearchButton:hover {
    cursor: pointer;
}

#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}

#YearPeriodsContainer a {
    color: #111111;
    font-weight: normal;
}

#YearPeriodsContainer a:focus,
#YearPeriodsContainer a:hover {
    color: #AFD100;
    text-decoration: none;
    font-weight: bold;
}

#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-weight: bold;
    padding-left: 14px !important;
}

.Tabs {
    text-align: center;
    border-bottom: 0px;
}

#Tabs {
    position: relative;
    z-index: 0;

    padding-top: 0px;
    padding-bottom: 2px;

    margin-top: 0.6em;
    margin-bottom: 1em;
}

#Tabs:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: -1;
    margin-bottom: 0;
    border-bottom: 0em solid #bfbfbf;
}

.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: 59px;
    line-height: 40px;
    padding-top: 0.5em !important;
    padding-right: 1em;
    padding-bottom: 0.5em !important;
    padding-left: 1em;
    width: 240px;
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    color: #111111;
    font-style: normal;
    text-decoration: none;
    border-top: 1px solid #AFD100;
    border-right: 1px solid #AFD100;
    border-bottom: 1px solid #AFD100;
    border-left: 1px solid #AFD100;
    background: transparent;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;

    box-sizing: border-box;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    background: #AFD100;
    color: #FFF;
    border-top: 1px solid #AFD100;
    border-right: 1px solid #AFD100;
    border-bottom: 1px solid #AFD100;
    border-left: 1px solid #AFD100;
    position: relative;
    top: 0px;
    left: 0px;
    font-weight: normal;
}

/* .Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    font-weight: normal;
    border-top: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid transparent;
    border-left: 0.08em solid transparent;
    top: 0.6px;
} */



.Tabs-Tab-Container.selected:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0em;

    border-left: 0em solid transparent;
    border-right: 0em solid transparent;
    border-top: 0em solid #F30213;
}

.Tabs-Tab {
    display: inline-block;
    margin: -3px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;

}

.Type {
    background-color: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #00A72D;
    padding: 0.5em 1.0em 0.5em 1.0em;
    color: #00A72D;
    font-weight: normal;
    text-transform: none;
    font-family: inherit;
    font-size: 14px;
    margin: 0.22em;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.TypeSelected,
.Type:hover {
    cursor: pointer;

    background-color: #00A72D;
    color: #FFFFFF;
    border-color: #00A72D;
}

/******************************************************************************** Paging Buttons */

.PagesContainer {
    text-align: center;
}

.Pages-ArrowContainer {
    width: auto;
}

.Pages-Arrow {
    display: inline-block !important;
    opacity: 1 !important;
}

.Pages {
    border-collapse: collapse;
    width: auto;
    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.0em;
}

.Pages-ArrowContainer:first-child .Pages-Arrow {
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
    display: inline-block;
    background-color: transparent;
    color: #111111;
    border: 0em solid #E1E1E1;
    padding: 0.5em 1.2em;
    font-family: inherit;
    font-size: 14px;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin: 0px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
    background-color: transparent;
    color: #AFD100;
    border-color: transparent;
    text-decoration: initial;
    font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: transparent;
    color: #AFD100;
    border-color: #E1E1E1;
    text-decoration: initial;
    font-weight: bold;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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.0em solid #333333;
    border-bottom: 0.0em solid #333333;
}

.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: #333333;
    border-bottom-color: #333333;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #00A72D;
    border-bottom-color: #00A72D;
}

.PressRelease-SingleLine-DateContainer {
    float: none;
}

.PressRelease-SingleLine-TypeContainer {

    float: none;

    border: 0em solid #E1E1E1;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background-color: transparent;
    padding: 0.5em 0.5em 0.5em 0.5em;

}


.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
}

.PressReleaseOdd {
    background-color: transparent;
}

.PressReleaseEven {
    background-color: transparent;
}

.PressRelease {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px;

    border-right: 0em solid #E1E1E1;
    border-left: 0em solid #E1E1E1;
}

/* #PressRelease_0 {
    border-top: 1px solid #E7E7E7;
} */

.PressRelease:last-child {
    border-bottom: 0em solid #E1E1E1;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    text-decoration: initial;
    color: #111111;
}
.PressRelease div div:hover span.PressRelease-NewsDate, 
.PressRelease div div:hover a.PressRelease-NewsTitle,
.PressRelease div div:hover .PressRelease-NewsType{
  color: #111111 !important;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}
.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #111111;
}

.PressRelease-NewsType {

    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    color: #111111;
}

.PressRelease-NewsDate {
    font-family: inherit;
    color: #111111;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}

#SuppliedBy {
    font-size: 14px !important;
    text-align: right;
    padding-top: 2em;
    color: #111111;
}

#MainHeading {
    display: none;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton, .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    display: inline-block;
    zoom: 1;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #858182;
    background: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    text-shadow: none;
    color: #333333;
    font-family: inherit;
    text-shadow: none;
	border-radius: 2.5rem;
    transition: background 1s, border 1s;
    height: 36px;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
    background: #AFD100;
	border: 1px solid #AFD100;
	color:#ffffff;
}
.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #fff;
    background: #fff;
    color: #00A72D;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
    background: #fff;
    cursor: pointer;
    color: #AFD100;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton {
    font-size: 12px !important;
}
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay:hover,
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
    color: #fff;
    border: 1px solid #AFD100;
    background: #AFD100;
}

.PressRelease-SingleLine-DateContainer {
    width: 150px;
}

.InputBox {
    margin: 0px 0 3px 0;
}

#SortingContainer {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #E7E7E7;
}

.PressRelease-Attachment {
    width: 38px;
    height: 31px;
    overflow: hidden;
}

.HeadingColomnContainer-Date,
.PressRelease-SingleLine-DateContainer {
    width: 15%;
    box-sizing: border-box;
    margin: 0;
}

.HeadingColomnContainer-Type,
.PressRelease-SingleLine-TypeContainer {
    width: 24%;
    box-sizing: border-box;
    margin: 0;
}

.HeadingColomnContainer-Title,
.PressRelease-SingleLine-TitleContainer {
    width: 44%;
    box-sizing: border-box;
    margin: 0;
}

.HeadingColomnContainer-Attachments,
.PressRelease-SingleLine-AttachmentsContainer {
    width: 15%;
    box-sizing: border-box;
    margin: 0;
}

.PressRelease-SingleLine-DataColumn {
    padding: 0;
    margin: 0;
}

.PressRelease-SingleLine-DataColumn span,
.PressRelease-SingleLine-DataColumn a {
    display: inline-block;
    padding: 1em;
}

.PressRelease-SingleLine-DataColumn .PressRelease-Attachment a {
    padding: 0;
}

.HeadingColomn {
    padding: 18px 7px 18px 3px;
    background: transparent;
    font-weight: bold;
    color: #AFD100;
}

/*
.HeadingColomnContainer-Date .HeadingColomn {
	border-left: 1px solid #bfbfbf;
}
*/
.HeadingColomnContainer-Attachments .HeadingColomn {
    text-align: right;
}

.ColumnLayoutColumn {
    display: table !important;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.PressRelease-SingleLine-DataRow {
    display: table-row !important;
}

.PressRelease-SingleLine-DataColumn {
    display: table-cell !important;
    vertical-align: middle !important;
    /*border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;*/
}

.PressRelease-NewsDate,  .PressRelease-NewsType, .PressRelease-NewsTitle, #SortingContainer {
	font-size: 18px !important;
  }

@media (max-width:1302.23px) and (min-width:1111px)  {
	body,
	input,
	button {
		font-size: 17px;
	}
	.PressRelease-NewsDate,  .PressRelease-NewsType, .PressRelease-NewsTitle, #SortingContainer {
		font-size: 17px !important;
	  }
}

@media (max-width:1110px) {
	body,
	input,
	button {
		font-size: 16px;
	}
	.PressRelease-NewsDate,  .PressRelease-NewsType, .PressRelease-NewsTitle,#SortingContainer {
		font-size: 16px !important;
	  }
}

@media (max-width:1109px) and (min-width:720px) {
	body,
	input,
	button {
		font-size: 15px;
	}
	.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;
	}
	.PressRelease-NewsDate,  .PressRelease-NewsType, .PressRelease-NewsTitle, #SortingContainer {
		font-size: 15px !important;
	  }
}
@media (max-width:825px) {
.HeadingColomnContainer-Type,
.PressRelease-SingleLine-TypeContainer {
    width: 24%;
}
.PressRelease-SingleLine-DataColumn span, .PressRelease-SingleLine-DataColumn a {
	padding: 1em 5px 1em 15px;
  }
  .HeadingColomn {
	padding: 18px 13px 18px 0px;
  }
  .HeadingColomnContainer-Title, .PressRelease-SingleLine-TitleContainer {
    width: 42%;
  }

}

@media (max-width:719px) {
	body,
	input,
	button {
		font-size: 14px;
	}
	.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: 15px;
	}
	.PressRelease-NewsDate,  .PressRelease-NewsType, .PressRelease-NewsTitle, #SortingContainer {
		font-size: 14px !important;
	  }
}



@media (max-width:680px) {
    div#SortingContainer {
        display: none !important;
    }
    .PressRelease-SingleLine-DataColumn {
        display: block !important;
        width: 100% !important;
    }

    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
        width: auto !important;
        display: inline-block !important;
        position: absolute;
        top: 0;
        right: 0;
    }

    .ColumnLayoutColumn {
        position: relative;
        top: 0;
        left: 0;
    }

    a.PressRelease-NewsTitle {
        font-weight: bold !important;
    }

    .NewsColumn-Container .PressRelease-Attachment {
        float: left !important;
        text-align: center;
    }

    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
        width: 90% !important;
        display: inline-block !important;
    }

    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
        display: inline-block !important;
        width: auto !important;
    }
    .NewsColumn-Container .PressRelease-Attachment{
        padding-left: 10px;
    }
    .PressRelease{
        padding: 1em 0em;
    }
    .PressRelease-SingleLine-DataColumn span, .PressRelease-SingleLine-DataColumn a {
        padding-top: 0em;
    }
    .PressRelease-Attachment {
        width: 42px !important;
    }
}

@media (max-width:644px) {
	.HeadingColomnContainer-Title{
		width: 40% !important;
	}
}

@media (max-width:450px) {
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
        display: block !important;
        width: 100% !important;
        position: inherit;
    }
}

@media (max-width:425px) {
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
        width: 90% !important;
        display: inline-block !important;
    }
}

.Disclaimer {
    display: inline-block;
}

.Disclaimer:before {
    content: "|";
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-shadow: none !important;
}
.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton {
font-size: 16px;
}
.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
    border: none !important;
    box-shadow: none !important;
}
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    padding: 0 1px 5px 1px;
    font-size: 12px !important;
}
* {
    outline: 0 !important;
}
.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    width: 35px;
    height: 35px;
    background: url(Calendar.png) center center no-repeat;
    top: 0px;
    background-size: 28px;
}

.Tabs > li:first-child > a {
  border-radius: 50px 0 0 50px !important;
}
.Tabs > li:last-child > a {
  border-radius: 0 50px 50px 0 !important;
}
@media (max-width: 500px) {
    .Tabs > li:last-child > a, 
    .Tabs > li:first-child > a {
        border-radius: 50px 50px 50px 50px !important;
        margin: 10px !important;
    }
}
/* .NewsColumn-Container .PressRelease-Attachment {
    padding-right: 46px;
} */

#CurrentPeriodContainer {
    display: none;
  }

  #ButtonsContainer.NoTabsVisible {
    border-bottom: 0px solid #e1e1e1 !important;
  }

  .Periods-YearPeriodSelected, .Periods-YearPeriodSelected:hover, .Periods-YearPeriodSelected:active {
    color:#111 !important ;
    text-decoration: none !important;
    font-weight: bold !important;
}
/* a.Periods-YearPeriod.Periods-YearPeriodSelected {
    color: #AFD100 !important;
    text-decoration: none;
    font-weight: bold !important;
} */

 /* MOD 26/01/2026 
 ============================================================================*/
 .EurolandTools-CommonObjects-Calendar-Calendar {
    border: none !important;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation {
    background-color: #FFF !important;
}
.EurolandTools-CommonObjects-Calendar-Navigator-Button {
    font-size: 14px !important;
    border: none !important;
    transition: none !important;
    box-shadow: none !important;
    background: none !important;
}
.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-MovementButton:hover {
    color: #AFD100 !important;
    background: none !important;
    border: none !important;
	cursor: pointer !important;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button {
    display: inline-block;
    padding: 10px;
    margin: 3px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #464646;
    text-shadow: 1px 1px 1px #CCC;
    transition: background 0.5s, border 0.5s;
    border: none !important;
    border-style: none !important;
}
.EurolandTools-CommonObjects-Calendar-NavigationPanel-Table {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    font-size: 12px !important;
    border-style: none !important;
    border: none !important;
}
/* 1. styles for months */
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton {
    border: none !important;          
    transition: none !important;      
    background: transparent !important; 
    box-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover {
    color: #AFD100 !important;         
    background: transparent !important; 
    border: none !important;
    cursor: pointer;
}

/* 2. close button */
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    display: inline-block !important;
    width: 100% !important;
    padding: 5px 0 !important;
    height: 36px !important;
    line-height: 25px !important;
    

    border: 1px solid #858182 !important;
    border-radius: 2.5rem !important;
    background: #FFFFFF !important;
    
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-shadow: none !important;
    
    transition: background 0.5s, color 0.5s, border 0.5s !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
    background: #AFD100 !important;
    border-color: #AFD100 !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
}
/* END MOD 26/01/2026 */
.Periods-YearPeriod:last-child {

  display: none !important;
}