.ce-main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.ce-widget-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.ce-widget-wrapper:hover {
    transform: scale(1.02);
}

.ce-calendar-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ce-calendar-bg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.ce-content {
    position: relative;
    z-index: 2;
    padding: 40px 20px 20px 20px;
    /* Top padding to avoid the calendar header */
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ce-month {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.ce-year {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.ce-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 5px;
}

.ce-subtitle {
    font-size: 16px;
    line-height: 1.2;
}

/* Ensure the link covers the whole area */
a.ce-widget-wrapper {
    color: inherit;
    cursor: pointer;
}

/* Alignment Helper Classes (if needed via selectors) */
/* The alignment is handled via Elementor selectors primarily */