@font-face {
    font-family: 'SourceHanSansCN';
    src: url("fonts/SourceHanSansCN-VF.ttf.woff2") format("truetype");
    font-display: swap;
    font-style: normal;
    unicode-range: U+0020-FFFF;
} 

/* #region The Guru's Modern CSS Reset */

/*
The Guru's Modern CSS Reset
Inspired by the work of Andy Bell, Josh W. Comeau, and Elad Shechter.
Allows for code folding in IDEs like VS Code.
*/

/* 1. Use a more intuitive box-sizing model. */
*, *::before, *::after {
    box-sizing: border-box;
}

/* 2. Remove default margin and padding. */
* {
    margin: 0;
    padding: 0;
}

/* 3. Allow percentage-based heights in the application */
html {
    font-size: calc(100vw/19.2);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    height: 100%;
}

/*
Typographic tweaks!
4. Add accessible line-height
5. Improve text rendering
*/
body {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

/* 7. Remove built-in form typography styles */
input, button, textarea, select {
    font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

/* 9. Create a root stacking context */
#root, #__next {
    isolation: isolate;
}

/* #endregion */


/* Base Styles */
body {
    color: #333;
    line-height: 1.6;
    min-height: unset !important;
}
.en-gb *, .zh-cn *, .zh-tw *{
    font-family: 'SourceHanSansCN', 'HarmonyOS_Sans_SC_Medium', Arial, Verdana, sans-serif !important;
}


body,
input {
    color: #333333;
}
button {
    font-family: inherit;
}

a,
a:link,
a:visited{
    color: #787B80; 
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
#YearPeriodsContainer a {
    color: #787B80; 
    font-weight: 500; 
    text-decoration: none;
    transition: color 0.3s ease;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
    color: #0129c5; 
    text-decoration: underline;
}
footer .supply-by > a, #SuppliedBy > a, .footer .supply-by > a, .supplied-box span > a, .footer-info .supply-by span > a, .footer div .hyperlink, .footer-box .supplyby-box .hyperlink, .footer-box .supplied .hyperlink {
    height: 19px;
    /* width: 1.2rem; */
    display: inline-block;
    text-overflow: hidden;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.options {
    border-radius: 0rem;
}
#MainHeading {
    line-height: 1.2;
    margin: 0 0 1em 0; 
    padding: 0;
    font-weight: 700; 
    color: #787B80 !important; 
}
#DateAvailableFrom {
    border: 0;
    text-align: left;
    font-weight: normal;
    padding: 0 0 1.5em 0; 
    color: #787B80; 
}
#MainHeading, #DateAvailableFrom {
    display: none;
}
#Periods {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    float: right;
    padding-right: 10px;
}
#CurrentPeriodContainer, #TotalContainer {
    display: none;
    color: #787B80;
}
.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    background: url("images/calendar.svg") center center no-repeat;
    background-size: contain;
    width: 0.34rem;
    height: 1rem;
    margin: 0;
    transform: translateY(-50%);
    right: 20px;
    top: 50%;
    position: absolute;
}
.divSearcheasySelect {
    padding-left: 18px;
    text-align: center;
    line-height: 0.596rem;
    font-size: 0.201131rem !important;
    display: flex;
    position: relative;
    width: auto !important;
    overflow: hidden;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-right: 0em;
}
.EurolandTools-CommonObjects-Calendar-Selection {
    position: relative;
}
.easySelect {
    cursor: default;
    display: block;
    position: relative;
    font-family: 'SourceHanSansCN', 'HarmonyOS_Sans_SC_Medium', Arial, Verdana, sans-serif !important;
    color: #666666;
    border: 1px solid #dedede !important;
    border-radius: 0px;
    height: 0.596rem;
    max-width: 3.2rem !important;
    width: 160px !important;
    line-height: 10px;
    font-size: 0.2263rem !important;
}
.options li {
    font-size: 0.6rem;
}
.PressRelease-NewsTitle {
    font-size: 0.18rem !important;
}

.PressRelease-NewsType {
    font-size: 0.2018rem !important;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 0.596rem;
    line-height: 0.3rem;
    width: 200px;
    border: 1px solid #dedede;
    border-radius: 0px;
    padding: 0.6em 0.75em;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #FFFFFF;
    margin: 0px 5px 0 0;
    vertical-align: top;
    font-size: 0.201131rem !important;
}

.InactiveInputBox {
    color: #666666;
}

#SearchBox:focus,
#FromCalendarInput:focus,
#ToCalendarInput:focus {
    border-color: #787A80;
    outline: 0;
    box-shadow: 0;
}

#FromCalendarContrainer, 
#ToCalendarContrainer {
    vertical-align: bottom;
    width: 200px;
    margin-right: 5px;
}
.euButton {
    height: 0.596rem;
    width: 2.37rem;
    line-height: 1;
    font-family: 'SourceHanSansCN', 'HarmonyOS_Sans_SC_Medium', Arial, Verdana, sans-serif !important;
    font-weight: 500;
    color: #ffffff !important;
    text-transform: none;
    padding: 0em 0.5em;
    border: 1px solid transparent;
    border-radius: 0px;
    background: #0129c5;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.07);
    font-size: 0.201131rem !important;
}
.euButton:hover {
    background: #0129c5; 
    border-color: #0129c5;
    cursor: pointer;
}
#SearchButton:hover {
    cursor: pointer;
}
#SearchContainer {
    padding: 0rem;
    clear: both;
    display: inline-block;
    width: auto;
}
#YearPeriodsContainer a {
    color: #787B80; 
    font-weight: 500;
}
#SortingContainer {
    margin-top: 1.5em;
    padding: 0.5em 0;
    font-weight: 500;
    display: none !important;
}
.Tabs {
    text-align: center; 
    border-bottom: 0; 
}
#Tabs {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0.15rem 0 0.5rem 0;
    display: inline-block;
    width: 100%;
}
#Tabs:after {
    content: none; 
}

