.calendar-page {
    background: url('/images/calendar-bg.webp') center/cover no-repeat;
    padding: 20px !important;
    position: relative;
    min-height: 100dvh;
}

.calendar-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: white;
    border-radius: 20px;
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* Гифка — по центру со смещением */
.calendar-gif-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 60px), calc(-50% + 60px)); /* ← сдвиг вправо и вниз */
    z-index: 10;
    width: 50vw;
    max-width: 300px;
}

.calendar-gif {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
