/*
Theme Name: LTKY Tenttiarkisto
Author: Parvus Vulpes Oy
Author URI: https://parvus.fi/
Description: LTKY Tenttiarkisto
Version: 0.1
Text Domain: ltky-tenttiarkisto
*/

body {
    --bs-primary: #991a36;
    --bs-primary-rgb: 153, 26, 54;

}

.btn-primary {
    background-color: var(--bs-primary)!important;
    border-color: var(--bs-primary)!important;
}

.fs-wrap{
    width: 100%!important;
    /* max-width:90vw; */
}

.exam-list th.date{
    min-width:110px;
}

.facetwp-pager > .facetwp-page {
	background-color: white;
	width: 48px;
	height: 38px;
	/* border-radius: 50%; */
	text-align: center;
	line-height: 38px;
	color: #991A36;
	font-weight: bold;
	font-size: 18px;
	text-wrap: nowrap;
    text-decoration: none;
}

.facetwp-pager .facetwp-page:not(.next, .prev){
    border: 2px solid #991A36;
    /* margin: 0 5px; */
}
.facetwp-pager .facetwp-page.active{
    background-color: #991A36;
    color: white;
}

.facetwp-pager > .dots {
	color: #991A36;
    border: none !important;
}