/*sec-investor-start*/
.sec-investor .mpact-gap-60 {
    gap: 60px;
}

.sec-investor .invest-left-content {
    max-width: 540px;
    width: 48%;
    padding-left: 100px;
}

.sec-investor .invest-left-content .mpact-title {
    max-width: 392px;
    width: 100%;
}

.sec-investor .invest-left-content .mpact-text {
    margin-top: 20px;
}

/*sec-investor-end*/


/*sec-subscribe-start*/

.sec-subscribe .subscribe-content {
    /* max-width: 517px; */
    width: 49%;
    padding-left: 100px;
}

.sec-subscribe .subscribe-form {
    padding: 40px 0;
    /* max-width: 400px; */
    width: 49%;
    padding-right: 100px;
}

.sec-subscribe .subscribe-form input {
    box-sizing: border-box;
    border: none;
    display: block;
    max-width: 470px;
    margin-right: 20px;
    width: 88%;
    padding: 10px 24px;
    background-color: #E7E8DE80;
    border-radius: 75px;
    font-size: 16px;
    color: #9E9E9E;
    font-family: var(--font);
}

.sec-subscribe .subscribe-form input::placeholder {
    font-style: italic;
    font-family: var(--font);
    color: #9E9E9E;
}

.sec-subscribe .subscribe-form .subscribe-btn {
    margin-top: 0px;
    margin-bottom: 0px;
}

.sec-subscribe .report-list {
    padding: 0;
    margin: 0;
}

.subscribe-section {
    padding: 50px 0;
    background-color: #E7E8DE;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.subscribe-section .report-list{
    padding: 0;
}

.subscribe-section .report-list li {
    width: 32%;
    border: 1px solid #2b2b2a;
    border-radius: 20px;
    padding: 24px 32px;
    column-gap: 15px;
    box-sizing: border-box;
}
.subscribe-section .report-list li .img-blk{
    aspect-ratio: 29 / 37;
    width: 25%;
}

.subscribe-section .report-list li .img-blk img {
    width: 94px;
    height: 121px;
    object-fit: contain;
}
.subscribe-section .report-list li .new-txtblk{
    width: 72%;
}

.subscribe-section .report-list li .new-txtblk .mpact-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subscribe-section .report-list .mpact-text p {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
}

.subscribe-section .report-list .mpact-text a{
    font-size: 16px;
    font-weight: 500;
    color: #2b2b2a;
}

.subscribe-section .report-list .mpact-text a:hover{
    color: var(--primary-color);
}

/*subscribe-section-start*/

/*sec-newsroom-start*/
.sec-newsroom .mpact-article .article-content {
    flex: unset;
}

.sec-newsroom {
    max-width: 541px;
    width: 50%;
}

.event-list {
    max-width: 629px;
    width: 50%;
}

.mpact-gap-70 {
    gap: 70px;
}

.event-date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
    height: 100px;
    font-size: 20px;
    padding: 0 28px;
    box-sizing: border-box;
    font-weight: 700;
    font-family: var(--font);
    color: #009CA5;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 16px;
    text-align: center;
}

/* .sec-upcoming .mpact-article .article-text,
.sec-latest .mpact-article .article-text {
    font-size: 20px;
} */

.sec-latest .uk-list-divider>:nth-child(n+2),
.sec-upcoming .uk-list-divider>:nth-child(n+2) {
    margin-top: 12px;
    /* padding-top: 0px; */
    /* border-top: unset; */
}

.sec-latest .mpact-article,
.sec-upcoming .mpact-article {
    /* padding: 0; */
    gap: 24px;
}

.sec-upcoming .mpact-list ul li .mpact-article {
    padding-bottom: 10px;
}

.sec-latest .mpact-article .article-content,
.sec-upcoming .mpact-article .article-content {
    flex: unset;
}

/*sec-newsroom-end*/

.subscribe-oval.oval-content{
    max-width: 823px;
    width: 45%;
}

/*sec-contact-start*/
.sec-contact{
    background-color: #333333E5;
}
.sec-contact .contact-description {
    max-width: 373px;
    width: 31%;
    color: #ffffff;
}

.sec-contact .contact-description .contact-info {
    margin-top: 48px;
}

