/* 800.com Call Tracking Plugin Admin Styles */

.ehdi-error-message {
    color: red;
}

.ehdi-script-wrapper {
    margin-bottom: 10px;
}

.ehdi-script-title {
    margin-bottom: 5px;
    font-weight: bold;
}

.ehdi-script-display {
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid #ccc;
    padding: 10px;
    background: #f9f9f9;
    margin-top: 0;
}

.ehdi-refresh-spinner {
    float: none;
    vertical-align: middle;
}

.ehdi-refresh-status {
    font-style: italic;
    color: #666;
}

.ehdi-script-textarea {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    font-family: 'Courier New', monospace;
    font-size: 11px;
    resize: vertical;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 600px;
    line-height: 1.4;
}

.ehdi-script-textarea:focus {
    background-color: #fff;
    border-color: #007cba;
    box-shadow: 0 0 0 1px #007cba;
}

.ehdi-script-textarea::placeholder {
    color: #999;
    font-style: italic;
}

.ehdi-script-error {
    margin-bottom: 10px;
}

.ehdi-script-error .notice {
    margin: 0;
    padding: 8px 12px;
}

.ehdi-script-error .notice-error {
    border-left-color: #dc3232;
    background-color: #fbeaea;
}
