/* ============================================================
   Easter Theme — Card Layout + Rainbow Buttons
   Loaded only when APP_THEME=easter
   ============================================================ */

* {
    font-family: 'Raleway', sans-serif !important;
}

/* ── Card container ── */
.main_table {
    background-color: #fff;
    width: 100%;
    max-width: 991px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 20px auto;
}

/* ── Easter header (logo-only, no full-width banner) ── */
.easter-header {
    position: relative;
    text-align: center;
    padding: 18px 15px 12px;
    border-bottom: 2px solid #f0e6ff;
}

.easter-header .logo img {
    max-height: 140px;
    display: block;
    margin: 0 auto 12px;

    /* polish */
    border-radius: 14px;

    /* depth */
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.15),
        0 0 15px rgba(255, 180, 255, 0.25);

    /* smooth interactions */
    transition: transform 0.25s ease, box-shadow 0.25s ease;

    /* prevent weird stretching */
    object-fit: contain;
}

.easter-header h1 {
    font-family: 'Raleway', sans-serif !important;
    color: #333;
    font-size: clamp(16px, 3vw, 26px);
    font-weight: 700;
    margin: 0;
    padding: 0 10px;
    line-height: 1.3;
}

.easter-header h1 a {
    color: #333;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
}

/* ── Main content area ── */
.main_table_content {
    position: relative;
    padding: 20px 5%;
    text-align: center;
    min-height: 40vh;
}

/* Override santa's .middle-content styles that don't apply */
.middle-content {
    background: none !important;
    padding: 0 !important;
    min-height: unset !important;
}

/* ── Rainbow gradient buttons ── */
button,
input[type=button],
input[type=submit],
input[type=reset],
.btn,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.xmas-nav-btn,
.xmas-nav-btn:hover,
.xmas-nav-btn--green,
.xmas-nav-btn--green:hover,
.xmas-nav-btn--gold,
.xmas-nav-btn--gold:hover,
.btn-xmas-green,
.btn-xmas-green:hover,
.btn-xmas-remove,
.btn-xmas-remove:hover {
    background: linear-gradient(90deg,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 154, 0, 1) 10%,
        rgba(208, 222, 33, 1) 20%,
        rgba(79, 220, 74, 1) 30%,
        rgba(63, 218, 216, 1) 40%,
        rgba(47, 201, 226, 1) 50%,
        rgba(28, 127, 238, 1) 60%,
        rgba(95, 21, 242, 1) 70%,
        rgba(186, 12, 248, 1) 80%,
        rgba(251, 7, 217, 1) 90%,
        rgba(255, 0, 0, 1) 100%) !important;
    font-weight: bold !important;
    border: none !important;
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    transform: none !important;
}

button:hover,
.btn-primary:hover,
.xmas-nav-btn:hover {
    filter: brightness(1.08) !important;
    transform: translateY(-1px) !important;
}

/* Outline nav button gets the same gradient */
.xmas-nav-btn--outline,
.xmas-nav-btn--outline:hover {
    background: linear-gradient(90deg,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 154, 0, 1) 10%,
        rgba(208, 222, 33, 1) 20%,
        rgba(79, 220, 74, 1) 30%,
        rgba(63, 218, 216, 1) 40%,
        rgba(47, 201, 226, 1) 50%,
        rgba(28, 127, 238, 1) 60%,
        rgba(95, 21, 242, 1) 70%,
        rgba(186, 12, 248, 1) 80%,
        rgba(251, 7, 217, 1) 90%,
        rgba(255, 0, 0, 1) 100%) !important;
    color: #fff !important;
}

/* ── Nav bar (reuses .xmas-nav but styled differently) ── */
.xmas-nav {
    border-top: 2px solid #f0e6ff !important;
}

/* ── Footer area ── */
.easter-footer {
    padding: 14px 15px;
    border-top: 2px solid #f0e6ff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.easter-footer-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 6px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(90deg,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 154, 0, 1) 10%,
        rgba(208, 222, 33, 1) 20%,
        rgba(79, 220, 74, 1) 30%,
        rgba(63, 218, 216, 1) 40%,
        rgba(47, 201, 226, 1) 50%,
        rgba(28, 127, 238, 1) 60%,
        rgba(95, 21, 242, 1) 70%,
        rgba(186, 12, 248, 1) 80%,
        rgba(251, 7, 217, 1) 90%,
        rgba(255, 0, 0, 1) 100%);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    transition: filter 0.15s, transform 0.15s;
}

.easter-footer-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    color: #fff !important;
}

/* ── Animated bunny cursor follower ── */
#bunny_follow {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
    bottom: 0;
    left: 0;
    transform: translateX(-50%);
    width: 80px;
}

/* ── Color overrides for Easter palette ── */
.parent-header__divider,
.parent-header__title,
.admin-section__title,
.credits-empty__title,
#parent-dashboard-content h4,
.xmas-label {
    color: var(--color-primary) !important;
}

.parent-header,
.admin-section,
#parent-dashboard-content hr {
    border-color: var(--color-primary) !important;
}

.cant-find-box,
.not-found-box,
.credits-empty__purchase {
    border-color: var(--color-primary) !important;
}

.cant-find-box__link,
.not-found-box__link,
.not-found-box__title {
    color: var(--color-primary) !important;
}

.parent-icon-link {
    color: var(--color-primary) !important;
}

/* ── Pagination ── */
.pagination .page-item.active .page-link {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

/* ── Larger egg images on home page ── */
.list-image {
    width: 100% !important;
    max-width: 200px;
}

/* ── List image links with label underneath (Easter only) ── */
.list-image-label {
    display: block;
}

.list-image-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    margin: 10px;
}

.list-image-label {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    text-decoration: none;
}

/* ── Auth choice buttons (Login / Sign Up) ── */
.auth-choice-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 20px 0 10px;
}

.auth-choice-btn {
    font-size: 20px !important;
    font-weight: 800 !important;
    padding: 12px 32px !important;
    border-radius: 8px !important;
}

/* ── Auth form title (Login / Sign Up heading) ── */
.auth-form-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: var(--color-primary);
    margin-bottom: 16px;
}

/* ── Egg image boxes on home page (from React site) ── */
.egg-boxes {
    position: relative;
    text-align: center;
    padding: 10px;
}

.egg-boxes a {
    display: inline-block;
    color: green;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

.egg-boxes img {
    display: block;
    margin: auto;
    max-height: 150px;
}