.sec-contact .contact-description .mpact-title p {
    margin-bottom: 20px;
}

.sec-contact .contact-description .mpact-sub-title p {
    font-size: 20px;
    margin-bottom: 20px;
}

.sec-contact .contact-description .mpact-text.white a {
    color: #ffffff;
}

.sec-contact .contact-form {
    max-width: 610px;
    width: 50%;
}

.sec-contact .input-gp {
    margin-bottom: 20px;
}

.sec-contact .input-gp label {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-family: var(--font);
}

.sec-contact .input-gp .input {
    width: 100%;
    border: none;
    outline: none;
    background-color: #ffffff;
    height: 44px;
    padding: 10px 24px;
    box-sizing: border-box;
    border-radius: 15px;
    font-family: var(--font);
}

.sec-contact textarea {
    min-height: 88px;
}

.sec-contact .custom-span {
    color: #CAD2D3;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    display: block;
    font-family: var(--font);
}

.sec-contact .custom-span a{
    color: var(--primary-color);
}

.sec-contact input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #CAD2D3;
    background-color: transparent;
    cursor: pointer;
    margin: -4px;
    border-radius: 5px;
}
.mb-uk-flex-wrap{
    flex-wrap: nowrap;
}

.mpact-title-actions span svg path{
    stroke: var(--primary-color);
}

.email-txt a{
    color: var(--primary-color);
}

.email-txt span{
    border-bottom: 1px solid var(--primary-color);
}

@media screen and (max-width: 1370px) and (min-width: 1280px) {
    .oval-content .oval-info-section {
        column-gap: 50px;
    }
    .oval-content .oval-info-section .amount {
        font-size: 26px;
    }
    .oval-content .oval-info-section .sub-amount {
        font-size: 20px;
    }
    /* .sec-investor.content-wrapper.y-padding{
        padding-bottom: 0;
    }
    .sec-investor .invest-left-content{
        max-width: 100%;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }
    .sec-investor .oval-content{
        max-width: 100%;
        width: 100%;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
        padding: 50px 100px 50px 100px;
    }
    .sec-investor .mb-uk-flex-wrap{
        flex-wrap: wrap;
    }
    .sec-investor .oval-content .oval-info-section {
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
    } */
}

/* @media screen and (max-width: 1279.9px) and (min-width: 960px){
    .sec-investor .mb-uk-flex-wrap{
        flex-wrap: wrap;
    }
    .sec-investor .invest-left-content{
        width: 100%;
        max-width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }
    .sec-investor .oval-content .oval-info-section{
        grid-template-columns: repeat(2, 1fr);
    }
    .sec-investor .oval-content{
        max-width: 100%;
        width: 100%;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
        padding: 50px 100px 50px 100px;
    }
    .sec-investor.content-wrapper.y-padding{
        padding-bottom: 0;
    }
    .sec-newsroom {
        max-width: 100%;
        width: 100%;
    }
    .mb-uk-flex-wrap{
        flex-wrap: wrap;
    }
    .event-list {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .sec-newsroom .mpact-list {
        border-bottom: 1px solid #e5e5e5;
    }

    .sec-upcoming .mpact-list {
        border-bottom: 1px solid #e5e5e5;
    }
    .subscribe-section .subscribe-content {
        max-width: 100%;
        width: 100%;
    }
} */


 /*@media screen and (max-width: 1280px) and (min-width: 960px) {
    .subscribe-section .report-list li {
        max-width: 282px;
        width: 48%;
        border: 1px solid #C6C6C699;
        border-radius: 20px;
        padding: 24px 18px;
        column-gap: 15px;
        box-sizing: border-box;
    }

    .subscribe-oval.oval-content{
        max-width: 100%;
        width: 52%;
        padding: 50px 65px;
        display: flex ;
        flex-direction: column;
        gap: 20px;
    }
    
    .subscribe-oval .button{
        padding: 10px 14px;
    }
} */

/*sec-contact-end*/

