/**
 * Keyless Auth Admin Styles  
 * @since 2.0.9
 */

/* Mail logger styles */
.chrmrtns-kla-mail-expand-btn {
    cursor: pointer;
    color: #2271b1;
    text-decoration: underline;
}

.chrmrtns-kla-mail-expand-btn:hover {
    color: #135e96;
}

.chrmrtns-kla-mail-content {
    display: none;
    background: #f0f0f0;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-height: 400px;
    overflow-y: auto;
}

/* Email template preview styles */
.chrmrtns-kla-template-selection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
}

.chrmrtns-kla-template-item {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}

.chrmrtns-kla-template-item label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
}

.template-preview {
    border: 1px solid #ccc;
    height: 200px;
    width: 100%;
}

.template-preview iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* SMTP settings styles */
.chrmrtns-kla-config-notice {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 10px;
    margin: 10px 0;
}

#chrmrtns_kla_custom_from_name_field {
    margin-top: 10px;
}

/* Custom template section */
#chrmrtns_kla_custom_template_section {
    margin-top: 20px;
}

.chrmrtns-kla-template-help {
    margin-top: 30px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

.chrmrtns-kla-template-help pre {
    background: white;
    padding: 15px;
    border: 1px solid #ddd;
    overflow-x: auto;
}