.monthly-deals-blocks {
    display: none;
}

.month-locked .stk-block-card__content {
    display: none !important;
}

.month-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(198 158 32);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    z-index: 10;
}

.wp-block-stackable-card {
    position: relative;
}