/**
 * LLMS Central Bot Tracker - Admin Styles
 */

.llms-central-admin {
    max-width: 1200px;
}

.llms-central-header {
    background: #fff;
    border-left: 4px solid #2271b1;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.llms-central-header p {
    margin: 0;
    font-size: 14px;
}

.llms-central-tabs {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.llms-central-tabs .nav-tab-wrapper {
    margin-bottom: 30px;
}

.llms-central-tabs .tab-content {
    display: none;
}

.llms-central-tabs .tab-content.active {
    display: block;
}

.llms-central-tracking-code {
    background: #f0f6fc;
    border: 1px solid #c3e6ff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.llms-central-tracking-code .notice {
    margin: 0 0 15px 0;
}

.llms-central-file-info {
    background: #f0f6fc;
    border: 1px solid #c3e6ff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.llms-central-file-info code {
    background: #fff;
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
}

.llms-central-privacy-notice {
    background: #fff9e6;
    border-left: 4px solid #f0b429;
    padding: 20px;
    margin: 20px 0;
}

.llms-central-privacy-notice h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.llms-central-privacy-notice h3:first-child {
    margin-top: 0;
}

.llms-central-privacy-notice ul {
    margin: 10px 0;
    padding-left: 20px;
}

.llms-central-privacy-notice li {
    margin: 5px 0;
}

.llms-central-footer {
    text-align: center;
    padding: 20px;
    color: #646970;
    font-size: 13px;
}

.llms-central-footer a {
    color: #2271b1;
    text-decoration: none;
}

.llms-central-footer a:hover {
    text-decoration: underline;
}

/* Dashboard Widget Styles */
.llms-central-widget-inactive {
    text-align: center;
    padding: 20px;
}

.llms-central-widget-inactive .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
}

/* Responsive */
@media screen and (max-width: 782px) {
    .llms-central-tabs .nav-tab {
        display: block;
        margin: 0 0 5px 0;
    }
    
    .llms-widget-stats {
        flex-direction: column;
    }
}
