﻿/*
Theme Name: Zedjingle.com
Theme URI: https://zedjingle.com
Author: Muzzy
Author URI: zedjingle.com
Description: A music directory and news portal theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: music, directory, news, entertainment, two-columns, right-sidebar
Text Domain: zedjingle
*/

/* 
 * TAILWIND CSS IS USED FOR STYLING.
 * This file contains the theme header and minimal overrides.
 */

/* Global Reset & spacing fix */
html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
}

/* 
 * BRANDING (Zedjingle)
 */
.site-logo {
    image-rendering: -webkit-optimize-contrast;
    /* Keeps the PNG sharp on mobile */
    transition: all 0.3s ease-in-out;
    max-width: 320px;
    /* Ensures the logo stays elegant */
    height: auto;
    width: auto;
    will-change: transform;
    /* Smooth rendering for high-DPI screens */
}

.site-logo:hover {
    transform: scale(1.03);
    /* Subtle interactive lift */
}

/* 
 * ICON FIXES 
 */
.fa,
.fas,
.fab,
.dashicons {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "dashicons" !important;
    display: inline-block;
    visibility: visible !important;
    font-weight: 900;
}

.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
}

/* 
 * AUDIO PLAYER FIXES 
 */
.mejs-controls {
    visibility: visible !important;
    opacity: 1 !important;
    font-display: swap;
}

/* 
 * ICON FIXES (Search, Social, FAB) 
 */

/* 1. Search Button (Blue Circle in Bar) */
button.search-submit,
.header-search-button {
    position: relative;
    text-indent: -9999px;
    /* Hide default text */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0022ff;
    /* Brand Blue */
    border: none;
    cursor: pointer;
}

button.search-submit::after,
.header-search-button::after {
    content: "\f002";
    /* Magnifying Glass */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    visibility: visible !important;
}

/* 2. Social Share Icons (The Colored Squares) */
.social-share-item i,
.share-btn i {
    font-family: "Font Awesome 6 Brands" !important;
    font-style: normal;
    visibility: visible !important;
    color: #fff !important;
    font-size: 18px;
    display: inline-block;
    width: auto;
}

/* Force specific icons if they are missing */
.share-facebook::before {
    content: "\f39e";
    font-family: "Font Awesome 6 Brands";
}

.share-twitter::before {
    content: "\f099";
    font-family: "Font Awesome 6 Brands";
}

/* or \e61b for X */
.share-whatsapp::before {
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
}

.share-telegram::before {
    content: "\f2c6";
    font-family: "Font Awesome 6 Brands";
}

/* 3. Floating Action Button (Bottom Right) */
.floating-action-btn,
#back-to-top {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.floating-action-btn::before,
#back-to-top::before {
    content: "\f062";
    /* Arrow Up */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 24px;
}

/* 
 * HARD-CODED ICON RECOVERY (Rescue Mode)
 */

/* --- GLOBAL RESET --- */
.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.menu-toggle span,
.search-toggle span,
.back-to-top span {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    visibility: visible !important;
    /* Force Visibility */
    opacity: 1 !important;
}

/* --- 1. MENU HAMBURGER ICON --- */
/* Adjust selector based on your theme, commonly: .menu-toggle, .mobile-menu-btn */
.menu-toggle::before,
.mobile-nav-toggle::before {
    content: "\f0c9" !important;
    /* FA Bars */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    /* Ensure it contrasts with header */
}

/* --- 2. SEARCH ICON (Header & Buttons) --- */
.search-toggle::before,
.header-search-icon::before,
button.search-submit::before {
    content: "\f002" !important;
    /* FA Magnifying Glass */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-size: 20px;
}

/* --- 3. BACK TO TOP BUTTON --- */
#back-to-top::before,
.scroll-top-btn::before {
    content: "\f062" !important;
    /* FA Arrow Up */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-size: 22px;
    color: #fff;
}

/* --- 4. SOCIAL SHARE ICONS (Brand Specifics) --- */
/* Facebook */
.share-facebook::before,
.fa-facebook::before {
    content: "\f39e" !important;
    font-family: "Font Awesome 6 Brands" !important;
}

