.sidebar-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 8px 12px;
    color: #FFF;
    background-color: #137d7a;
    text-transform: uppercase;
    font-size: 16px;
}

#sidebar-categories {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}

#sidebar-categories .sidebar-category {
    margin-bottom: 16px;
    line-height: 1.3;
}

#sidebar-search {
    margin-bottom: 40px;
}

#sidebar-search input {
    width: 100%;
    border-radius: 0;
    color: #333;
    border-color: #137d7a;
}

#sidebar-search input::placeholder {
    color: #ccc;
    font-weight: normal;
}