@media screen and (max-width: 1279.9px) {
    .sec-investor .oval-content {
        padding: 50px 28px 100px 28px;
    }

    .sec-investor.content-wrapper.y-padding{
        padding-bottom: 0;
    }

    .sec-investor .invest-left-content{
        width: 100%;
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }

    .sec-investor .oval-content .oval-info-section{
        grid-template-columns: repeat(2, 1fr);
    }

    .sec-investor .invest-left-content .mpact-title {
        max-width: 100%;
    }
    /*sec-newsroom-start*/
    .sec-list .mpact-gap-70{
        gap: 50px;
    }
    .sec-newsroom {
        max-width: 100%;
        width: 100%;
    }
    .event-list {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    /* .sec-latest .mpact-article, .sec-upcoming .mpact-article{
        padding: 0 0 30px 0;
    } */
    /* .sec-latest .uk-list-divider>:nth-child(n+2), .sec-upcoming .uk-list-divider>:nth-child(n+2){
        margin-top: 0;
    } */

    .sec-newsroom .mpact-article .article-content {
        flex-grow: 1;
    }
    .sec-latest .mpact-article .article-content, .sec-upcoming .mpact-article .article-content {
        flex-grow: 1;
    }

    .sec-upcoming .mpact-article .article-text, .sec-latest .mpact-article .article-text{
         font-size: 16px;
    }
    .event-date{
        font-size: 14px;
    }

    .sec-newsroom .mpact-list{
        border-bottom: 1px solid #e5e5e5;
    }

    .sec-upcoming .mpact-list{
        border-bottom: 1px solid #e5e5e5;
    }
     /*sec-newsroom-end*/


     /*sec-subscribe-start*/
    .sec-subscribe .subscribe-content {
        max-width: 100%;
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }
    .sec-subscribe .subscribe-form {
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        padding-top: 20px;
        padding-bottom: 40px;
        flex-wrap: wrap;
    }
    .sec-subscribe .subscribe-form .subscribe-btn{
        margin-left: auto;
        margin-top: 20px;
    }
    .sec-subscribe .subscribe-form input{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .sec-subscribe .subscribe-content .subscribe-form {
        padding: 30px 0 50px 0;
        max-width: 100%;
        width: 100%;
    }

    .sec-subscribe.content-wrapper.y-padding {
        padding-bottom: 0px;
    }

    .subscribe-section {
        padding: 50px 0;
        background-color: #E7E8DE;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .subscribe-section .report-list{
        gap: 30px;
        margin: 20px 0 0 0;
    }

    .subscribe-section .report-list li {
         width: 100%;
         max-width: 100%;
         padding: 22px 15px;
    }
    .subscribe-section .report-list li .img-blk{
        width: 94px;
    }
      
    .subscribe-section .report-list li .new-txtblk {
        width: 90%;
    }
    /* .subscribe-section .report-list li .img-blk img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
        height: 100%;
    } */
    /*sec-subscribe-end*/

    /*sec-contact-start*/
    .sec-contact .contact-description{
        width: 100%;
        max-width: 100%;
    }
    .sec-contact .contact-description .contact-info{
        margin-top: 30px;
    }
    .sec-contact .contact-form {
        width: 100%;
        max-width: 100%;
        padding: 30px 0;
    }

    .sec-contact .input-gp.custom-width{
        width: 49%;
    }

    .sec-contact .contact-description .mpact-sub-title p{
         font-size: 16px;
    }    

    .mb-uk-flex-wrap{
      flex-wrap: wrap;
    }
    .contact-form .mpact-gap-40{
        gap: 0;
    }
    /*sec-contact-end*/
}

@media screen and (max-width: 959.9px){
    .sec-contact .input-gp.custom-width{
        width: 100%;
    }
}

.uk-navbar-item.uk-logo {
    width: 124px;
    max-width: 160px !important;
    margin-right: 0;
}
.mega-menu-left .uk-navbar-nav {
    gap: 16px;
}
.mega-menu-right .uk-navbar-nav {
    align-items: center;
    margin-right: 6px;
    gap: 16px;
}
.mega-menu-right .uk-navbar-nav li:last-child {
    width: 80px;
    height: 32px;
    background-image: url(/assets/images/visit-mapletree-logo-hr.webp);
    background-size: 80px 32px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    color: transparent;
    text-indent: -9999px;
    overflow: hidden;
    background-color: transparent;
}
.nav-search {
    padding-left: 6px;
}
ul.mobile-nav-menu.mobile-nav-secondary-menu {
    margin-bottom: 70px;
}
ul.mobile-nav-menu.mobile-nav-secondary-menu li:last-child {
    position: absolute;
    top: calc(100% + 10px);
    overflow: hidden;
    width: 100px;
}
ul.mobile-nav-menu.mobile-nav-secondary-menu li:last-child a {
    color: transparent;
    line-height: 51.42px;
}
ul.mobile-nav-menu.mobile-nav-secondary-menu li:last-child a::after {
    content: '';
    position: absolute;
    background-image: url(/assets/images/visit-mapletree-mobile-logo-hr-v2.webp);
    inset: 0;
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: center left;
}

.footer-main-left {
    width: 1100px;
}
.footer--menu-sub-row, 
.footer--menu-sub-row > .wp-block-columns {
    width: 100%;
}

@media screen and (max-width: 959px) {
    .footer-main-left > .wp-block-group-is-layout-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .footer-2col-menu-item {
        grid-column: span 2;
    }
}

/* financial page */
.financial-tabs-wrapper{
    align-items: flex-start;
}
.financial-tabs-wrapper .mpact-component{
    padding: 30px  0;
}

.financial-tabs-wrapper .rounded-tabs ul {
    margin: 0 0px;
}

.financial-tabs-wrapper .data-table tbody tr td a span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    color: var(--primary-color);
}

.financial-tabs-wrapper .data-table tbody tr td a{
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    font-family: var(--font);
    padding-right: 10px;
    display: block;
}
.financial-tabs-wrapper .data-table tbody tr td:first-child {
    max-width: 720px;
    width: 17%;
}
.financial-tabs-wrapper .data-table tbody tr td{
    padding: 16px 0;
}

.financial-tabs-wrapper .data-table tbody tr td a span::after {
    content: "";
    background-color: var(--primary-color); /* Your desired icon color */
    -webkit-mask: url(../../assets/images/icons/mpact-right-arrow.svg) no-repeat center;
    mask: url(../../assets/images/icons/mpact-right-arrow.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    display: block;
    width: 7px;
    height: 12px;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 4px;
    vertical-align: middle;
}

.financial-tabs-wrapper .data-table thead tr th {
    border-bottom: 2px solid var(--primary-color);
    text-align: left;
    font-family: var(--font);
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    padding: 0;
    text-transform: none;
    font-weight: 700;
}

.financial-tabs-wrapper .data-table tbody tr td div > span{
    color: rgba(51, 51, 51, .502);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font);
    display: block;
    margin-bottom: 10px;
}

@media (676px > width) {
    .financial-tabs-wrapper .rounded-tab-mobile-indicator {
        padding: 0;
    }
    .financial-tabs-wrapper .rounded-tabs-wrapper-content {
        gap: 40px;
    }

    .financial-tabs-wrapper .mpact-select-wrapper {
        min-width: 120px;
    }

    .financial-tabs-wrapper .rounded-tab-mobile-indicator .tab-mobile-indicator{
        max-width: 88px;
    }
}

/* Stock Information page */
.content-wrapper.stock-information {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    box-sizing: border-box;
}
.stock-information-items {
    gap: 16px;
}
.stock-information-item {
    flex-basis: 284px;
    padding: 32px 24px;
    gap: 14px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #F6F6F4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
p.si-label {
    font-size: clamp(14px, 3vw, 20px);
    font-weight: 500;
    line-height: 1.22;
    color: #33333380;
}
p.si-value {
    font-size: clamp(24px, 3vw, 26px);
    font-weight: 700;
    line-height: 1.22;
    color: var(--primary-color);
}
/* p.si-value.text-size{
    font-size: clamp(24px, 3vw, 26px); 
} */
.upp-content-left {
    padding: 0px 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.upp-content-oval {
    width: 100%;
    /* padding: 0 100px 0 120px; */
    box-sizing: border-box;
}
.upp-content-oval table{
    width: 100%;
    border-collapse: collapse; 
    text-align: center;
    border: 1px solid #dee2e6;
}
.upp-content-oval table .label {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}
.upp-content-oval table tr th,.upp-content-oval table tr td{
    padding: 10px 0;
}
.upp-content-oval table tr td{
    border: 1px solid #6964647d;
}
.upp-content-oval table tr td {
    padding: 10px 20px;
    text-align: left;
    min-width: 100px;
}


p.amount[class*=stock-] {
    display: flex;
    gap: 16px;
}
p.amount.stock-up:not(.stock-down) span img:last-child {
    display: none;
}
p.amount.stock-down:not(.stock-up) span img:first-child {
    display: none;
}
.stock-information-graph.content-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    box-sizing: border-box;
}
.si-graph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1370px) and (min-width: 1280px) {
.upp-content-oval.oval-content {
    width: 100%;
    max-width: 748px;
    box-sizing: border-box;
}
}
@media (1390px > width)  {
    /* .upp-content-oval.oval-content {
        max-width: 100%;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
        padding: 50px 50px;
    }
    .upp-content-oval.oval-content .oval-info-section {
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
    }
    .unit-price-performance.full-width {
        padding: 0 28px;
        margin: 0 auto;
        max-width: 1240px;
    }
    .upp-content-left{
        padding: 50px 0 50px 0;
    }
    .upp-content-left .mpact-title {
        max-width: 100%;
    } */
}

@media (1279.9px > width) {
    .stock-information-item {
        flex-basis: 48.7%;
    }

    .upp-content-oval.oval-content {
        max-width: 100%;
        padding: 50px 28px 50px 28px;
        border-radius: 20px;
    }

    .upp-content-left {
        padding: 0 0 30px 0;
    }

    .upp-content-oval.oval-content .oval-info-section {
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
    }
}

@media (676px > width) {
    .content-wrapper.stock-information {
        padding-top: 50px;
        padding-bottom: 30px;
        gap: 20px;
    }
    .stock-information-items {
        gap: 16px;
    }
    .stock-information-item {
        /* flex-basis: 179px; */
        flex-basis: 47.49%;
        padding: 32px 18px;
    }
    .content-wrapper.content-box.stock-information {
        box-sizing: border-box;
    }
    .upp-content-left {
        padding: 30px 0;
    }
    .content-wrapper.content-box.stock-information-graph {
        box-sizing: border-box;
    }
    .upp-content-oval{
        overflow-x: auto;
        max-width: 100%;
    }
    .upp-content-oval table{
        min-width: 600px;
    }
    /* .upp-content-oval.oval-content .oval-info-section {
        display: grid;
        grid-template-areas: 'lastDone volume' 'change sgx' 'intraDayHigh intraDayLow';
        grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
    }
    .upp-content-oval.oval-content .oval-info-section li:nth-child(1) { grid-area: lastDone; }
    .upp-content-oval.oval-content .oval-info-section li:nth-child(2) { grid-area: change; }
    .upp-content-oval.oval-content .oval-info-section li:nth-child(3) { grid-area: volume; }
    .upp-content-oval.oval-content .oval-info-section li:nth-child(4) { grid-area: intraDayHigh; }
    .upp-content-oval.oval-content .oval-info-section li:nth-child(5) { grid-area: intraDayLow; }
    .upp-content-oval.oval-content .oval-info-section li:nth-child(6) { grid-area: sgx; }
    p.amount[class*=stock-] { gap: 8px; }
    .oval-content .oval-info-section .amount span {
        width: 18px;
    } */
}

@media (374.9px > width) {
    .stock-information-item {
        flex-basis: 46.49%;
        padding: 32px 18px;
    }
    p.si-value {
        font-size: 19px;
    }
}

/* newsroom */
.rounded-tabs.newsroom-tabs ul li {
    box-sizing: border-box;
    min-width: 300px;
}
.investor-resources-filters{
    display: block;
}
.ir-filters-left {
    flex: 1;
    padding-bottom: 30px;
}
.ir-data-list li .mpact-article.ir-data-item {
    padding: 20px 0px;
}
@media (720px > width) {
    .content-wrapper.ir-content-wrapper:not(.full-width) {
        padding: 0;
    }
    .investor-resources-filters {
        flex-direction: column;
    }
    .ir-filters-left {
        width: 100%;
        flex: unset;
        box-sizing: border-box;
    }
    .ir-filters-right {
        width: 100%;
        box-sizing: border-box;
    }
}

/* distributon-report-card - start */
.distribution-report-cards {
    gap: 32px;
}
.distribution-report-card {
    padding: 32px 24px;
    border-radius: 12px;
    background: #E7E8DE;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 0 31.53%;
}
p.drc-label {
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 1.22;
    color: #33333380;
}
p.drc-value {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    line-height: 1.22;
    color: var(--color-dark);
}
/* distributon-report-card - end */
/* distribution-history - start */
.distribution-content{
    padding-bottom: 50px;
}
.mpact-distribution-history {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #ffffff;
    flex-basis: 19.3%;
    box-sizing: border-box;
    border: 1px solid var(--primary-color);
    border-radius: 12px;
}
.mpact-gap-10 {
    gap: 0.8%;
}
.dh-label {
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 1.22;
    color: #33333380;
}
.dh-value {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.22;
    color: var(--color-dark);
}
#distribution-history-more-info-trigger.expended span:last-child {
    transform: scaleY(-1);
}
/* distribution-history - end */
/* tax-refund-procedure - start */
.tax-refund-procedure .section-box-left {
    max-width: 900px;
    box-sizing: border-box;
}
.tax-refund-procedure a.button.button-primary {
    min-width: 159px;
}
.tax-refund-procedure a.button.button-primary {
    padding: 10px 37.74px;
}