.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 {
    width: 2.6rem;
    padding: 0.55em 1.5em !important;
    margin: 0 0.75em 0 0;
    border-radius: 30px;
    font-family:  'SourceHanSansCN', 'HarmonyOS_Sans_SC_Medium', Arial, Verdana, sans-serif !important;
    font-weight: 400;
    text-transform: none;
    color: #666666;
    text-decoration: none;
    border: 1px solid #dedede;
    background: transparent;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    position: relative;
    top: 1px;
    left: 0;
    font-size: 0.254rem !important;
    line-height: 0.3rem !important;
    height: 0.634rem;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected {
    background: #0129c5;
    color: #FFFFFF;
    font-size: 0.254rem !important;
}

.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    background: #0129c5;
    color: #FFFFFF;
    font-size: 0.254rem !important
}

.Tabs-Tab {
    display: inline-block;
    margin: 0;
}

#Types {
    /* padding: 1em 0; */
    display:none;
}

.Type {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #dedede;
    padding: 0.08rem 0.5rem;
    color: #666666;
    font-weight: 500;
    text-transform: none;
    font-family: 'SourceHanSansCN', 'HarmonyOS_Sans_SC_Medium', Arial, Verdana, sans-serif !important;
    margin: 0.25em;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-size: 0.2018rem;
}
.TypeSelected,
.Type:hover {
    cursor: pointer;
    background-color: #0129c5;
    color: #ffffff;
    border-color: #0129c5;
}

/******************************************************************************** Paging Buttons */

.Pages tbody tr td:not(.Pages-ArrowContainer) a.Pages-PageMarker:nth-child(n+7) {
    display: none;
}

.Pages tbody tr td:not(.Pages-ArrowContainer) span.Pages-PageMarker:nth-child(n+7) {
    display: none;
}
.PagesContainer {
    text-align: center;
    margin-top: 2em;
}
.Pages-ArrowContainer {
    width: auto;	
}
.Pages-PageMarker {
    margin: 15px !important;
    font-size: 18px;
}
.Pages-Arrow {
    display: inline-block !important;
    opacity: 1!important;
}
.Pages {
    border-collapse: separate;
    border-spacing: 0.25em 0;
    width: auto;
    margin: 0 auto;
    float: none;
}
.Pages td {
    width: auto;
    padding: 6px;
    line-height: normal;
}
.Pages-PageMarker-Text {
    margin: 0px;
}

.Pages-Arrow,
.Pages-PageMarker {
    border-radius: 50%;
    max-width: 50px;
    padding-bottom: 5px;
}
.Pages-PageMarker {
    margin: 17px;
}
.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active {
    font-size: 0.40rem;
}
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
    display: inline-block;
    /* background-color: #ffffff; */
    color: #000000;
    /* border: 1px solid #dee2e6;
    padding: 0.5em 1em; /* Adjusted padding */
    font-family: 'SourceHanSansCN', 'HarmonyOS_Sans_SC_Medium', Arial, Verdana, sans-serif !important;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.Pages-Arrow:hover,
.Pages-Arrow:active {
}

.Pages-PageMarker:hover
.Pages-PageMarker:active {
    background-color: transparent;
    color: #0129c5;
    border-color: transparent;
    text-decoration: none;
    font-weight: 700;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: transparent;
    color: #0129c5;
    border-color: transparent;
    font-weight: 400;
    font-size: 0.3017rem;
}



/*''''''''''''''''''''''''''''''''''''''''''''' PRESS RELEASE CONTENT''''''''''''''''''''''''''''''''''''''''''''*/

#SortReleaseArrow {
    /* This is the old <img> tag for the arrow. We hide it in favor of a modern CSS version. */
    display: none; 
}

.ArrowContainer {	
    /* This is the <span> that contains our CSS arrow. We must make it visible. */
    display: inline-block;
    position: relative; /* This is crucial for positioning the ::after pseudo-element */
    width: 1em; /* Give it a little space */
    height: 1em;
    vertical-align: middle;
    top: -1px;
}
.ArrowContainer:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute; /* Position it relative to the .ArrowContainer span */
    top: 50%;
    left: 0.5em; /* Center it horizontally within the span */

    /* These borders create the triangle shape */
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;    

    /* Remove default border styles that we'll add specifically for each state */
    border-top: 0;
    border-bottom: 0;

    transition: border-color 0.3s ease;
    transform: translateY(-50%);
}

/* STATE 1: DESCENDING ARROW (Points down) */
.ArrowContainer_DSEC:after {
    border-top: 0.5em solid #333; 
}

/* STATE 2: ASCENDING ARROW (Points up) */
.ArrowContainer_ASC:after {
    border-bottom: 0.5em solid #333; 
}


/* --- HOVER STATES --- */

/* Change the arrow color when hovering over the parent <a> link */
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer_DSEC:after,
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer_DSEC:after {
    border-top-color: #003D79; 
}

.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer_ASC:after,
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer_ASC:after {
    border-bottom-color: #003D79; 
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    margin-top: 0px;
}
.PressRelease-SingleLine-DateContainer {
    width: fit-content;
    padding-right: 0em;
}
.PressRelease-SingleLine-TypeContainer {
    width: fit-content;
}
.PressRelease-SingleLine-TitleContainer {
    width: 100%;
}
.PressRelease-SingleLine-AttachmentsContainer {
    position: absolute;
    right: 0;
    transform: translate(-20px, -50%);
    top: 50%;
    right: 1.2%;
}
.Pages-PageMarker {
    margin: 0.25rem;
}
.PressRelease-SingleLine-DataRow {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
    padding: 0.378rem 0.4rem !important;
    padding-right: 2rem !important;
}

.PressReleaseOdd,
.PressReleaseEven {
    background-color: transparent;
}
.PressRelease {
    border: 0;
}
.NewsColumn-Container:hover div > * {
    color: #FFFFFF;
    margin-top: 0px;
}
.PressRelease-NewsDate {
    font-size: 0.2018rem !important;
}
.PressRelease-NewsTitle {
    font-size: 0.2263rem !important;
    font-weight: bold;
    color: #333333;
}
.NewsColumn-Container:hover{
    background-color: #0129c5;
}
.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-AttachmentsContainer div div a img {
    content: url("images/inv_box_down .svg");
    opacity: 1 !important;
}
.PressRelease-SingleLine-DataRow:hover .PressRelease-SingleLine-AttachmentsContainer div div a img {
    filter: brightness(0) invert(1);
}

.PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle::before,
.PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle:link::before,
.PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle:visited::before {
    content: "";
    display: inline-block;
    background-image: url("images/box hover white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.24rem;
    height: 0.3rem;
}

.PressRelease-NewsTitle::before,
.PressRelease-NewsTitle:link::before,
.PressRelease-NewsTitle:visited::before {
    content: "";
    display: inline-block;
    background-image: url("images/box normal gray.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.24rem;height: 0.3rem;
    margin-left: -2px;
    margin-right: 8px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.NewsColumn-Container .PressRelease-SingleLine-AttachmentsContainer * {
    height: 1.59rem!important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0.39rem !important;
    height: 0.59rem !important;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    opacity: 1 !important;
}
.NewsColumn-Container .PressRelease-SingleLine-AttachmentsContainer * {
    opacity: 1 !important;
}
.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
    color: #333333; /
}
.PressRelease-NewsType {
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    color: #666666; 
}
.PressRelease-NewsType {
    font-size: 0.13rem;
    margin-left: 10px;
}
.PressRelease-NewsDate {
    margin-right: 1em; 
    font-family: inherit;
    color: #666666; 
    font-weight: normal;
    text-transform: none;
    font-style: normal;	
}
#PagesContainer {
    text-align: center;
    padding: 0 0 0.7em 0;
    margin-top: 3em;
}
#SuppliedBy, .Disclaimer span {
    text-align: right;
    color: #787B80;
}
#SuppliedBy {
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    /* font-size: 0.2rem; */
}

a[href="//www.euroland.com"] img {
    visibility: hidden;
}
html[lang="en-GB"] .SeparateNews-Footer-Container a[href="//www.euroland.com"] {
    padding-right: 4px;
}

#SeparatePressRelease a[href="//www.euroland.com"] img {
    visibility: visible;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(0px);
}
#SeparatePressRelease a[href="//www.euroland.com"] {
    width: 100px;
    display: inline-block;
    height: 19px;
}

#SuppliedBy > a:before{
    background-color: transparent;
}
.styledSelect {
    background-color: transparent;
    color: #0129c5 !important;
    padding: 0.26rem 0.3rem !important;
    font-size: 0.201131rem !important;
    line-height: 0rem;
    height: auto;
    border-radius: 0px !important;
}
a.PressRelease-NewsTitle {
    color: #000000;
}

.styledSelect::after {
    content: "";
    width: 0;
    height: 0;
    border: 0.1rem solid transparent;  
    border-color: #414152 transparent transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    right: 0.1rem; 
}

