.gcal-preview-895c539e {
    position: relative;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gcal-preview-895c539e img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.gcal-click-overlay-895c539e {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gcal-preview-895c539e:hover .gcal-click-overlay-895c539e {
    opacity: 1;
}

.gcal-click-overlay-895c539e i {
    font-size: 32px;
    margin-bottom: 8px;
}

/* Lightbox Styles */
.gcal-lightbox-895c539e {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gcal-lightbox-overlay-895c539e {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    cursor: pointer;
}

.gcal-lightbox-content-895c539e {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1000px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

.gcal-lightbox-close-895c539e {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #ff4757;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px; height: 36px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: background 0.2s;
}

.gcal-lightbox-close-895c539e:hover {
    background: #ff6b81;
}

.gcal-lightbox-iframe-wrapper-895c539e {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.gcal-lightbox-iframe-wrapper-895c539e iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}
