/**
 * Jokko ChatBot Admin Styles
 */

.jokko-chatbot-settings {
  max-width: 1000px;
}

.jokko-header {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px;
  margin: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.jokko-logo {
  max-width: 220px;
  height: auto;
  margin-bottom: 20px;
}

.jokko-description {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.jokko-chatbot-settings form {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px;
  margin: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.jokko-chatbot-settings h2 {
  margin-top: 0;
  padding-top: 0;
  border-bottom: 2px solid #2563eb;
  padding-bottom: 10px;
  color: #2563eb;
}

.jokko-chatbot-settings .form-table th {
  font-weight: 600;
  color: #333;
}

.jokko-chatbot-settings .form-table td {
  padding: 15px 10px;
}

.jokko-chatbot-settings input[type="text"],
.jokko-chatbot-settings input[type="url"],
.jokko-chatbot-settings select {
  padding: 8px 12px;
  font-size: 14px;
}

.jokko-chatbot-settings input[type="color"] {
  width: 60px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.jokko-chatbot-settings .description {
  font-size: 13px;
  color: #666;
  font-style: italic;
}

.jokko-help-box {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  padding: 25px;
  margin: 20px 0;
}

.jokko-help-box h3 {
  margin-top: 0;
  color: #2563eb;
  font-size: 18px;
}

.jokko-help-box ol {
  margin: 15px 0;
  padding-left: 25px;
}

.jokko-help-box li {
  margin: 8px 0;
  line-height: 1.6;
}

.jokko-help-box p:last-child {
  margin-bottom: 0;
}

.jokko-help-box .button {
  margin-right: 10px;
  margin-top: 10px;
}

/* Success message styling */
.jokko-chatbot-settings .notice {
  margin: 20px 0;
}

/* Make the submit button stand out */
.jokko-chatbot-settings .submit .button-primary {
  background: #2563eb;
  border-color: #1d4ed8;
  padding: 10px 30px;
  height: auto;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.jokko-chatbot-settings .submit .button-primary:hover {
  background: #1d4ed8;
  border-color: #1e40af;
}

/* Responsive design */
@media screen and (max-width: 782px) {
  .jokko-header {
    padding: 20px;
  }

  .jokko-chatbot-settings form {
    padding: 20px;
  }

  .jokko-help-box {
    padding: 15px;
  }
}
