/* Inline styles moved to external CSS file for better SEO */

/* Facebook Pixel Image */
.facebook-pixel-img {
    height: 1px;
    width: 1px;
    display: none;
}

/* Mobile Indicator */
#mobile-indicator {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(45deg, #8B4513, #D2691E);
    z-index: 10000;
}

/* Admin Dashboard Styles */
.admin-header {
    color: #666;
    margin-bottom: 30px;
}

.empty-state-icon {
    font-size: 3rem;
    color: #ddd;
    margin-bottom: 20px;
}

.inline-form {
    display: inline;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

/* Test Page Styles */
.success-message {
    color: green;
    font-weight: bold;
}

.warning-message {
    color: orange;
    font-weight: bold;
}

.error-message {
    color: red;
    font-weight: bold;
}

.primary-button {
    background: #007bff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.danger-button {
    background: #dc3545;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

/* Uninstall Page Styles */
.confirm-button {
    background: #dc3545;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}
