.calendar-card{
    max-width:350px;
    border:1px solid #ddd;
    background:#fff;
   font-family: "Google Sans", sans-serif;
}

.calendar-header{
    background:#b89034;
    color:#fff;
    padding:15px;
}

.calendar-header h6{
    margin-bottom:10px;
    font-size:14px;
}

.calendar-table{
    width:100%;
    text-align:center;
    color:#fff;
}

.calendar-table th,
.calendar-table td{
    padding:5px;
    font-size:12px;
}

.active-date{
    background:#fff;
    color:#1e5d99;
    width:24px;
    height:24px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
}

.event-date{
    background:#f5f5f5;
    padding:10px 15px;
    font-size:12px;
    color:#1e5d99;
    font-weight:600;
    border-bottom:1px solid #ddd;
}

.event-content{
    padding: 4px 8px 8px 12px;
}

.event-content h5{
	font-family: "Google Sans", sans-serif;
    font-size:15px;
	line-height: 19px;
    font-weight:600!important;
    margin-bottom:10px;
	color: #080808;
}

.event-content p {
    font-size: 13px;
    line-height: 17px;
    color: #080808;
    margin-bottom: 4px;
}

.event-footer{
	font-size:12px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
	font-family: "Google Sans", sans-serif;
}

.event-footer a{
    color:#89111c;
    text-decoration:none;
    font-weight:500;
	font-family: "Google Sans", sans-serif;
}

.event-footer2{
	font-size:12px;
    display:flex;
    justify-content:space-between;
    align-items:left;
    margin-top:20px;
}
.event-footer2 a {
    color: #89111c;
    text-decoration: none;
    font-weight: 500;
    font-family: "Google Sans", sans-serif;
    margin: -10px 0 0 14px;
}