.blog-write-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.blog-write-notice {
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid transparent;
}

.blog-write-notice.success {
  background: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}

.blog-write-login-notice {
  padding: 15px;
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}

.blog-write-form .form-group {
  margin-bottom: 20px;
}

.blog-write-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.blog-write-form input[type="text"],
.blog-write-form input[type="email"],
.blog-write-form textarea,
.blog-write-form select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
}

.blog-write-form input[type="submit"] {
  background: #0073aa;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  transition: background 0.3s;
}

.blog-write-form input[type="submit"]:hover {
  background: #005177;
}

.blog-write-posts {
  margin-top: 40px;
}

.blog-write-post {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.blog-write-post h4 {
  margin-bottom: 5px;
}

.post-meta {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.post-thumbnail {
  margin-bottom: 15px;
}

.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

/* Admin settings */
.recaptcha-settings {
  display: none;
}

/* Error state */
.blog-write-form input.error {
  border-color: #dc3232;
}
.blog-write-login-notice {
  padding: 20px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  margin: 20px 0;
}

.blog-write-login-notice a {
  color: #0073aa;
  text-decoration: underline;
}

.blog-write-login-notice a:hover {
  color: #005177;
}
.blog-write-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.blog-write-post {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.blog-write-post h4 {
  margin-bottom: 5px;
  color: #333;
}

.post-meta {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.post-thumbnail {
  margin-bottom: 15px;
}

.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.post-content {
  line-height: 1.6;
}
.debug-info {
  background: #f5f5f5;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #666;
}
.blog-write-posts {
  margin: 2em 0;
}

.blog-write-post {
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #eee;
}

.blog-write-post .entry-title {
  margin: 0 0 0.5em;
  font-size: 1.5em;
}

.blog-write-post .entry-title a {
  color: #333;
  text-decoration: none;
}

.blog-write-post .entry-title a:hover {
  color: #0073aa;
}

.blog-write-post .entry-meta {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 1em;
}

.blog-write-post .post-thumbnail {
  margin: 1em 0;
}

.blog-write-post .post-thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
}

.blog-write-post .entry-content {
  line-height: 1.6;
  margin: 1em 0;
}

.blog-write-post .read-more {
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em 1em;
  background: #0073aa;
  color: white;
  text-decoration: none;
  border-radius: 3px;
}

.blog-write-post .read-more:hover {
  background: #005177;
}

.blog-write-no-posts {
  padding: 2em;
  text-align: center;
  background: #f5f5f5;
  border-radius: 3px;
}

.blog-write-debug-info {
  margin-top: 2em;
  padding: 1em;
  background: #fff8e5;
  border: 1px solid #ffd699;
  border-radius: 3px;
}

.blog-write-debug-info h4 {
  margin-top: 0;
  color: #d63638;
}
