#content {
    display: grid;
    justify-content: stretch;
    grid-gap: 1.2em;
    grid-template-columns: 1fr;
}

#reactions {
    display: grid;
    grid-gap: 1em;
    justify-items: stretch;
    grid-template-columns: 1fr 1fr 1fr;
}    

#reactions button {
    font-size: 1em;
    height: 2.5em;
}

#cool, #trash {
    border: 0;
    color: white;
    border-radius: 3px;
}

#cool {
    background: linear-gradient(to left, #c8a4e7, #d367c1);
}

#link {
    border: 2px dashed black;
    background: transparent;
    border-radius: 6px;
}

.dark #link {
    border: 2px dashed white;
    color:white;
}

#trash {
    background: linear-gradient(to right, #c8a4e7, #5f61de);
}
    
#rating {
    font-size: 1.3em;
    text-align: center;
    margin: auto;
    border: 1px solid lightblue;
}

fieldset{
    padding: 0 1.5em;
    border: 1px solid lightgray;
}

.sliders {
    margin-bottom: 4em;
}

#video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

#random {
    font-size: 1em;
	border:0;
	background: linear-gradient(to right, #d367c1, #ffc93f, #5f61de, #696be4, #e46fe8, #c8a4e7);
	text-transform: uppercase;
    background-size: 200% auto;          
    color: white;
	border-radius: 3px;
    height: 4em;
}

.noUi-marker-normal {
    display: none;
}