/**
 * Admin interface styling for 24TT Login Security and WP Brander.
 * Strictly scoped to .tt24-admin-wrap to prevent global dashboard conflicts.
 */

.tt24-admin-wrap {
    max-width: 850px;
    margin-top: 20px;
    background: #ffffff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    padding: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.tt24-admin-wrap h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1d2327;
}

.tt24-admin-wrap>.description {
    font-size: 15px;
    color: #50575e;
    margin-bottom: 30px;
}

.tt24-admin-wrap h2.title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #f0f0f1;
    padding-bottom: 12px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1d2327;
}

.tt24-admin-wrap .form-table {
    margin-top: 0;
}

.tt24-admin-wrap .form-table th {
    width: 250px;
    font-weight: 600;
    color: #2c3338;
    padding-top: 15px;
}

.tt24-admin-wrap .form-table td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tt24-admin-wrap .regular-text {
    width: 100%;
    max-width: 350px;
    border-radius: 3px;
}

.tt24-admin-wrap .tt24-upload-btn {
    margin-top: 2px;
    vertical-align: baseline;
}

.tt24-admin-wrap p.description {
    margin-top: 8px;
    font-style: italic;
    color: #646970;
}

.tt24-admin-wrap code {
    background: #f0f0f1;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 8px;
    color: #2271b1;
}

.tt24-admin-wrap hr {
    border: 0;
    border-top: 1px solid #f0f0f1;
    margin: 40px 0;
}

.tt24-admin-wrap .submit {
    margin-top: 30px;
    padding: 0;
}

/* Make the primary save button stand out slightly more */
.tt24-admin-wrap .button-primary {
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 4px;
}