/* CALENDAR */
.EurolandTools-CommonObjects-Calendar-ExtraNavigation {
    background: #ffffffe8 !important;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    display: inline-block;
    width: 100%;
    padding: 0.75em 1.5em;
    border: none;
    background: #0129c5;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    text-shadow: unset !important;
    border-radius: 0px;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButtonContainer {
    padding: 10px;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Navigation {
    padding: 0;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    background: #0129c5 !important;
    color: #FFFFFF;
    border-radius: 0px;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
    background: #0129c5 !important;
    border: unset;
    cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #0129c5;
    background: #0129c5;	
    color: #FFFFFF;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button:hover {
    background: #0129c5;	
    color: #FFFFFF !important;
    cursor: pointer;
    border: unset;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
    background: #0129c5;
    cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button {
    border: unset;
    text-shadow: unset;
    height: 40px;
    box-sizing: border-box;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover {
    color: #0129c5;
    border: unset;
    cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover {
    background: #0129c5;	
    color: #FFFFFF !important;
    border: unset;	
    cursor: pointer;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
    padding: 5px;
    margin: 3px;
    border: unset;	
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    text-shadow: unset;
    transition: unset;
    box-sizing: border-box;
}
.EurolandTools-CommonObjects-Calendar-Calendar {
    background: #f5f5f7;
    border: unset;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton {
    border: unset;
}
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-shadow: unset;
}
.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator,
.EurolandTools-CommonObjects-Calendar-Button-VisualButton-Focus{
    border: unset;
    box-shadow: unset;
}
/* End of Calendar */

div#TotalContainer {
    margin-top: 20px;
    font-size: 0.2018rem !important;
}
.optionRow {
    font-size: 0.201131rem !important;
}
#selectAlleasySelect {
    margin-right: 57px;
    cursor: pointer;
}
.checkmark {
    left:unset;
    right: 5px;
    font-size: 0.2263rem !important;
    width: 0.3rem;height: 0.2rem;
}

.container-item {
    padding: 0.25rem 0px 0.25rem 16px !important;
    font-size: 0.201131rem !important;
}

.container-item:hover {
    background: #0129c5;
}
.options li:hover {
    background-color: #003D79;
    color: white;
}
.options li:hover .container-item .checkmark:after {
    border: 2px solid white;
    border-width: 0 2px 2px 0;
}
.container-item .checkmark:after {
    left: 0.01rem;
    top: -0.02rem;
    width: 0.1rem;
    height: 0.2rem;
    border: 4px solid #0129c5;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    margin-top: 0.18rem;
}
.HeadingColomnContainer {
    vertical-align: top;
    /*! margin-top: 0.227rem; */
    margin-top: 0px !important;
}
a[aria-label="Previous page"]{
    background: url("images/Arrow-Left.svg") no-repeat center/contain;
    color: transparent !important;
}
a[aria-label="Next page"]{
    background: url("images/Arrow-Right.svg") no-repeat center/contain;
    color: transparent !important;
}
a[aria-label="Previous page"]:hover{
    background: url("images/Arrow-Left-Hover.svg") no-repeat center/contain;
    color: transparent !important;
}
a[aria-label="Next page"]:hover{
    background: url("images/Arrow-Right-Hover.svg") no-repeat center/contain;
    color: transparent !important;
}
#ButtonsContainer {
    margin-top: 20px;
}
.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
    font-size: 0.4rem;
}
ul.Tabs:has(#liByType[style="display: none;"]) li a{
    width: fit-content !important;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput {
    height: 0.596rem;
    line-height: 0.3rem;
    width: 200px;
    border: 1px solid #dedede;
    border-radius: 0px;
    padding: 0.6em 0.75em;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #FFFFFF;
    margin: 0px 5px 0 0;
    vertical-align: top;
    font-size: 0.201131rem !important;
}

/* Wrap the tool root with container-type so @container rules work */
#Main {
    container-type: inline-size;
    container-name: tool-root;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

/* Convert @media queries to @container queries to avoid responsive loop */
@container tool-root (max-width: 1240px) {
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, 
    .euButton, 
    .styledSelect,
    .optionRow, 
    .container-item, div#TotalContainer, .Tabs-Tab-Container.selected:link, .Tabs-Tab-Container.selected:visited, .Tabs-Tab-Container.selected,
    .PressRelease-NewsDate, .PressRelease-NewsType {
        font-size: 14px !important;
    }
    .PressRelease-NewsTitle {
        font-size: 16px !important;
    }
    .Pages-PageMarker {
        margin: 10px;
        font-size: 18px;
    }
    .Pages-Arrow, .Pages-PageMarker {
        border-radius: 50%;
        max-width: 60px;
        padding-bottom: 5px;
    }
    #SuppliedBy {
        text-align: right;
        padding-top: 10px;
        padding-right: 10px;
        font-size: 0.25rem;
    }
    #SuppliedBy > a {
      height: 19px;
      width: 2rem;
      display: inline-block;
      text-overflow: hidden;
      overflow: hidden;
      position: relative;
      vertical-align: middle;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 0.4rem;
    }
}
@container tool-root (max-width: 996px) {
    .Pages-SelectedPageMarker, .Pages-SelectedPageMarker:hover, .Pages-SelectedPageMarker:active {
        background-color: transparent;
        color: #0129c5;
        border-color: transparent;
        font-weight: 400;
        font-size: 14px;
    }

}
@container tool-root (max-width: 966px) {
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput {
        height: 0.8rem;
        line-height: 0.35rem;
        width: 200px;
        border: 1px solid #dedede;
        border-radius: 0px;
        padding: 0.6em 0.75em;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
        background: #FFFFFF;
        margin: 0px 5px 0 0;
        vertical-align: top;
        font-size: 14px !important;
    }
    .euButton {
        height: 0.8rem;
        width: 2.37rem;
        line-height: 1;
        font-family: inherit;
        font-weight: 500;
        color: #ffffff !important;
        text-transform: none;
        padding: 0em 0.5em;
        border: 1px solid transparent;
        border-radius: 0px;
        background: #0129c5;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
        font-size: 14px !important;
    }
    .styledSelect {
        background-color: transparent;
        color: #0129c5 !important;
        padding: 0.26rem 0.3rem !important;
        font-size: 14px !important;
        line-height: 0.25rem;
        height: auto;
        border-radius: 0px !important;
    }
    .divSearcheasySelect {
        padding-left: 18px;
        text-align: center;
        line-height: 0.8rem;
        font-size: 14px !important;
        display: flex;
        position: relative;
        width: auto !important;
        overflow: hidden;
        padding-top: 0em;
        padding-bottom: 0em;
        padding-right: 0em;
    }
    .container-item {
        padding: 0.35rem 0px 0.35rem 16px !important;
    }
    div#TotalContainer {
        margin-top: 20px;
        font-size: 14px !important;
    }
    .optionRow, .container-item {
        font-size: 14px !important;
    }
    .easySelect {
        cursor: default;
        display: block;
        position: relative;
        font-family: inherit;
        color: #666666;
        border: 1px solid #dedede !important;
        border-radius: 0px;
        height: 0.8rem;
        max-width: 3.2rem !important;
        width: 160px !important;
        line-height: 10px;
        font-size: 14px !important;
    }
    .EurolandTools-CommonObjects-Calendar-CalendarIcon {
        background: url(images/calendar.svg) center center no-repeat;
        background-size: contain;
        width: 0.6rem;
        height: 1rem;
        margin: 0;
        transform: translateY(-50%);
        right: 20px;
        top: 50%;
        position: absolute;
    }
    .PressRelease-NewsDate {
        font-size: 14px;
    }
    .PressRelease-NewsTitle {
        font-size: 16px ;
    }
}
@container tool-root (max-width: 1700px) {
    .Pages-PageMarker {
        font-size: 0.18rem;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 0.24rem;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 28px;
    }
    .Pages-PageMarker-Text {
        margin: 6px;
    }
}
@container tool-root (max-width: 1650px) {
    .Pages-PageMarker {
        font-size: 14px;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 0.3rem;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 0.38rem;
    }
    .Pages-PageMarker-Text {
    margin: 6px;
    }
}
@container tool-root (max-width: 1029px) {
    .Pages-PageMarker {
        font-size: 14px;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 0.3rem;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 0.4rem;
    }
    .Pages-PageMarker-Text {
        margin: 2px;
    }
}
@container (max-width: 950px) {
    .Pages-PageMarker {
        font-size: 18px;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 18px;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 0.832rem;
    }
    .Pages-PageMarker-Text {
        margin: 17px;
    }
}
@container tool-root (max-width: 967px) {
    .Pages-PageMarker {
        font-size: 18px;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 18px;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 0.914rem;
    }
    .Pages-PageMarker-Text {
        margin: 16px;
    }
}
@container (min-width: 966px) {
    .Pages-PageMarker {
        font-size: 0.23rem;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 0.3rem;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 36px;
    }
    .Pages-PageMarker-Text {
        margin: 2px;
    }
    a[aria-label="Next page"] {
        background: url(images/Arrow-Right.svg) no-repeat center / contain;
        color: transparent !important;
        background-size: 0.46rem;
    }
    a[aria-label="Previous page"] {
        background: url(images/Arrow-Left.svg) no-repeat center / contain;
        color: transparent !important;
        background-size: 0.46rem;
    }
}
@container (max-width: 965px) {
    .Pages-PageMarker {
        font-size: 18px;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 18px;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 44.8px;
    }
    .Pages-PageMarker-Text {
        margin: 12px;
    }
}
@container tool-root (max-width: 917px) {
    #Periods {
        margin-top: 10px;
    }
}
@container tool-root (max-width: 853px){
    .PressRelease-SingleLine-DataRow {
        position: relative;
        min-height: 1.12rem !important;
        box-sizing: border-box;
        border-bottom: 1px solid #dedede;
        padding: 0.4541rem 0.85rem !important;
        padding-right: 9em !important;
    }
}
@container tool-root (max-width: 847px) {
    .Pages-PageMarker {
        font-size: 18px !important;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 18px !important;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 0.99rem !important;
    }
    .Pages-PageMarker-Text {
        margin: 15px !important;
    }
}
@container tool-root (max-width: 827px) {
    .PressRelease-NewsType, .Tabs-Tab-Container.selected:link, .Tabs-Tab-Container.selected:visited, .Tabs-Tab-Container.selected, .styledSelect, .container-item, #selectAlleasySelect, .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, div#TotalContainer, .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, .euButton {
        font-size: 14px !important;
    }
    .PressRelease-NewsDate {
        font-size: 14px !important;
    }
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput {
        height: 1rem;
        line-height: 0.3rem;
        width: 200px;
        border: 1px solid #dedede;
        border-radius: 0px;
        padding: 0.6em 0.75em;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
        background: #FFFFFF;
        margin: 1px 5px 0 0;
        vertical-align: top;
    }
    .euButton {
        height: 1rem;
        width: 4rem;
    }
    .styledSelect {
        height: 1rem;
        line-height: 0.5rem;
    }
    .easySelect {
        cursor: default;
        display: block;
        position: relative;
        font-family: inherit;
        color: #666666;
        border: 1px solid #dedede !important;
        border-radius: 0px;
        height: 1rem;
        max-width: 3.2rem !important;
        width: 160px !important;
        line-height: 25px;
    }
    .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 {
        width: 4rem;
        padding: 1em 1.5em !important;
        margin: 0 0.75em 0 0;
        border-radius: 30px;
        font-family: inherit;
        color: #666666;
        text-decoration: none;
        border: 1px solid #dedede;
        background: transparent;
        transition: background-color 0.3s, color 0.3s, border-color 0.3s;
        position: relative;
        top: 1px;
        left: 0;
        line-height: 0rem !important;
        height: 0.6rem;
    }
    .divSearcheasySelect {
        padding-left: 18px;
        text-align: center;
        line-height: 0.9rem;
        display: flex;
        position: relative;
        width: auto !important;
        overflow: hidden;
        padding-top: 0em;
        padding-bottom: 0em;
        padding-right: 0em;
    }
    .PressRelease-NewsTitle {
        font-size: 16px !important;
    }
    .NewsColumn-Container .PressRelease-SingleLine-AttachmentsContainer * {
        width: 0.8rem !important;
        height: 0.8rem !important;
    }
    .PressRelease-NewsTitle::before, .PressRelease-NewsTitle:link::before, .PressRelease-NewsTitle:visited::before, .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle::before, .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle:link::before, .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle:visited::before {
        width: 0.48rem;
        height: 0.8rem !important;
    }
    .PressRelease-SingleLine-DataRow {
        position: relative;
        min-height: 1.12rem !important;
        box-sizing: border-box;
        border-bottom: 1px solid #dedede;
        padding: 0.4541rem 0.85rem !important;
        padding-right: 0.85rem;
        padding-right: 2rem !important;
    }
    .Pages-PageMarker {
        margin: 27px !important;
    }
    .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
        font-size: 14px;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 1rem !important;
    }
    #SuppliedBy, .Disclaimer span {
        font-size: 0.35rem !important;
    }
    footer .supply-by > a, #SuppliedBy > a, .footer .supply-by > a, .supplied-box span > a, .footer-info .supply-by span > a, .footer div .hyperlink, .footer-box .supplyby-box .hyperlink, .footer-box .supplied .hyperlink {
        height: 19px;
        width: 2.5rem;
    }
    .Type {
        font-size: 0.4rem;
    }
    .EurolandTools-CommonObjects-Calendar-CalendarIcon {
        background: url("images/calendar.svg") center center no-repeat;
        background-size: auto;
        background-size: contain;
        width: 0.6rem;
        height: 1rem;
        margin: 0;
        transform: translateY(-50%);
        right: 10px;
        top: 50%;
        position: absolute;
    }
    .styledSelect::after {
        content: "";
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-color: #414152 transparent transparent transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-25%);
        right: 0.1rem;
    }
}