/* tax-refund-procedure - end */
/* distribution-reinvestment-plan - start */
.distribution-reinvestment-plan .section-box-left {
    max-width: 900px;
    box-sizing: border-box;
}

.mpact-title-actions span svg path{
    stroke: var(--primary-color);
}

.drp-container {
    display: flex;
    margin-top: 32px;
    background: #C5C7AF33;
    border-radius: 24px;
    padding: 48px 50px;
}

.drp-content-ttl{
    font-weight: 700;
}

.drp-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.drp-item:first-child .drp-content {
    padding-top: 0;
}
.drp-content {
    display: flex;
    column-gap: 88px;
    justify-content: space-between;
    padding: 32px 0;
    border-bottom: 1px solid #E7E8DE;
}

.drp-content-left {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.drp-content-right {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.drp-date-time {
    text-align: right;
}

.drp-date-time p {
    font-size: 16px;
    color: #333333;
}

/* distribution-reinvestment-plan - end */
@media (959.9px > width) {
    .mpact-distribution-history:nth-child(2n+0) {
        flex-basis: 65%;
    }
    .mpact-gap-10:has(.mpact-distribution-history) {
        justify-content: flex-start;
        padding-bottom: 40px;
        gap: 40px;
    }

    .mpact-distribution-history {
        flex-basis: unset;
        border: unset;
    }
    .drp-container {
        padding: 50px 28px;
    }
    .drp-content {
        display: block;
        padding: 20px 0;
    }
    .drp-content-right{
        display: block;
    }
    .drp-content-right .drp-content-ttl{
        display: none;
    }
    .drp-date-time {
        text-align: left;
        display: flex;
        margin-top: 10px;
    }
    .drp-date-time p {
        font-size: 16px;
        color: #999999;
    }
    .drp-content-left {
        font-size: 16px;
    }
    
}
@media (676px > width) {
    .distribution-report-cards {
        gap: 16px;
    }
    .mpact-distribution-history:nth-child(2n+0) {
        flex-basis: 52%;
    }
    .mpact-gap-10:has(.mpact-distribution-history) {
        row-gap: 0px;
        column-gap: 20px;
        justify-content: flex-start;
    }
    .mpact-distribution-history {
        flex-basis: unset;
        border: unset;
    }
   
}

.ir-events-item-date {
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    background: #F3F3EF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    flex-shrink: 0;
}
.ir-events-item-date p {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    max-width: 41px;
}
.mpact-article.ir-data-item {
    padding: 20px 0 !important;
}
.ir-filters-left {
    flex: 1;
    padding-bottom: 20px;
}
.ir-filter-search {
    display: flex;
    position: relative;
    max-width: 330px;
    align-items: center;
}
.ir-filter-search-box {
    box-sizing: border-box;
    border: 1px solid #CAD2D3;
    padding: 10px 40px 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    flex: 1;
    outline: none;
}
.ir-filter-search::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 10px;
    width: 18px;
    height: 18px;
    background: url(/assets/images/icons/search-icon.svg);
    background-size: 18px 18px;
}
.ir-item-info-title a{
    color: var(--dark-color);
}
.ir-item-info-title a:hover{
    color: var(--primary-color);
}
.ir-filters-left a{
    color: var(--primary-color);
}
.ir-item-action-indexes.action-button .mpact-action-icon{
    display: none;
}
.investor-resources-filters {
    display: block;
}
.ir-webcast-item-img svg g path {
    fill: var(--primary-color);
}
#yearsContainer .active .mpact-select-options {
  z-index: 9;
  opacity: 1;
}
@media (720px > width) {
    .content-wrapper.ir-content-wrapper:not(.full-width) {
        padding: 0;
    }
    .investor-resources-filters.agm-egm {
        gap: 10px;
    }
    .investor-resources-filters.agm-egm .ir-filters-left {
        padding: 0 20px;
        border: 0;
        margin: 0;
    }
    .ir-filter-search {
        max-width: 100%;
    }
    .investor-resources-filters.agm-egm .ir-filters-right {
        justify-content: start;
        padding: 0 20px;
    }
}

