.simpleList {
	position: relative;
	margin-bottom: 1rem;
		}
		
.simpleList .listInformation {
    position: relative;
    padding-top: 5px;
}
		
:is(.simpleList .listInformation) .grid-x {
    height: 100%;
}
		
.simpleList .listInformation .simpleRSSInfo .dateTime {
    color: #4f2984;
    font-weight: 400;
	margin: 0;
}
		
.simpleList .listInformation .simpleRSSInfo {
	margin-bottom: 0px;
	z-index: 1;
}
		
.simpleList .listInformation .simpleRSSInfo .simpleRSSTitle {
    color: #4f2984 !important;
    font-weight: 400;
    margin-bottom: 1px;
}
		
.simpleList .listInformation .simpleRSSInfo .description {
    margin: 0;
}
			
@media screen and (max-width: 400px) {

    .simpleList .listInformation {
		height: auto;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
    }

    .simpleList .listInformation .simpleRSSInfo .simpleRSSTitle {
        font-size: 1.08rem;
		font-weight: 800;
		line-height: 0.8;
		height: auto;
		margin-bottom: 5px;
		hyphens: auto;
    }
		
    .simpleList .listInformation .simpleRSSInfo .dateTime {
        font-size: 14px;
		height: auto;
    	overflow-wrap: break-word;
		line-height: 1.3;
		padding-bottom: 5px;
    }

}
	
@media (min-width: 500px) and (max-width: 640px) {
		
	.simpleList .listInformation .simpleRSSInfo {
        padding: 0vw 0.5vw 0.5vw 0.5vw;
    }
				
	.simpleList .listInformation {
    	height: auto;
		}
		
	.simpleList .listInformation .simpleRSSInfo .dateTime {
		font-size: 14px;
		height: auto;
    	overflow-wrap: break-word;
		line-height: 1.3;
		padding-top: 3px;
		}
		
	.simpleList .listInformation .simpleRSSInfo .simpleRSSTitle {
		font-size: 1.1rem;
		font-weight: 400;
		line-height: 1;
		height: auto;
		margin-bottom: 5px;
		hyphens: auto;
		}

}
		
@media (min-width: 640px) {
		
	.simpleList .listInformation .simpleRSSInfo {
        padding: 0vw 0.5vw 0.5vw 0.5vw;
    }
		
	.simpleList .listInformation .simpleRSSInfo .dateTime {
		font-size: 16px;
		}
		
	.simpleList .listInformation .simpleRSSInfo .simpleRSSTitle {
		line-height: 1.2;
   		font-size: 1.4rem;
		font-weight: 400;
		}
		
}
	
@media (min-width: 920px) {
	
	.simpleList .listInformation {
		padding: 0.8rem;
		margin-bottom: 0px;
	}
	
	.simpleList .listInformation .simpleRSSInfo {
		padding: 0vw 0.5vw 0vw 0.5vw;
	}
	
	.simpleList .listInformation .simpleRSSInfo .simpleRSSTitle {
		font-weight: 400;
	}
	
}	
		
@keyframes insetFadeLink {
	0% {box-shadow: inset 20em 0em #fff, inset 0em -0.6em gold;}
	25% {box-shadow: inset 15em 0em #fff, inset 0em -0.6em gold;}
	50% {box-shadow: inset 8em 0em #fff, inset 0em -0.6em gold;}
	75% {box-shadow: inset 4em 0em #fff, inset 0em -0.6em gold;}
	100% {box-shadow: inset 0em 0em #fff, inset 0em -0.6em gold;}
		}
			
.simpleList .listInformation .simpleRSSInfo .simpleRSSTitle {
    text-align: right;
    text-align: -webkit-right;
	box-shadow: 0px 2px 0.5px 0px rgba(79, 41, 132, 0);
	margin-bottom: 0.25em;
}
		
.simpleList .listInformation .simpleRSSInfo .simpleRSSTitle:hover {
	animation-name: insetFadeLink;
	animation-duration: 0.4s;
	animation-fill-mode: both;
}