@container tool-root (max-width: 812px) {
    #SearchButton {
        cursor: default;
        margin-top: 10px !important;
    }
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput {
        height: 1rem;
        line-height: 0.3rem;
        width: 255px;
        border: 1px solid #dedede;
        border-radius: 0px;
        padding: 0.6em 0.75em;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
        background: #FFFFFF;
        margin: 1px 5px 0 0;
        vertical-align: top;
    }
    #FromCalendarContrainer, #ToCalendarContrainer {
        vertical-align: bottom;
        width: 200px;
        margin-right: 60px;
    }
}
@container tool-root (max-width: 828px) {
    .Pages-PageMarker {
        font-size: 18px !important;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 18px !important;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 44.8px !important;
    }
}
@container tool-root (max-width: 805px) {
    #FromCalendarContrainer, #ToCalendarContrainer {
        margin-top: 10px;
    }
    #SearchBox{
        height: 1rem;
        line-height: 0.3rem;
        width: 100%;
        border: 1px solid #dedede;
        border-radius: 0px;
        padding: 0.6em 0.75em;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
        background: #FFFFFF;
        margin: 1px 5px 0 0;
        vertical-align: top;
    }
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
        height: 1rem;
        line-height: 0.3rem;
        width: 295px;
        border: 1px solid #dedede;
        border-radius: 0px;
        padding: 0.6em 0.75em;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
        background: #FFFFFF;
        margin: 1px 5px 0 0;
        vertical-align: top;
    }
    #FromCalendarContrainer, #ToCalendarContrainer {
        vertical-align: bottom;
        width: 277px;
        margin-right: 22px;
    }
}

@container tool-root (max-width: 800px) {
    .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
        vertical-align: top;
    }
    .HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
        vertical-align: top;
        margin-top: 0px;
    }
}

