.ftrwtdelight {
	 background-color: var(--theme-quaternary);
	 padding: 15px;
	 color: var(--theme-quaternary-text);
}
 .ftrwtdelight a {
	text-decoration: none;
	color: var(--theme-quaternary-text);
}
 .ftrwtdelight__copyright {
	 color: color-mix(in srgb, var(--theme-quaternary-text) 80%, black 20%);
	 font-size: 14px;
}
 .ftrwtdelight ul {
	 font-size: 15px;
}
 .ftrwtdelight .h4 {
	 color: var(--theme-quaternary-hover);
}
 .ftrwtdelight li a:hover {
	 color: var(--theme-quaternary-hover);
	 text-decoration: none;
}
 .ftrwtdelight__logo {
	 width: 300px;
	 max-height: 150px;
}
 @media screen and (max-width: 500px) {
	 .ftrwtdelight {
		 justify-content: center;
	}
}
