Theme Name: Adore News Child
Theme URI: https://wordpress.org/themes/adore-news/
Description: Child Theme
Author: Ærnviðr
Author URI: https://shield-wall.de
Template: adore-news
Version: 1.0.0
Text Domain: adore-news-child

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.comments-area,
.comment-list .comment,
.comment-body,
.comment-respond {
  background-color: #0b0b0b;
  color: #f5f5f5;
  padding: 16px 20px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.comment-content,
.comment-content p {
  color: #f5f5f5;
}

.comment-meta,
.comment-meta a,
.comment-author,
.comment-author a {
  color: #9ca3af;
}

.comment-reply-link {
  color: #39ff14;
  font-weight: 600;
}

.comment-reply-link:hover {
  color: #ffffff;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
  background-color: #111827;
  color: #f5f5f5;
  border: 1px solid #374151;
  border-radius: 8px;
}

.comment-respond ::placeholder {
  color: #9ca3af;
}

.comment-respond input[type="submit"] {
  background-color: #166534;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 600;
  cursor: pointer;
}

.comment-respond input[type="submit"]:hover {
  background-color: #0f3f21;
}

.single-post .comments-area,
.single-post .comment-list,
.single-post .comment-list .comment,
.single-post .comment-body,
.single-post .comment-respond {
  background-color: #050505 !important;
  color: #f5f5f5 !important;
  border-radius: 12px;
}

.single-post .comment-content,
.single-post .comment-content p {
  color: #f5f5f5 !important;
}

.single-post .comment-meta,
.single-post .comment-meta a,
.single-post .comment-author,
.single-post .comment-author a {
  color: #9ca3af !important;
}

.single-post .comment-reply-link {
  color: #39ff14 !important;
  font-weight: 600;
}
.single-post .comment-reply-link:hover {
  color: #ffffff !important;
}

.single-post .comment-respond label,
.single-post .comment-respond p,
.single-post .comment-respond span {
  color: #f5f5f5 !important;
}

.single-post .comment-respond input[type="text"],
.single-post .comment-respond input[type="email"],
.single-post .comment-respond input[type="url"],
.single-post .comment-respond textarea {
  background-color: #111827 !important;
  color: #f5f5f5 !important;
  border: 1px solid #374151 !important;
  border-radius: 8px;
}

.single-post .comment-respond ::placeholder {
  color: #9ca3af !important;
}

.single-post .comment-respond input[type="submit"] {
  background-color: #166534 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 8px 18px !important;
  font-weight: 600 !important;
  cursor: pointer;
}
.single-post .comment-respond input[type="submit"]:hover {
  background-color: #0f3f21 !important;
}

@media (max-width: 900px) {

  /* gesamter menüblock */
  .main-navigation {
    background-color: #050505 !important;
  }

  /* liste + einträge + links */
  .main-navigation ul,
  .main-navigation ul li,
  .main-navigation ul li a {
    background-color: #050505 !important;
    color: #ffffff !important;
  }

  /* hover / aktuell / fokus im mobilen menü */
  .main-navigation ul li a:hover,
  .main-navigation ul li.current-menu-item > a,
  .main-navigation ul li.current-menu-ancestor > a {
    background-color: #166534 !important;
    color: #39FF14 !important;
  }
}