aside#secondary {
    margin-top: 1rem;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e5e7f2;
    padding-bottom: 0;
    background: #f7f9fb;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

aside#secondary .search-form label,
aside#secondary .search-form label input {
    width: 100%;
    border-radius: unset;
}

aside#secondary h3.widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    letter-spacing: 0;
}

aside#secondary .widget_search .search-form {
    position: relative;
}

aside#secondary .widget_search .search-form input[type="submit"] {
    display: block;
    position: absolute;
    outline: none;
    background: none;
    margin-top: 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    border: none;
    top: 0px;
    padding: 0;
    right: 0px;
    height: 36px;
    width: 42px;
    font-family: "Font Awesome 5 Free";
    opacity: 0.7;
    font-weight: 600;
    border-radius: unset;
    color: rgb(130, 130, 130);
}

aside#secondary .widget_calendar {
    width: 100%;
}

aside#secondary .widget_calendar #calendar_wrap td,
aside#secondary .widget_calendar #calendar_wrap th {
    padding: 4px;
}

aside#secondary .widget_calendar nav {
    display: flex;
    justify-content: space-between;
}