/* WhatsApp */
.share-whatsapp::before,
.fa-whatsapp::before {
    content: "\f232" !important;
    font-family: "Font Awesome 6 Brands" !important;
}

/* Twitter/X */
.share-twitter::before,
.fa-twitter::before {
    content: "\e61b" !important;
    /* X Logo */
    font-family: "Font Awesome 6 Brands" !important;
}

/* Resize the blue circle to match the professional UI */
.mejs-playpause-button button {
    width: 60px !important;
    height: 60px !important;
    background-color: #0022ff !important;
    /* Matches your brand blue */
    border-radius: 50% !important;
    position: relative;
    display: block !important;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 34, 255, 0.3);
    color: transparent !important;
    /* Hide default icon if any */
}

/* Target the blue play button container - Icon Injector */
.mejs-playpause-button button::before {
    content: "\f04b";
    /* Font Awesome Play Icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #FFFFFF;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 54%;
    /* Slight offset to visually center the triangle */
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
}

.mejs-time-rail .mejs-time-current {
    background: #00E5FF !important;
}

/* 
 * INTERACTIVE ELEMENTS
 */

/* Save & Download Button */
.save-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #00E5FF !important;
    color: #000 !important;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    transition: transform 0.2s ease;
    text-decoration: none !important;
}

.save-button::before {
    content: "\f019";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.save-button:hover {
    transform: scale(1.05);
}

color: #fff !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
z-index: 9999 !important;
border: none !important;
cursor: pointer;
}

.floating-icon i {
    font-size: 20px;
}

/* 
 * AUDIO PLAYER OVERHAUL 
 */
.custom-player-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 10px;
}

.player-btn-circle {
    width: 40px;
    height: 40px;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #374151;
    background: transparent;
    transition: all 0.2s;
}

.player-btn-circle:hover {
    border-color: #0022ff;
    color: #0022ff;
}

.player-btn-play {
    width: 60px;
    height: 60px;
    background-color: #0022ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 34, 255, 0.3);
    transition: transform 0.2s;
}

.player-btn-play:hover {
    transform: scale(1.05);
}

.save-pill {
    border: 2px solid #0022ff;
    color: #0022ff !important;
    /* Force color overrides */
    border-radius: 50px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s;
    background: white;
    font-size: 14px;
}

.save-pill:hover {
    background: #0022ff;
    color: white !important;
}

/* Back to Top Fixed */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex !important;
    background: #0022ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    cursor: pointer;
    transition: transform 0.2s;
}

#back-to-top:hover {
    transform: translateY(-3px);
}

font-size: 20px;
}

/* 
 * HEADER REBUILD V2 (Flexbox Enforcer)
 */

/* ROW 1: APP BAR */
.zed-app-bar {
    background-color: #000080 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 20px !important;
    height: 70px;
}

.zed-header-actions {
    display: flex !important;
    gap: 25px !important;
    align-items: center !important;
    color: white !important;
}

.menu-trigger {
    display: flex !important;
    gap: 8px !important;
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    text-transform: capitalize;
}

/* ROW 2: SCROLL NAV */
.zed-nav-strip {
    background: white !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 12px 20px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    border-bottom: 2px solid #f0f0f0;
}

.zed-pill-btn {
    background: linear-gradient(90deg, #3b00ff, #8c00ff) !important;
    color: white !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    font-size: 14px;
    flex-shrink: 0;
    /* Prevents button from squishing */
}

.zed-nav-link {
    color: #333 !important;
    font-weight: 700 !important;
    font-size: 15px;
    text-decoration: none !important;
    border-bottom: 3px solid transparent;
    padding-bottom: 4px;
}

.zed-nav-link.active {
    border-bottom-color: #000080 !important;
    color: #000080 !important;
}

/* ROW 3: HERO SEARCH */
.zed-hero-search {
    background-color: #0022ff !important;
    padding: 20px 20px 40px 20px !important;
    text-align: center;
}

.zed-flag-row {
    display: flex !important;
    justify-content: center !important;
    gap: 25px !important;
    margin-bottom: 25px !important;
    background: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto 25px auto;
}

.flag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-decoration: none !important;
    color: #333;
}

