#bpk-cw-wrapper.bpk-cw-calendar {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 16px;
    width: 100%;
    background-color: #f6f6f6;
}

#bpk-cw-wrapper .bpk-cw-month {
    text-transform: uppercase;
    align-content: center;
    font-weight: bold;    
}

#bpk-cw-wrapper .bpk-cw-month .agenda-text {
    color: #b38001;  
}

#bpk-cw-wrapper .bpk-cw-header {
    display: grid;
    grid-template-columns: repeat(7, auto);    
    background: #b38001;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

#bpk-cw-wrapper .bpk-cw-header div {
    text-align: center;
    line-height: 2.5;
    font-weight: bold;
}

#bpk-cw-wrapper .bpk-cw-days {
    display: grid;
    grid-template-columns: repeat(7, auto);
}

#bpk-cw-wrapper .bpk-cw-days div {
    width: auto;
    height: auto;
    line-height: 2;
    text-align: center;
    border: 1px solid #ddd;
    position: relative;
}

#bpk-cw-wrapper .bpk-cw-days div:not(:empty){
    background-color: white;
}

#bpk-cw-wrapper .bpk-cw-days div:hover {
    background-color: #f0f0f0;
}

#bpk-cw-wrapper .bpk-cw-days div a {
    display: block;
    font-weight: bold;
    background-color: #fff3cd;
    text-decoration: none !important;
    color: #805b00;    
}

#bpk-cw-wrapper .bpk-cw-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#bpk-cw-wrapper .bpk-cw-nav button {
    text-decoration: none;
    border: none;
    color: #b38001;
    background-color: unset;
    padding: 4px;
}

#bpk-cw-wrapper .bpk-cw-nav button:hover {
    color: white;
    background-color: #b38001 !important;
}