.post-navigation-top {
  margin-bottom: 30px;
}

.back-button {
  display: inline-block;
  text-decoration: none;
  color: #aaa;
  font-weight: 500;
  font-size: 0.9rem;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.back-button:hover {
  color: #ffffff;
  transform: translateX(-5px);
}

.post-container {
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Inter", system-ui, sans-serif;
  color: #e0e0e0;
}

.post-header {
  text-align: left;
  margin-bottom: 40px;
}

.post-category a {
  text-transform: uppercase;
  color: #4db8ff;
  font-weight: bold;
  font-size: 0.85rem;
  text-decoration: none;
  letter-spacing: 1px;
}

.post-date {
  color: #bbb;
  font-size: 0.9rem;
  margin-left: 10px;
}

.post-title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 20px 0;
  color: #ffffff;
}

.post-author-bar {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.author-info img {
  border-radius: 50%;
}

.author-text {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}

.author-text strong {
  color: #ffffff;
}

.meta-details {
  font-size: 0.85rem;
  color: #bbb;
  margin-top: 2px;
}

.post-featured-image {
  margin: 40px 0;
}

.post-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.post-content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #e0e0e0;
}

.post-content p {
  margin-bottom: 1.5em;
}

.post-content h2 {
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 0.8em;
  color: #ffffff;
}

.post-content blockquote {
  border-left: 4px solid #4db8ff;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #ccc;
  background: #333;
  padding: 20px;
  border-radius: 0 8px 8px 0;
}

.post-tags span {
  display: inline-block;
  background: #333;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 0.85rem;
  color: #ccc;
}

.post-comments-section {
  margin-top: 60px;
  border-top: 1px solid #444;
  padding-top: 40px;
  color: #e0e0e0;
}

.comment-form label {
  color: #ffffff;
}
.comment-notes,
.logged-in-as {
  color: #bbb;
}
.comment-body {
  background: #222;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #333;
}
.fn {
  color: #ffffff;
}
.comment-metadata a {
  color: #bbb;
}

.comment-reply-title {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
}

.comment-reply-title small a {
  color: #eb4d4b;
  font-size: 1rem;
  margin-left: 10px;
}

.comment-form {
  background: #1e1e1e;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #333;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  background: #2b2b2b;
  border: 1px solid #444;
  color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  margin-bottom: 20px;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  box-sizing: border-box;
}

.comment-form textarea:focus,
.comment-form input:focus {
  outline: none;
  border-color: #4db8ff;
  box-shadow: 0 0 8px rgba(77, 184, 255, 0.2);
}

.comment-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #ccc;
  font-size: 0.9rem;
}

.comment-notes,
.logged-in-as {
  color: #888;
  font-size: 0.85rem;
  margin-bottom: 20px;
}

.logged-in-as a {
  color: #4db8ff;
  text-decoration: none;
}

.form-submit .submit {
  background: #4db8ff;
  color: #000;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s;
  display: inline-block;
}

.form-submit .submit:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aaa;
  font-size: 0.9rem;
}

.comment-form-cookies-consent input {
  margin: 0;
}