.zed-big-search {
    background: white !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    padding: 5px 5px 5px 20px !important;
    height: 60px;
    max-width: 600px;
    margin: 0 auto;
}

.zed-big-search input {
    border: none !important;
    flex-grow: 1 !important;
    outline: none !important;
    font-size: 16px !important;
    background: transparent !important;
}

/* 
 * HARD-CODED HEADER RESET (Nuclear Option)
 */

/* --- RESET --- */
#zed-master-header {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    /* Or your theme font */
}

/* --- ROW 1: TOP BAR --- */
.zed-top-bar {
    background-color: #000080 !important;
    /* Deep Navy */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 20px !important;
    height: 60px;
}

.zed-logo-container img {
    height: 40px !important;
    width: auto !important;
    display: block;
}

.zed-top-actions {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    color: white !important;
}

.search-trigger-icon {
    font-size: 20px;
    cursor: pointer;
}

.zed-menu-btn {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

/* --- ROW 2: NAV STRIP --- */
.zed-nav-strip {
    background: #fff !important;
    border-bottom: 1px solid #eee;
    padding: 10px 0 !important;
}

.zed-scroll-container {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 0 20px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: none;
    /* Hide scrollbar */
}

/* Top 100 Button */
.zed-pill-btn {
    background: linear-gradient(90deg, #3b00ff, #8c00ff) !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    font-size: 13px !important;
    flex-shrink: 0;
}

/* Links */
.zed-text-link {
    color: #333 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    padding-bottom: 2px;
}

.zed-text-link.active {
    color: #000080 !important;
    border-bottom: 3px solid #000080;
}

/* --- ROW 3: HERO SEARCH --- */
.zed-hero-search {
    background-color: #0022ff !important;
    /* Brand Blue */
    padding: 25px 20px 40px 20px !important;
    text-align: center;
}

/* Flags */
.zed-flag-row {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
}

.zed-flag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
}

.flag-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    margin-bottom: 5px;
}

/* Flag Placeholders - Replace URLs if needed */
.flag-circle.ngr {
    background-image: url('https://flagcdn.com/w80/ng.png');
}

.flag-circle.zmb {
    background-image: url('https://flagcdn.com/w80/zm.png');
}

.flag-circle.usa {
    background-image: url('https://flagcdn.com/w80/us.png');
}

.flag-circle.rsa {
    background-image: url('https://flagcdn.com/w80/za.png');
}

/* Search Bar */
.zed-search-form {
    background: #fff !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    padding: 5px 5px 5px 20px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.input-icon {
    color: #000080;
    font-size: 18px;
    margin-right: 10px;
}

.zed-search-field {
    border: none !important;
    outline: none !important;
    flex-grow: 1 !important;
    font-size: 16px !important;
    background: transparent !important;
    color: #333;
}

.zed-search-submit {
    background: #000080 !important;
    color: white !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


/* --- Zedjingle HARD RESET --- */
#zed-master-header {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 99999;
    background: #fff;
}

a {
    text-decoration: none !important;
}

/* ROW 1: TOP BAR */
.zed-top-bar {
    background-color: #000080 !important;
    /* Navy */
    display: flex !important;
    flex-direction: row !important;
    /* Forces horizontal */
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 20px !important;
    height: 60px;
}

.zed-logo img {
    height: 40px !important;
    width: auto !important;
}

.zed-top-actions {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    color: white !important;
}

.search-icon-btn {
    font-size: 20px;
}

.zed-menu-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
}

