/* Landing Page List */
#dm-landingpages-menu {
  	display: flex;
  	flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
#dm-landingpages-menu .area-list {
    width: clamp(250px,calc(25% - 10px),25%);
    flex-grow: 1;
    margin: 5px;
}
#lp_searchbar_holder {
    background: #f7f7f7;
    padding: 15px;
    margin-top: 15px;
}
#lp_searchbar_holder input {
    border: 1px solid #ddd;
    padding: 5px;
    min-width: 50%;
}

/* text-fade*/
@media(max-width:600px){ /* Changed this to 600px */
	div[class*="textfade"] .textwidget{
		position: relative;
		max-height: 200px;
		overflow: hidden;
		padding-bottom: 40px;
		transition:max-height 0.5s ease;
	}
	div[class*="textfade"] .textwidget.expand{
		max-height: 100% !important;
	}
	div[class*="textfade"] .textwidget::after{
		position: absolute;
		bottom: 0;
		right: 0;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		width:100%;
		height: 100px;
		padding-top:40px;
		content: '';
		background: linear-gradient(180deg, transparent, #fff 70%);
		transition: all 1s ease;
	}
	div[class*="textfade"] .textwidget.expand::after{
		content: '';
		height: 50px;
	}
	div[class*="textfade"] .textwidget::before {
		content: 'Read More';
		background: #aaa;
		padding: 0.2em 0.5em;
		display: inline-block;
		position: absolute;
		bottom: 0;
		z-index: 2;
		left: 50%;
		transform: translateX(-50%);
	}
	div[class*="textfade"] .textwidget.expand::before {
		content: 'Read Less';
	}
}
/*
     FILE ARCHIVED ON 16:51:52 Mar 30, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:58:24 May 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.424
  exclusion.robots: 0.06
  exclusion.robots.policy: 0.052
  esindex: 0.007
  cdx.remote: 5.633
  LoadShardBlock: 47.11 (3)
  PetaboxLoader3.datanode: 87.939 (5)
  load_resource: 202.232
  PetaboxLoader3.resolve: 119.997
  loaddict: 52.632
*/