/**
 * Draft2Live Admin Styles
 */

/* Settings page layout */
.draft2live-hero {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 6px;
    padding: 32px;
    margin: 20px 0;
    max-width: 760px;
}
.draft2live-hero h2 {
    margin-top: 0;
}
.draft2live-settings-main {
    max-width: 800px;
    margin-top: 20px;
}
.draft2live-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.draft2live-card h3 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* Status indicators */
.draft2live-status-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.draft2live-status-indicator.connected {
    background-color: #46b450;
}

.draft2live-status-indicator.disconnected {
    background-color: #dc3232;
}

.draft2live-status-indicator.pending {
    background-color: #ffb900;
}