@container tool-root (max-width: 787px) {
    #SearchContainer {
        width: 100% !important;
        display: block !important;
        box-sizing: border-box;
    }
    .Pages-PageMarker {
        margin: 26px;
    }

    #FromCalendarContrainer {
        margin-top: 10px;
        vertical-align: top;
        width: calc(50% - 5px) !important;
        margin-right: 8px !important;
        display: inline-block;
        box-sizing: border-box;
    }

    #ToCalendarContrainer {
        margin-top: 10px;
        vertical-align: top;
        width: calc(50% - 7px) !important;  
        margin-right: 0 !important;
        display: inline-block;
        box-sizing: border-box;
    }

    #SearchBox {
        height: 1rem;
        line-height: 0.3rem;
        width: 100% !important;
        border: 1px solid #dedede;
        border-radius: 0px;
        padding: 0.6em 0.75em;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
        background: #FFFFFF;
        margin: 1px 0 0 0 !important;
        vertical-align: top;
        box-sizing: border-box;
        display: block;
    }

    .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
        height: 1rem;
        line-height: 0.3rem;
        width: 100% !important;
        max-width: 100% !important;
        border: 1px solid #dedede;
        border-radius: 0px;
        padding: 0.6em 0.75em;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
        background: #FFFFFF;
        margin: 0 !important;
        box-sizing: border-box !important;
        display: block !important;
        min-width: 0 !important;
    }

    .EurolandTools-CommonObjects-Calendar-Selection {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}

@container tool-root (max-width: 782px) {
    #SearchButton {
        margin-top: 0px;
    }
}
@container tool-root (max-width: 840px) {
    .Pages-PageMarker {
        font-size: 18px !important;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 18px !important;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 1rem !important;
    }
    .Pages-PageMarker-Text {
        margin: 15px !important;
    }
}
@container (max-width: 827px) {
    .Pages-PageMarker {
        font-size: 18px !important;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 18px !important;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 1rem !important;
    }
    .Pages-PageMarker-Text {
        margin: -1px !important;
    }
}
@container tool-root (max-width: 733px) {
    #SearchButton {
        margin-top: 10px;
    }
}

@container tool-root (max-width: 740px) {
    .container-item .checkmark:after {
        left: -0.15rem;
        top: -0.1rem;
        width: 0.15rem;
        height: 0.28rem;
        border: 4px solid #0129c5;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .EurolandTools-CommonObjects-Calendar-Navigator-Button {
        font-size: 0.4rem;
    }
    .EurolandTools-CommonObjects-Calendar-Month-DayName {
        font-size: 0.3rem;
    }
    .EurolandTools-CommonObjects-Calendar-Month-DayButton {
        font-size: 0.35rem;
    }
    .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
        font-size: 0.35rem;
        width: 5rem;
    }
}
@container tool-root (max-width: 711px) {
    .Pages-PageMarker {
        font-size: 18px !important;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 18px !important;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 44.8px !important;
    }
    .Pages-PageMarker-Text {
        margin: -2px !important;
    }
}
@container tool-root (max-width: 650px) {
    .PressRelease-SingleLine-AttachmentsContainer {
        position: absolute;
        right: 0;
        transform: translateX(-20px);
        top: 28px;
    }
    .PressRelease-SingleLine-TitleContainer {
        width: 100%;
    }
    .styledSelect {
        padding: 0.8em 1.9em;
    }
    .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 {
        padding: 1em 1.5em !important;
        margin: 0px 0.75em 0 0;
        border-radius: 30px;
        font-family: inherit;
        font-weight: 400;
        text-transform: none;
        color: #666666;
        text-decoration: none;
        border: 1px solid #dedede;
        background: transparent;
        transition: background-color 0.3s, color 0.3s, border-color 0.3s;
        position: relative;
        left: 0;
        height: 0.834rem;
        width: 4rem;
    }
}

@container tool-root (max-width: 600px) {
    .PressRelease-NewsType, .Tabs-Tab-Container.selected:link, .Tabs-Tab-Container.selected:visited, .Tabs-Tab-Container.selected, .styledSelect, .container-item, #selectAlleasySelect, .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, div#TotalContainer, .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, .euButton {
        font-size: 0.38rem !important;
    }
    .PressRelease-NewsDate {
        font-size: 14px !important;
    }
}
@container tool-root (max-width: 633px) {
    .Pages-PageMarker {
        font-size: 18px !important;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 18px !important;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 44.8px !important;
    }
}
@container tool-root (max-width: 599px) {
    .Pages-PageMarker {
        font-size: 18px !important;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 18px !important;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 1.43rem!important;
    }
    .Pages-PageMarker-Text {
        margin: -4px !important;
    }
}
@container tool-root (max-width: 500px) {
    .Pages-PageMarker {
        font-size: 18px !important;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 18px !important;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 1.43rem!important;
    }
    .Pages-PageMarker-Text {
        margin: -5px !important;
    }
}
@container tool-root (max-width: 490px) {
    .Pages-PageMarker {
        font-size: 18px !important;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 0.68rem !important;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 1.265rem!important;
    }
    .Pages-PageMarker-Text {
        margin: -6px !important;
    }
}
@container tool-root (max-width: 480px) {
    .Pages-PageMarker-Text {
        margin: 0px !important;
    }
}
@container tool-root (max-width: 472px) {
    .Pages-PageMarker {
        margin: 20px !important;
    }
}

