nav ul.tuotecontainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.tuotecontainer a {
    text-decoration: none;
    color: #000;
}
			
.tuotecontainer a:hover {
    text-decoration: none;
    color: #000 !important;
}

.tuotecontainer li {
    width: auto;
    background-color: #fff;
    list-style: none;
    text-align: left;
    font-family: "poppins", sans-serif;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.tuotetiedot {
    padding: 1rem;
}

div.kesto-metatieto {
    right:0;
    z-index: 1;
    background-color: var(--ast-global-color-1);
    text-align: right;
    position: absolute;
    padding: 5px;
    float: right;
    font-size: 0.8rem;
	margin-top: 30px;
}

.lisenssityyppi p {
    color: var(--ast-global-color-3);
    font-size: 0.8rem;
    line-height: 1;
    margin: 6px 0;
}

.koulutus-metatiedot p {
    font-size: 0.8rem;
    line-height: 1;
    margin: 6px 0;
}

.omatuote h2 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 15px;
}
			
h4.valittu-rajaton-tuotekategoria {
	font-size: 20px;
	margin-top: 1rem;
	border-bottom: 1px solid var(--ast-global-color-0);
    padding-bottom: 0.2rem;
}
			
			.tuotekuva {
				position: relative;
			}

.tuotekuva img {
    width: 300px;
}

			
.tuotecontainer .kesto-metatieto time:hover,.tuotecontainer .kesto-metatieto p:hover {
	color: #000;
}
			
h3.valittu-tuotekategoria{
	font-size: 1.5rem;
    font-weight: 600;
}

.license-sort-order select,
.license-sort-order button
{
	padding: 0.7rem 0.8rem;
	text-align: left;
	border: 0;
	font-size: 1rem;
}

.license-sort-order
{
	text-align:right;
}

.licenses-header
{
	overflow:hidden;
}

.licenses-header > h3
{
	float:left;
}

.licenses-header > div
{
	float:right;
}
            
select#license-sort-order
 {
    font-weight: 600;
    color: #000;
}

@media (max-width: 992px) {
    nav.tuotecontainer {
        display: grid;
        grid-template-columns: 1fr 1fr ;
        gap: 40px 40px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 992px) {
	
	.licenses-header > div
	{
		display:none;
	}

	nav.tuotecontainer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px 40px;
        list-style: none;
        padding: 0;
        margin-left: 2rem;
       margin-right: 2rem;
    }

    .tuotecontainer li,.omatuote .tuotekuva img {
    width: 100%;
    }
    
    h3.valittu-tuotekategoria,.license-sort-order {
        display: none;
    } 
    h4.valittu-rajaton-tuotekategoria{
        margin-bottom: 2rem;
    }

    .omatuote h2 {
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .koulutus-metatiedot p, .lisenssityyppi p {
        font-size: 0.8rem;
    }

    .tuotetiedot {
        padding: 0.8rem 1rem;
    }
}