.table-wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
	 .table-scroll-mobile {
	    overflow: scroll;
	}
}
/* release date css*/
.ir-listing .item .date {
    color: #4d4d4d !important;
}
/*slider css*/
.property-slick .slick-arrow{
	height: 46px !important;
}
/* WO 95056 fix long banner title on smaller screens.
https://investis.atlassian.net/jira/servicedesk/projects/WO/apps/5c29519b-d0d8-4df1-95bf-8a140b624c45/590d16a1-6784-4558-91c0-8b603b4bc399/newWoPage/WO-95056
Johan Borg
2025-06-12
*/
@media only screen and (max-width: 500px) {
    .banners h1, .banners h2  {
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 376px) {
    .banners h1, .banners h2  {
        font-size: 2rem;
    }
}
/* End of WO 95056 */