@container tool-root (max-width: 468px) {
    #SearchContainer {
        flex-direction: column;
    }
    #Periods{
        margin-top: 0px !important;
    }
    footer .supply-by > a, #SuppliedBy > a, .footer .supply-by > a, .supplied-box span > a, .footer-info .supply-by span > a, .footer div .hyperlink, .footer-box .supplyby-box .hyperlink, .footer-box .supplied .hyperlink {
        height: 19px;
        width: 3.2rem;
        display: inline-block;
        text-overflow: hidden;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
    }
    .PressRelease-NewsDate, 
    .PressRelease-NewsType, 
    .Tabs-Tab-Container.selected:link, 
    .Tabs-Tab-Container.selected:visited, 
    .Tabs-Tab-Container.selected, .styledSelect, .container-item, #selectAlleasySelect,
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, div#TotalContainer,
    .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: 0.36rem !important;
    }
    .PressRelease-NewsType, .Tabs-Tab-Container.selected:link, .Tabs-Tab-Container.selected:visited, .Tabs-Tab-Container.selected, .styledSelect, .container-item, #selectAlleasySelect, .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, div#TotalContainer, .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, .euButton {
        font-size: 0.6rem !important;
    }
    .PressRelease-NewsDate {
        font-size: 14px !important;
    }
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, .euButton {
        height: 1.5rem;
        line-height: 0.5rem !important;
    }
    .Pages-SelectedPageMarker, .Pages-SelectedPageMarker:hover, .Pages-SelectedPageMarker:active {
        font-size: 0.6rem !important;
    }
    .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
        font-size: 0.68rem !important;
    }
    .Pages-Arrow, .Pages-PageMarker {
        padding-bottom: 0px;
    }
    .PressRelease-NewsTitle {
        font-size: 16px !important;
    }
    .PressRelease-SingleLine-DataRow {
        padding: 0.4541rem 0.4rem !important;
        padding-right: 2rem !important;
    }
    .PressRelease-NewsTitle::before, .PressRelease-NewsTitle:link::before, 
    .PressRelease-NewsTitle:visited::before, .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle::before,
    .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle:link::before,
    .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle:visited::before  {
        width: 0.8rem;
        height: 0.5rem;
    }
    .Pages-PageMarker {
        margin: 14px;
    }
    .NewsColumn-Container .PressRelease-SingleLine-AttachmentsContainer * {
        width: 1.2rem !important;
        font-size: 0.3rem !important;
        height: 1.1rem !important;
    }
    #SuppliedBy, .Disclaimer span {
        font-size: 0.4rem !important;
    }
    .easySelect {
        height: 1.3rem;
    }
    .styledSelect {
        line-height: 0.6rem;
    }
    .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 {
        padding: 1em 1.5em !important;
        height: 1rem;
        width: 5rem;
    }
    .Type {
        font-size: 0.55rem;
    }
    .styledSelect::after {
        content: "";
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-color: #414152 transparent transparent transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-25%);
        right: 0.1rem;
    }
    .EurolandTools-CommonObjects-Calendar-Month-DayName {
        font-size: 0.55rem;
    }
    .EurolandTools-CommonObjects-Calendar-Month-DayButton {
        font-size: 0.6rem;
    }
    .EurolandTools-CommonObjects-Calendar-Navigator-Button {
        font-size: 0.7rem;
    }
    .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
        font-size: 0.6rem;
        width: 10rem;
    }
}

@container tool-root (max-width: 436px) {
    #SearchContainer {
        flex-direction: column;
    }
    #Periods{
        margin-top: 20px !important;
    }
    .EurolandTools-CommonObjects-Calendar-CalendarIcon {
        width: 1rem;
        height: 20px;
        right: 10px;
    }
    footer .supply-by > a, #SuppliedBy > a, .footer .supply-by > a, .supplied-box span > a, .footer-info .supply-by span > a, .footer div .hyperlink, .footer-box .supplyby-box .hyperlink, .footer-box .supplied .hyperlink {
        font-size: 0.3rem !important;
    }
    .PressRelease-NewsDate, 
    .PressRelease-NewsType, 
    .Tabs-Tab-Container.selected:link, 
    .Tabs-Tab-Container.selected:visited, 
    .Tabs-Tab-Container.selected, .styledSelect, .container-item, #selectAlleasySelect,
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, div#TotalContainer,
    .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: 0.36rem !important;
    }
    .PressRelease-NewsType, .Tabs-Tab-Container.selected:link, .Tabs-Tab-Container.selected:visited, .Tabs-Tab-Container.selected, .styledSelect, .container-item, #selectAlleasySelect, .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, div#TotalContainer, .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, .euButton {
        font-size: 0.62rem !important;
    }
    .PressRelease-NewsDate {
        font-size: 14px !important;
    }
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, .euButton {
        height: 1.5rem;
        line-height: 0.5rem !important;
    }
    .Pages-SelectedPageMarker, .Pages-SelectedPageMarker:hover, .Pages-SelectedPageMarker:active {
        font-size: 0.7rem !important;
    }
    .PressRelease-NewsTitle {
        font-size: 16px !important;
    }
    .PressRelease-SingleLine-DataRow {
        padding: 0.8rem 0.4rem !important;
        padding-right: 2rem !important;
    }
    .PressRelease-NewsTitle::before, .PressRelease-NewsTitle:link::before, 
    .PressRelease-NewsTitle:visited::before, .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle::before,
    .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle:link::before,
    .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle:visited::before  {
        width: 0.8rem;
        height: 0.6rem;
    }
    .NewsColumn-Container .PressRelease-SingleLine-AttachmentsContainer * {
        width: 1.2rem !important;
        font-size: 0.3rem !important;
        height: 1.2rem !important;
    }
    #SuppliedBy, .Disclaimer span {
        font-size: 0.48rem !important;
    }
    .easySelect {
        height: 1.3rem;
    }
    .styledSelect {
        line-height: 0.5rem;
    }
}

@container tool-root (max-width: 400px) {
    #SearchContainer {
        flex-direction: column;
    }
    #Periods{
        margin-top: 20px !important;
    }
    .EurolandTools-CommonObjects-Calendar-CalendarIcon {
        width: 1rem !important;
    }
    footer .supply-by > a, #SuppliedBy > a, .footer .supply-by > a, .supplied-box span > a, .footer-info .supply-by span > a, .footer div .hyperlink, .footer-box .supplyby-box .hyperlink, .footer-box .supplied .hyperlink {
        font-size: 0.3rem !important;
    }
    .PressRelease-NewsDate, 
    .PressRelease-NewsType, 
    .Tabs-Tab-Container.selected:link, 
    .Tabs-Tab-Container.selected:visited, 
    .Tabs-Tab-Container.selected, .styledSelect, .container-item, #selectAlleasySelect,
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, div#TotalContainer,
    .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: 0.36rem !important;
    }
    .PressRelease-NewsDate, .PressRelease-NewsType, .Tabs-Tab-Container.selected:link, .Tabs-Tab-Container.selected:visited, .Tabs-Tab-Container.selected, .styledSelect, .container-item, #selectAlleasySelect, .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, div#TotalContainer, .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, .euButton {
        font-size: 0.68rem !important;
    }
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput, .euButton {
        height: 1.6rem;
        line-height: 0.6rem !important;
    }
    .Pages-SelectedPageMarker, .Pages-SelectedPageMarker:hover, .Pages-SelectedPageMarker:active {
        font-size: 0.5rem !important;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 1.42rem !important;
    }
    .PressRelease-NewsTitle {
        font-size: 0.74rem !important;
    }
    .PressRelease-SingleLine-DataRow {
        padding: 0.8rem 0.4rem !important;
        padding-right: 2.5rem !important;
    }
    .PressRelease-NewsTitle::before, .PressRelease-NewsTitle:link::before, 
    .PressRelease-NewsTitle:visited::before, .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle::before,
    .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle:link::before,
    .PressRelease-SingleLine-DataRow:hover .PressRelease-NewsTitle:visited::before  {
        width: 0.8rem;
        height: 0.6rem;
    }
    .NewsColumn-Container .PressRelease-SingleLine-AttachmentsContainer * {
        width: 1.2rem !important;
        font-size: 0.3rem !important;
        height: 1.2rem !important;
    }
    #SuppliedBy, .Disclaimer span {
        font-size: 0.48rem !important;
    }
    .easySelect {
        height: 1.3rem;
    }
    .styledSelect {
        line-height: 0.55rem;
    }
    .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 {
        padding: 1em 1.5em !important;
        margin: 0px 0.75em 0 0;
        border-radius: 30px;
        font-family: inherit;
        font-weight: 400;
        text-transform: none;
        color: #666666;
        text-decoration: none;
        border: 1px solid #dedede;
        background: transparent;
        transition: background-color 0.3s, color 0.3s, border-color 0.3s;
        position: relative;
        left: 0;
        height: 0.834rem;
        width: 5.5rem;
    }
    .Type {
        font-size: 0.58rem;
    }
}