/* tax refund procedures */
.content-blk{
    padding: 50px 0;
    position: relative;
}
.content-blk .content-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.content-blk .anchor-tab-content{
    position: sticky;
    height: 100vh;
    top: 30px;
    max-width: 319px;
    padding-left: 0;
}

.content-blk .sidebar{
    list-style-type: none;
    padding: 0;
}

.content-blk .sidebar a.active{
    color: var(--primary-color);
}

.content-blk .sidebar a{
    color: #33333380;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font);
    padding: 10px 0px;
    display: inline-block;
}

.content-blk .description-blk{
    width: 75%;
}

.content-blk .content-description{ 
    padding-top: 12px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.content-blk .content-description p{
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font);
  color: #333333;
  line-height: 1.2;
}

.content-blk .content-description ol{
    margin: 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.content-blk .content-description a{
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
}

.content-blk .content-description ol li > ol{
    padding-top: 20px;
    gap: 0;
}

.content-blk .description-blk section + section{
    padding: 50px 0 0 0;
}

.content-blk .numbered-list {
    display: flex;
    list-style-type: lower-roman;
    padding-left: 20px;
    margin: 0;
    flex-direction: column;
    gap: 20px;
  }

.simple-content-table {
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sc-table-label {
    font-size: 16px;
    font-weight: 700;
    color: #000000CC;
}
.sc-table {
    border: none;
    border-collapse: collapse;
}
.sc-table th,
.sc-table td{
    padding: 15px;
    text-align: left;
}
.sc-table.th-dark thead tr th {
    background: #333333;
    color: #ffffff;
}
.sc-table.th-dark thead tr th:not(:last-child) {
    border-right: 1px solid #ffffff;
}
.sc-table tbody tr td {
    font-size: 16px;
    color: #333333;
    border: 1px solid #333333;
}
@media screen and (max-width: 1000px) {
    .content-blk .content-wrapper{
        display: block;
        padding: 20px;
    }
    .content-blk .anchor-tab-content{
        height: unset;
        top: 30px;
        max-width: 100%;
        width: 100%;
        background: #fff;
    }

    .anchor-tab-mobile-indicator + ul {
        opacity: 0;
        display: none;
    }

    .anchor-tab-mobile-indicator + ul.sidebar > li a{
        padding: 8px 15px;
        display: block;
        border-bottom: 1px solid rgba(197, 199, 175, 1);
    }

    .anchor-tab-mobile-indicator + ul.sidebar > li:last-child a{
        border-bottom: unset;
    }

    .anchor-tab-mobile-indicator.active + ul {
        z-index: 9;
        opacity: 1;
        display: block;
        border: 1px solid rgba(197, 199, 175, 0.5);
        margin: 10px;
        border-radius: 20px;
    }

    .content-blk .description-blk {
        width: 100%;
        margin-top: 50px;
    }
    .sc-table th,
    .sc-table tbody tr td {
        font-size: 13px;
    }
}

