#template_aktualnosci .term
{
	grid-template-rows: auto 1fr auto;
}

#template_aktualnosci .term > .content
{
	grid-template-rows: 1fr auto;
}

#template_aktualnosci .term .global_button
{
	display: block;
	padding-top: var(--global_size_30);
	padding-bottom: var(--global_size_30);
	color: var(--root_color_white);
	text-transform: uppercase;
}

:root.is_global_contrast #template_aktualnosci .term .global_button
{
	filter: contrast(2);
}

#template_aktualnosci .term .global_button:hover
{
	background-color: var(--root_color_a_hover) !important;
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}