/* Secondary Button */
.secondary-button {
	a:hover {
		background-color: var(--wp--preset--color--persian-green-10);
		box-shadow: 0px 4px 5.2px 0px rgba(0, 0, 0, 0.25);
		border: 1px solid var(--wp--preset--color--powder-blue);
	}
}

/* Primary Button 2 */
.btn-to-link {
	a:hover {
		color: var(--wp--preset--color--sherpa) !important;
		background-color: var(--wp--preset--color--powder-blue) !important;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

		i {
			color: var(--wp--preset--color--sherpa) !important;
		}
	}

	@media only screen and (max-width: 768px) {
		a {
			background: var(--wp--preset--color--white) !important;
			color: var(--wp--preset--color--sherpa) !important;
			text-align: left;
			padding: 0px !important;
			display: flex;
			align-items: center;
			font-weight: bold;

			span {
				text-decoration: underline;
			}
		}

		a:hover {
			background: var(--wp--preset--color--white) !important;
			box-shadow: 0px 0px 0px 0px !important;
			color: var(--wp--preset--color--zaffre) !important;

			span {
				text-decoration: underline;
			}


			i {
				color: var(--wp--preset--color--zaffre) !important;

			}
		}
	}
}

.card-link {
	a {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding-left: 0;
		text-align: left;
	}

	span {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.card-link:not(:first-child) {

	a {
		border-top: 0 !important;
	}
}

/* Primary Button */

.primary-button {
	@media only screen and (max-width: 768px) {
		a {
			font-size: 1rem !important;
		}
	}

	a:hover {
		color: var(--wp--preset--color--sherpa) !important;
		background-color: var(--wp--preset--color--powder-blue) !important;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
}

.has-link-color:hover {
	a {
		color: var(--wp--preset--color--zaffre) !important;
		text-decoration: underline;
	}

	i {
		color: var(--wp--preset--color--zaffre) !important;
	}
}

.custom-tags:hover {
	color: var(--wp--preset--color--white) !important;
	background-color: var(--wp--preset--color--sherpa);

	a {
		color: var(--wp--preset--color--white) !important;
		text-decoration: none;
	}

}

.tertiary-button {
	a {
		text-decoration: underline !important;
	}

	a:hover {
		border: 0;
		color: var(--wp--preset--color--zaffre) !important;

		span {
			text-decoration: underline;
		}


		i {
			color: var(--wp--preset--color--zaffre) !important;

		}
	}
}

.download-button {
	@media only screen and (max-width: 768px) {
		a {
			text-align: center;
			font-size: 1rem !important;
		}
	}

	a {
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: left;
		word-break: normal;

		span {
			text-decoration: underline;
		}

		i {
			font-size: 3rem;
		}
	}

	a:hover {
		color: var(--wp--preset--color--sherpa) !important;
		background-color: var(--wp--preset--color--powder-blue) !important;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

		i {
			color: var(--wp--preset--color--sherpa) !important;
		}
	}
}