/* Admin Footer */
.dila-admin-footer {
    margin: 40px -20px -20px;
    padding: 20px;
    background: #f8f9fa;
    border-top: 1px solid #ddd;
}

.dila-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 13px;
}

.dila-footer-left {
    color: #666;
}

.dila-footer-left strong {
    color: #1e1e1e;
}

.dila-version {
    color: #999;
    font-size: 11px;
}

.dila-separator {
    margin: 0 8px;
    color: #ddd;
}

.dila-heart {
    color: #e74c3c;
    font-size: 14px;
}

.dila-footer-left a {
    color: #2271b1;
    text-decoration: none;
    font-weight: 600;
}

.dila-footer-left a:hover {
    text-decoration: underline;
}

.dila-footer-right {
    display: flex;
    gap: 20px;
}

.dila-footer-right a {
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}

.dila-footer-right a:hover {
    color: #2271b1;
}

.dila-footer-right .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* About Card */
.dila-about-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.dila-about-header {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dila-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dila-logo .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dila-logo-text h3 {
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.dila-tagline {
    font-size: 14px;
    opacity: 0.9;
}

.dila-about-content {
    padding: 30px;
}

.dila-about-content > p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
    opacity: 0.95;
}

.dila-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}

.dila-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.dila-feature .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #4ade80;
}

.dila-coming-soon {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dila-coming-soon h4 {
    margin: 0 0 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fbbf24;
}

.dila-coming-soon h4 .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.dila-pro-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

.dila-pro-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    opacity: 0.95;
}

.dila-pro-feature .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #fbbf24;
    flex-shrink: 0;
}

.dila-stay-tuned {
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-style: italic;
    opacity: 0.9;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dila-about-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.dila-about-actions .button-hero {
    padding: 12px 24px;
    height: auto;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dila-about-actions .button-hero .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.dila-about-actions .button-primary {
    background: #fff;
    border-color: #fff;
    color: #667eea;
    font-weight: 600;
}

.dila-about-actions .button-primary:hover {
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #667eea;
}

.dila-about-actions .button-secondary {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.dila-about-actions .button-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.dila-social-links {
    display: flex;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dila-social-links a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.dila-social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.dila-social-links .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

/* Upgrade Notice */
.dila-upgrade-notice {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.dila-upgrade-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dila-upgrade-icon {
    flex-shrink: 0;
}

.dila-upgrade-icon .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: #fbbf24;
}

.dila-upgrade-text h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #fff;
}

.dila-upgrade-text p {
    margin: 0 0 15px;
    font-size: 14px;
    opacity: 0.95;
    line-height: 1.5;
}

.dila-notify-actions {
    display: flex;
    gap: 10px;
}

.dila-notify-actions .button {
    margin: 0;
}

.dila-notify-actions .button-primary {
    background: #fff;
    border-color: #fff;
    color: #f5576c;
    font-weight: 600;
}

.dila-notify-actions .button-primary:hover {
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #f5576c;
}

.dila-notify-actions .button-secondary {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.dila-notify-actions .button-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

/* Responsive */
@media (max-width: 782px) {
    .dila-footer-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .dila-footer-right {
        flex-direction: column;
        gap: 10px;
    }

    .dila-features-grid {
        grid-template-columns: 1fr;
    }

    .dila-pro-features {
        grid-template-columns: 1fr;
    }

    .dila-about-actions {
        flex-direction: column;
    }

    .dila-about-actions .button-hero {
        width: 100%;
        justify-content: center;
    }

    .dila-upgrade-content {
        flex-direction: column;
        text-align: center;
    }

    .dila-notify-actions {
        flex-direction: column;
    }

    .dila-notify-actions .button {
        width: 100%;
    }
}