@container tool-root (max-width: 410px) {
    .PressRelease-SingleLine-AttachmentsContainer {
        top: 20px;
        transform: translateX(-20px); 
    }

    .NewsColumn-Container .PressRelease-SingleLine-AttachmentsContainer * {
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        margin-top: 1px;
        position: relative;
    }
    .PressRelease-SingleLine-DataRow .PressRelease-NewsType {
        margin: 0px;
        position: relative;
    }
}

@container tool-root (max-width: 465px) {
    #SearchContainer {
        width: 100% !important;
    }
    .easySelect {
        width: 129px !important;
    }
}
@container tool-root (max-width: 392px) {
    .Pages-PageMarker {
        margin: 18px !important;
    }
}
@container tool-root (max-width: 389px) {
    .Pages-PageMarker-Text {
        margin: 0px !important;
    }
}

@container tool-root (max-width: 370px) {
    .Pages-PageMarker-Text {
        margin: 0px !important;
    }
}
@container tool-root (max-width: 360px) {
    .Pages-PageMarker-Text {
        margin:-2px !important;
    }
}
@container tool-root (max-width: 345px) {
    .Pages-PageMarker-Text {
        margin: 4px !important;
    }
}
@container tool-root (max-width: 350px) {
    #FromCalendarContrainer, #ToCalendarContrainer, #SearchButton {
        width: 32.50%;
    }
    #SearchContainer {
        width: 100% !important;
    }
    #SearchBox {
        width: 100% !important;
    }
    .easySelect {
        width: 129px !important;
    }
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
        display: block;
        width: 100% !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 {
        padding: 1.1em 1.5em !important;
        margin: 0px 0.25em 0 0;
        line-height: 24px;
    }
    .PressRelease-SingleLine-TypeContainer {
        width: 100%;
    }
    .PressRelease-NewsTitle::before,
    .PressRelease-NewsTitle:link::before,
    .PressRelease-NewsTitle:visited::before {
        content: "";
        display: inline-block;
        background-image: url("images/box normal gray.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .Pages td {
        width: auto;
        padding: 0px;
        line-height: normal;
    }
}
@container tool-root (max-width: 353px) {
    .Pages-PageMarker {
        font-size: 15.6px !important;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 1.45rem !important;
    }
}
@container tool-root (max-width: 340px){
    .PressRelease-SingleLine-DataRow {
        padding-top: 0;
        position: relative;
        min-height: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .EurolandTools-CommonObjects-Calendar-Navigator-Button {
        font-size: 0.7rem;
    }
    .EurolandTools-CommonObjects-Calendar-Month-DayName {
        font-size: 0.55rem;
    }
    .EurolandTools-CommonObjects-Calendar-Month-DayButton {
        font-size: 0.65rem;
    }
    .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
        font-size: 0.65rem;
        width: 10rem;
    }
}

@container tool-root (max-width: 345px) {
    .Pages-PageMarker {
        margin: 12px !important;
    }
}
@container tool-root (max-width: 334px) {
    .Pages-PageMarker {
        font-size: 16.3359px !important;
    }
    span.Pages-SelectedPageMarker.Pages-PageMarker {
        font-size: 16.3359px;
    }
    .Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active {
        font-size: 1.5471rem;
    }
    .Pages-PageMarker-Text {
        margin: 2px !important;
    }
}
@container tool-root (max-width: 330px){
    .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
        font-size: 0.65rem;
        width: 10rem !important;
    }
}

@container tool-root (max-width: 412px){
    .Pages td {
        width: auto;
        padding: 0px;
        line-height: normal;
    }
}

@container tool-root (max-width: 370px) {
    .Pages-PageMarker {
        /*! margin: 18px; */
    }
    .EurolandTools-CommonObjects-Calendar-Navigator-Button {
        font-size: 0.7rem;
    }
    .EurolandTools-CommonObjects-Calendar-Month-DayName {
        font-size: 0.55rem;
    }
    .EurolandTools-CommonObjects-Calendar-Month-DayButton {
        font-size: 0.65rem;
    }
    .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
        font-size: 0.65rem;
        width: 9rem;
    }
}

@container tool-root (max-width: 320px){
    .PressRelease-SingleLine-DataRow {
        padding-top: 0;
        position: relative;
        min-height: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@container tool-root (max-width: 303px) {
    .Pages-PageMarker {
        margin: 10px !important;
    }
}

@container tool-root (max-width: 375px) {
    .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 {
        margin-bottom: 5px;
    }
}


html[lang="zh-CN"] *,
html.zh-CN * {
    font-family: NotoSansSC-Regular, 'HarmonyOS_Sans_SC_Regular', Arial, Verdana, sans-serif !important;
}

html[lang="en-GB"] *,
html.en-GB * {
    font-family: NotoSansSC-Regular, 'HarmonyOS_Sans_SC_Regular', Arial, Verdana, sans-serif !important;
}

html[lang="zh-TW"] *,
html.zh-TW * {
    font-family: 'SourceHanSansCN', 'HarmonyOS_Sans_SC_Medium', Microsoft YaHei, Arial, Verdana, sans-serif !important;
}