/* PKL WPZ REST API Auth Admin Styles */
.tab-content {
    margin-top: 20px;
    padding: 1px 0;
}

.pklwpz-guide-section,
.pklwpz-tokens-section {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}

.pklwpz-guide-box {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left: 4px solid #0073aa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    padding: 20px 25px;
    margin: 20px 0;
    border-radius: 4px;
}

.pklwpz-guide-box h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #0073aa;
    font-size: 1.25em;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.pklwpz-guide-box ol {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pklwpz-guide-box ol li {
    margin-bottom: 8px;
}

.pklwpz-code-block {
    background: #f0f0f1;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    padding: 15px;
    margin: 10px 0 20px 0;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    overflow-x: auto;
    position: relative;
}

.pklwpz-code-block strong {
    color: #222;
}

.pklwpz-code-block pre {
    margin: 0;
    background: transparent;
    border: none;
    padding: 0;
    font-family: inherit;
    white-space: pre-wrap;
    word-break: break-all;
}

.pklwpz-tokens-section .wp-list-table {
    margin-top: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border: 1px solid #c3c4c7;
    border-radius: 4px;
}

.pklwpz-tokens-section h2 {
    margin-bottom: 15px;
    color: #2c3338;
}

.pklwpz-token-revoked {
    background-color: #fce8e8 !important;
}

.pklwpz-token-active {
    background-color: #e8fce8 !important;
}

.pklwpz-status-active {
    color: #228b22;
    font-weight: 600;
}

.pklwpz-status-revoked {
    color: #dc3232;
    font-weight: 600;
}

.pklwpz-actions {
    white-space: nowrap;
}

.pklwpz-actions form {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.nav-tab-wrapper {
    margin-bottom: 0;
    border-bottom: 1px solid #c3c4c7;
}

.nav-tab {
    padding: 8px 15px;
    font-size: 14px;
    color: #50575e;
    border-bottom: none;
    margin-bottom: -1px;
}

.nav-tab-active {
    background-color: #fff;
    border-color: #c3c4c7 #c3c4c7 #fff;
    color: #0073aa;
    font-weight: 600;
}

.nav-tab .count {
    background: #0073aa;
    color: white;
    border-radius: 10px;
    padding: 2px 7px;
    font-size: 11px;
    margin-left: 6px;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    line-height: normal;
}

.notice.notice-info.inline {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    padding: 15px 20px 15px 50px;
    background-color: #e5f5fb;
    border-left-color: #007cba;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.notice.notice-info.inline:before {
    font-family: dashicons;
    content: "\f348";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #007cba;
    font-size: 1.5em;
}

.notice.notice-info.inline p,
.notice.notice-info.inline ul {
    margin-top: 0;
    margin-bottom: 10px;
    color: #32373c;
}

.notice.notice-info.inline ul {
    list-style: disc;
    margin-left: 25px;
}

.notice.notice-info.inline ul li {
    margin-bottom: 5px;
}

.form-table th {
    width: 280px;
}

.form-table td {
    padding-left: 10px;
}

.form-table .description {
    margin-top: 5px;
    font-style: italic;
    color: #646970;
}