/**
 * SMSTunnel CF7 - Admin Styles
 */

/* SMS Panel styling */
#sms-panel h2 {
    font-size: 1.3em;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#sms-panel fieldset {
    margin: 15px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#sms-panel fieldset legend {
    font-weight: 600;
}

#sms-panel .form-table th {
    width: 200px;
    padding-top: 15px;
}

#sms-panel .form-table td {
    padding-top: 10px;
}

#sms-panel textarea {
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
}

#sms-panel input[type="text"].large-text {
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
}

/* Mail tags display */
.smstunnel-cf7-mail-tags {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
}

.smstunnel-cf7-mail-tags code {
    background: #f0f0f0;
    padding: 2px 6px;
    margin: 2px;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
}

/* Notice styling inside panel */
#sms-panel .notice.inline {
    margin: 10px 0;
}

/* Checkbox alignment */
#sms-panel input[type="checkbox"] {
    margin-right: 8px;
}

/* Description text */
#sms-panel .description {
    color: #666;
    font-style: normal;
    margin-top: 5px;
}

#sms-panel .description code {
    background: #f0f0f0;
    padding: 1px 5px;
    border-radius: 3px;
}

/* SMS (2) section styling */
.smstunnel-sms-2-section h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