/* ROW 2: NAV STRIP */
.zed-nav-strip {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.zed-scroll-container {
    display: flex !important;
    flex-direction: row !important;
    /* No stacking */
    align-items: center !important;
    gap: 15px !important;
    padding: 0 20px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
}

/* Top 100 Gradient Button */
.zed-btn-top100 {
    background: linear-gradient(90deg, #3b00ff, #8c00ff) !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-weight: bold !important;
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    flex-shrink: 0;
}

.zed-nav-link {
    color: #333 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding-bottom: 2px;
}

.zed-nav-link.active {
    color: #000080 !important;
    border-bottom: 3px solid #000080;
}

/* ROW 3: FLAGS */
.zed-flag-section {
    background-color: #ffffff !important;
    padding: 20px 0 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 25px !important;
}

.zed-flag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.zed-flag-item img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border: 1px solid #eee;
    object-fit: cover;
}

.zed-flag-item span {
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

/* ROW 4: HERO SEARCH */
.zed-hero-search {
    background-color: #0022ff !important;
    /* Brand Blue */
    padding: 20px 20px 40px 20px !important;
    display: block !important;
}

.zed-search-form {
    background: #ffffff !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    padding: 5px 5px 5px 20px !important;
    height: 55px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.zed-input-icon {
    color: #888;
    font-size: 18px;
    margin-right: 10px;
}

.zed-search-field {
    border: none !important;
    background: transparent !important;
    flex-grow: 1 !important;
    outline: none !important;
    font-size: 16px !important;
    color: #333 !important;
}

.zed-search-submit {
    background: #000080 !important;
    color: white !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- PHASE 20: ALBUM PAGE LAYOUT --- */

/* 1. Full Width Blue Hero (Force Override) */
.zed-album-hero-wrap {
    background-color: #000080 !important;
    /* Deep Blue */
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 60px 0 40px !important;
    margin-top: -40px !important;
    /* Pull up to header if needed */
    color: white;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.zed-album-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 40px;
    align-items: flex-end;
}

/* Album Art */
.zed-album-art-box {
    width: 280px;
    flex-shrink: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.zed-album-art-box img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
}

.zed-no-art {
    width: 100%;
    height: 280px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
    border: 2px dashed rgba(255, 255, 255, 0.2);
}

/* Album Info */
.zed-album-info {
    padding-bottom: 10px;
}

.zed-lbl-album {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.9;
    display: block;
    margin-bottom: 8px;
}

.zed-alb-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 15px 0;
    color: white;
}

.zed-alb-meta {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
}

/* Mobile Responsive Hero */
@media (max-width: 768px) {
    .zed-album-hero-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
    }

    .zed-album-art-box {
        width: 220px;
    }

    .zed-alb-title {
        font-size: 32px;
    }

    .zed-album-hero-wrap {
        padding: 40px 0 30px !important;
    }
}

/* 2. Action Buttons */
.zed-album-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    padding-left: 10px;
}

.zed-btn-play {
    background: #000080;
    /* User liked Deep Blue */
    color: white;
    border: none;
    padding: 14px 35px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s;
    box-shadow: 0 4px 15px rgba(0, 0, 128, 0.3);
}

.zed-btn-play:hover {
    transform: scale(1.05);
}

.zed-btn-outline {
    background: transparent;
    border: 1px solid #ddd;
    color: #555;
    padding: 14px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.zed-btn-outline:hover {
    border-color: #000080;
    color: #000080;
    background: #f9f9f9;
}

/* 3. Track List */
.zed-tracks-container {
    background: white;
    border-radius: 8px;
    /* margin-bottom: 40px; handled by footer logic */
}

.zed-track-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #f2f2f2;
    transition: background 0.2s;
}

.zed-track-row:hover {
    background: #fafafa;
}

.zed-track-row:last-child {
    border-bottom: none;
}

.zed-track-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.zed-track-num {
    width: 30px;
    text-align: center;
    color: #999;
    font-weight: 600;
    font-size: 15px;
}

.zed-track-details {
    display: flex;
    flex-direction: column;
}

.zed-track-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
}

.zed-track-artist {
    font-size: 13px;
    color: #888;
}

.zed-track-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.zed-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #ccc;
    font-size: 16px;
    transition: color 0.2s;
}

.zed-icon-btn:hover {
    color: #555;
}

/* Eye Icon */
.zed-eye-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f4ff;
    color: #000080 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    font-size: 14px;
    text-decoration: none !important;
}

.zed-eye-btn:hover {
    background: #000080;
    color: white !important;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 128, 0.2);
}

/* 4. Footer ZIP Button */
.zed-album-footer {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.zed-zip-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000080;
    color: white !important;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 15px rgba(0, 0, 128, 0.3);
}

.zed-zip-btn:hover {
    background: #000060;
    transform: translateY(-2px);
}