.actions-elements {
	overflow: hidden;
	margin-top: var(--step6);
}

.actions-elements section {
	position: relative;
}

.actions-elements section a {
	text-decoration: none;
	color: var(--color-05);
	display: block;
}

.actions-elements .title {
	font-size: var(--font-large);
	text-transform: uppercase;
	margin-top: var(--step2);
}

.actions-elements .date {
	font-size: var(--font-small);
	text-transform: uppercase;
}

.actions-elements .is-active {
	font-size: var(--font-small);
	font-weight: 600;
	text-transform: uppercase;
	margin-top: var(--step2);
}

.actions-element {
	margin-top: var(--step6);
}

.actions-element .date {
	font-size: var(--font-small);
	text-transform: uppercase;
}

.actions-element .text {
	margin-top: var(--step2);
	max-width: 67%;
}

.actions-element .is-active {
	font-size: var(--font-medium);
	font-weight: 600;
	text-transform: uppercase;
	margin-top: var(--step2);
}

.is-active.is-active-true {
	color: var(--color-green);
}

.is-active.is-active-false {
	color: var(--color-50);
}

@media screen and (max-width: 480px) {
	.actions-element .text {
		margin-top: var(--step2);
		max-width: inherit;
	}	
}