/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wp-cltb-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.wp-cltb-form {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.wp-cltb-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.wp-cltb-form input[type="text"],
.wp-cltb-form input[type="url"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.wp-cltb-form .required {
  color: #dc3232;
}

.wp-cltb-form .description {
  font-size: 12px;
  color: #666;
  margin-top: -10px;
  margin-bottom: 15px;
}

.wp-cltb-result {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  margin-top: 20px;
}

.wp-cltb-result-url {
  word-break: break-all;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 10px;
}

.wp-cltb-copy-button {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.wp-cltb-copy-button .dashicons {
  margin-right: 5px;
}

/* Notice styles */
.wp-cltb-notice {
  background: #fff;
  border: 1px solid #ccd0d4;
  border-left-width: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  padding: 5px 12px;
  margin: 5px 0 10px;
}

.wp-cltb-info-notice {
  border-left-color: #00a0d2;
}

.wp-cltb-success-notice {
  border-left-color: #46b450;
}

.wp-cltb-warning-notice {
  border-left-color: #ffb900;
}

.wp-cltb-error-notice {
  border-left-color: #dc3232;
} 