/**
 * Public CSS stylesheet for Footer Credit Remover & Replacer
 */

.fcr-custom-footer {
	width: 100%;
	padding: 10px 0;
	font-family: inherit;
	font-size: 0.9em;
	line-height: 1.5;
}

.fcr-custom-footer.fcr-align-left {
	text-align: left;
}

.fcr-custom-footer.fcr-align-center {
	text-align: center;
}

.fcr-custom-footer.fcr-align-right {
	text-align: right;
}

/* Ensure links in the custom footer are styled elegantly */
.fcr-custom-footer a {
	color: inherit;
	text-decoration: underline;
	transition: opacity 0.2s ease;
}

.fcr-custom-footer a:hover {
	opacity: 0.8;
}
