/*
Theme Name: Kuroneko Games Cocoon Child
Theme URI: https://example.com/
Description: Cocoon child theme for the new Kuroneko Games site.
Author: Codex
Version: 1.0.0
Template: cocoon-master
Text Domain: kuroneko-games-cocoon-child
*/

:root {
  --kg-bg: #120d12;
  --kg-surface: rgba(18, 14, 19, 0.82);
  --kg-line: rgba(255, 255, 255, 0.1);
  --kg-text: #f7efe9;
  --kg-text-muted: #cdbfb7;
  --kg-accent: #ff7a2f;
  --kg-accent-soft: #ffb067;
  --kg-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
  --kg-radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--kg-text);
  background-color: var(--kg-bg);
  background-image:
    linear-gradient(180deg, rgba(8, 6, 8, 0.72), rgba(8, 6, 8, 0.88)),
    url("assets/images/bg-pattern-neko.png");
  background-size: auto, 680px auto;
  background-repeat: repeat;
  background-attachment: fixed, scroll;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 122, 47, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(143, 33, 33, 0.16), transparent 24%);
}

a {
  color: var(--kg-accent-soft);
}

a:hover {
  color: #ffd27b;
}

#header-container,
.header-container,
#header,
.header,
#header-in,
.header-in {
  background: rgba(10, 7, 11, 0.64) !important;
  box-shadow: none !important;
  border: 0 !important;
}

#header-container,
.header-container {
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid var(--kg-line) !important;
  backdrop-filter: blur(18px);
}


#header-in,
.header-in,
#navi-in,
.navi-in,
#footer-in,
.footer-in,
#contents {
  width: min(calc(100% - 32px), 1180px);
  margin-left: auto;
  margin-right: auto;
}

#header-container-in,
.header-container-in,
#header-in,
.header-in {
  min-height: 57px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#header-in,
.header-in,
.fixed-header .header .header-in {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between;
  min-height: 57px !important;
}

#header .logo-header,
.header .logo-header {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

#header .logo-header .site-name-text-link,
.header .logo-header .site-name-text-link {
  display: block;
  width: min(340px, 56vw);
  height: 44px;
  margin: 0;
  padding: 0;
  background: url("assets/images/logo-neko.png") no-repeat left center / auto 40px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  line-height: 0;
  font-size: 0;
}

#header .logo-header .site-name-text,
.header .logo-header .site-name-text,
#header .logo-header img,
.header .logo-header img,
#header .tagline,
.header .tagline,
#header .site-description,
.header .site-description {
  display: none !important;
}

.footer-bottom-logo .logo-footer {
  display: flex;
  align-items: center;
  min-height: 32px;
}

.footer-bottom-logo .logo-footer .site-name-text-link {
  display: block;
  width: 170px;
  height: 32px;
  background: url("assets/images/logo-neko.png") no-repeat left center / auto 28px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  line-height: 0;
  font-size: 0;
}

.footer-bottom-logo .logo-footer .site-name-text,
.footer-bottom-logo .logo-footer img {
  display: none !important;
}

@media (max-width: 768px) {
  #header-container-in,
  .header-container-in,
  #header-in,
  .header-in {
    min-height: 50px !important;
  }

  #header .logo-header,
  .header .logo-header {
    min-height: 38px;
  }

  #header .logo-header .site-name-text-link,
  .header .logo-header .site-name-text-link {
    width: min(250px, 72vw);
    height: 50px;
    background-size: auto 40px;
  }

  .footer-bottom-logo .logo-footer .site-name-text-link {
    width: 150px;
    height: 30px;
    background-size: auto 24px;
  }
}

@media (max-width: 640px) {
  #header-in,
  .header-in,
  #navi-in,
  .navi-in,
  #footer-in,
  .footer-in,
  #contents {
    width: min(calc(100% - 20px), 1180px);
  }

  #header .logo-header .site-name-text-link,
  .header .logo-header .site-name-text-link {
    width: min(220px, 62vw);
    height: 50px;
    background-size: auto 32px;
  }
}
#main,
.article,
.entry-card-wrap,
.comment-area,
.related-entry-card-wrap,
.pager-post-navi,
.post-navi,
#sidebar .widget,
.sidebar .widget,
.widget-area .widget {
  background: var(--kg-surface);
  border: 1px solid var(--kg-line);
  border-radius: var(--kg-radius);
  box-shadow: var(--kg-shadow);
}

#main,
.article,
.entry-card-wrap,
.comment-area,
.related-entry-card-wrap,
.pager-post-navi,
.post-navi {
  padding: clamp(20px, 3vw, 32px);
}

#sidebar,
#sidebar-in {
  background: transparent;
  border: 0;
  box-shadow: none;
}

#sidebar .widget,
.sidebar .widget,
.widget-area .widget {
  padding: 22px;
  margin-bottom: 20px;
}

.entry-title,
.archive-title,
.page-title,
.entry-content h1,
.article h1 {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 0.9em;
  padding: 0 0 0.4em;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #fff7f0;
  text-shadow: 0 0 26px rgba(255, 122, 47, 0.2);
}

.entry-title::after,
.archive-title::after,
.page-title::after,
.entry-content h1::after,
.article h1::after {
  content: "";
  display: block;
  width: min(180px, 38vw);
  height: 4px;
  margin-top: 0.32em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 122, 47, 0.95), rgba(167, 63, 255, 0.72), rgba(255, 255, 255, 0));
  box-shadow: 0 0 18px rgba(167, 63, 255, 0.18);
}

.entry-content h2,
.article h2,
.widget h2,
.widget h3 {
  margin-top: 2.1em;
  margin-bottom: 0.85em;
  padding: 0.7em 1em;
  border-left: 4px solid #ff7a2f;
  border-radius: 0 18px 18px 0;
  background:
    linear-gradient(90deg, rgba(255, 122, 47, 0.16), rgba(145, 52, 220, 0.14) 58%, rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 10px 30px rgba(0, 0, 0, 0.12);
  color: #fff6ef;
}

.entry-content h3,
.article h3 {
  position: relative;
  margin-top: 2em;
  margin-bottom: 0.9em;
  padding: 0 0 0.8em;
  border: 0;
  color: #fff0e7;
  line-height: 1.35;
}

.entry-content h3::before,
.article h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 122, 47, 0.18) 55%, rgba(255, 255, 255, 0));
}

.entry-content h3::after,
.article h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(110px, 32vw);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(167, 63, 255, 0.82), rgba(255, 122, 47, 0.94));
  box-shadow: 0 0 16px rgba(255, 122, 47, 0.14);
}

.entry-content h4,
.article h4 {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: 1.5em;
  margin-bottom: 0.7em;
  padding: 0.34em 0.9em;
  border: 1px solid rgba(167, 63, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(167, 63, 255, 0.14), rgba(255, 122, 47, 0.08));
  color: #ffd7b8;
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.entry-content blockquote,
.article blockquote {
  padding: 18px 20px;
  border-left: 4px solid rgba(255, 122, 47, 0.5);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
}

.entry-content table,
.article table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 16px;
}

.entry-content table th,
.entry-content table td,
.article table th,
.article table td {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.entry-content table th,
.article table th {
  background: rgba(255, 122, 47, 0.12);
}

.entry-content div[style*="#f0c36d"][style*="#fff8e8"],
.article div[style*="#f0c36d"][style*="#fff8e8"] {
  position: relative;
  margin: 28px 0 !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(255, 176, 103, 0.42) !important;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 122, 47, 0.2), rgba(255, 176, 103, 0.08) 45%, rgba(255, 255, 255, 0.03)),
    rgba(24, 17, 25, 0.92) !important;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  color: var(--kg-text) !important;
  overflow: hidden;
}

.entry-content div[style*="#f0c36d"][style*="#fff8e8"]::before,
.article div[style*="#f0c36d"][style*="#fff8e8"]::before {
  content: "";
  position: absolute;
  inset: auto -40px -50px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 176, 103, 0.24), rgba(255, 176, 103, 0));
  pointer-events: none;
}

.entry-content div[style*="#f0c36d"][style*="#fff8e8"] p,
.article div[style*="#f0c36d"][style*="#fff8e8"] p {
  position: relative;
  margin: 0 !important;
  color: var(--kg-text) !important;
  line-height: 1.85;
}

.entry-content div[style*="#f0c36d"][style*="#fff8e8"] strong,
.article div[style*="#f0c36d"][style*="#fff8e8"] strong {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 0.36em 0.82em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 122, 47, 0.96), rgba(255, 176, 103, 0.94));
  color: #22160d !important;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(255, 122, 47, 0.18);
}

.entry-content .wp-block-table,
.article .wp-block-table,
.wp-block-table {
  position: relative;
  width: 100%;
  margin: 28px 0;
  padding: 10px 0 16px;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(18, 13, 18, 0.88);
  box-shadow: var(--kg-shadow);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 176, 103, 0.78) rgba(255, 255, 255, 0.06);
}

.entry-content .wp-block-table::-webkit-scrollbar,
.article .wp-block-table::-webkit-scrollbar,
.wp-block-table::-webkit-scrollbar {
  height: 12px;
}

.entry-content .wp-block-table::-webkit-scrollbar-track,
.article .wp-block-table::-webkit-scrollbar-track,
.wp-block-table::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.entry-content .wp-block-table::-webkit-scrollbar-thumb,
.article .wp-block-table::-webkit-scrollbar-thumb,
.wp-block-table::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(255, 122, 47, 0.96), rgba(255, 176, 103, 0.88));
  border-radius: 999px;
}

.entry-content .wp-block-table table,
.entry-content .wp-block-table table[style],
.article .wp-block-table table,
.article .wp-block-table table[style],
.wp-block-table table,
.wp-block-table table[style] {
  width: 1180px !important;
  min-width: 1180px !important;
  margin: 0;
  table-layout: auto !important;
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(10, 7, 12, 0.96) !important;
}

.entry-content .wp-block-table th,
.entry-content .wp-block-table td,
.entry-content .wp-block-table th[style],
.entry-content .wp-block-table td[style],
.article .wp-block-table th,
.article .wp-block-table td,
.article .wp-block-table th[style],
.article .wp-block-table td[style],
.wp-block-table th,
.wp-block-table td,
.wp-block-table th[style],
.wp-block-table td[style] {
  box-sizing: border-box;
  min-width: 160px;
  padding: 18px 18px !important;
  border-top: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-left: 0 !important;
  background: rgba(21, 15, 23, 0.96) !important;
  color: var(--kg-text) !important;
  vertical-align: top;
  line-height: 1.85;
  word-break: break-word;
  background-clip: padding-box;
}

.entry-content .wp-block-table th:first-child,
.entry-content .wp-block-table td:first-child,
.entry-content .wp-block-table th[style]:first-child,
.entry-content .wp-block-table td[style]:first-child,
.article .wp-block-table th:first-child,
.article .wp-block-table td:first-child,
.article .wp-block-table th[style]:first-child,
.article .wp-block-table td[style]:first-child,
.wp-block-table th:first-child,
.wp-block-table td:first-child,
.wp-block-table th[style]:first-child,
.wp-block-table td[style]:first-child {
  min-width: 145px;
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.entry-content .wp-block-table th:nth-child(2),
.entry-content .wp-block-table td:nth-child(2),
.article .wp-block-table th:nth-child(2),
.article .wp-block-table td:nth-child(2),
.wp-block-table th:nth-child(2),
.wp-block-table td:nth-child(2) {
  min-width: 190px;
}

.entry-content .wp-block-table th:nth-child(4),
.entry-content .wp-block-table td:nth-child(4),
.article .wp-block-table th:nth-child(4),
.article .wp-block-table td:nth-child(4),
.wp-block-table th:nth-child(4),
.wp-block-table td:nth-child(4) {
  min-width: 230px;
}

.entry-content .wp-block-table th:last-child,
.entry-content .wp-block-table td:last-child,
.article .wp-block-table th:last-child,
.article .wp-block-table td:last-child,
.wp-block-table th:last-child,
.wp-block-table td:last-child {
  min-width: 320px;
}

.entry-content .wp-block-table thead th,
.entry-content .wp-block-table thead th[style],
.article .wp-block-table thead th,
.article .wp-block-table thead th[style],
.wp-block-table thead th,
.wp-block-table thead th[style] {
  background:
    linear-gradient(180deg, rgba(255, 122, 47, 0.42), rgba(120, 54, 24, 0.9)),
    rgba(44, 24, 18, 0.96) !important;
  color: #fffaf4 !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: normal;
}

.entry-content .wp-block-table tbody tr:nth-child(odd) td,
.entry-content .wp-block-table tbody tr:nth-child(odd) td[style],
.article .wp-block-table tbody tr:nth-child(odd) td,
.article .wp-block-table tbody tr:nth-child(odd) td[style],
.wp-block-table tbody tr:nth-child(odd) td,
.wp-block-table tbody tr:nth-child(odd) td[style] {
  background: rgba(24, 17, 26, 0.98) !important;
}

.entry-content .wp-block-table tbody tr:nth-child(even) td,
.entry-content .wp-block-table tbody tr:nth-child(even) td[style],
.article .wp-block-table tbody tr:nth-child(even) td,
.article .wp-block-table tbody tr:nth-child(even) td[style],
.wp-block-table tbody tr:nth-child(even) td,
.wp-block-table tbody tr:nth-child(even) td[style] {
  background: rgba(34, 23, 30, 0.98) !important;
}

.entry-content .wp-block-table tbody tr:hover td,
.entry-content .wp-block-table tbody tr:hover td[style],
.article .wp-block-table tbody tr:hover td,
.article .wp-block-table tbody tr:hover td[style],
.wp-block-table tbody tr:hover td,
.wp-block-table tbody tr:hover td[style] {
  background: rgba(58, 34, 28, 0.98) !important;
}

.entry-content .wp-block-table thead th:first-child,
.article .wp-block-table thead th:first-child,
.wp-block-table thead th:first-child {
  border-top-left-radius: 18px;
}

.entry-content .wp-block-table thead th:last-child,
.article .wp-block-table thead th:last-child,
.wp-block-table thead th:last-child {
  border-top-right-radius: 18px;
}

.entry-content .wp-block-table tbody tr:last-child td:first-child,
.article .wp-block-table tbody tr:last-child td:first-child,
.wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 18px;
}

.entry-content .wp-block-table tbody tr:last-child td:last-child,
.article .wp-block-table tbody tr:last-child td:last-child,
.wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}

@media (max-width: 640px) {
  .entry-content .wp-block-table,
  .article .wp-block-table,
  .wp-block-table {
    border-radius: 18px;
  }

  .entry-content .wp-block-table table,
  .entry-content .wp-block-table table[style],
  .article .wp-block-table table,
  .article .wp-block-table table[style],
  .wp-block-table table,
  .wp-block-table table[style] {
    width: 1040px !important;
    min-width: 1040px !important;
  }

  .entry-content .wp-block-table th,
  .entry-content .wp-block-table td,
  .entry-content .wp-block-table th[style],
  .entry-content .wp-block-table td[style],
  .article .wp-block-table th,
  .article .wp-block-table td,
  .article .wp-block-table th[style],
  .article .wp-block-table td[style],
  .wp-block-table th,
  .wp-block-table td,
  .wp-block-table th[style],
  .wp-block-table td[style] {
    min-width: 150px;
    padding: 14px 15px !important;
    font-size: 0.95rem;
  }

  .entry-content .wp-block-table th:last-child,
  .entry-content .wp-block-table td:last-child,
  .article .wp-block-table th:last-child,
  .article .wp-block-table td:last-child,
  .wp-block-table th:last-child,
  .wp-block-table td:last-child {
    min-width: 280px;
  }
}
#footer,
.footer {
  background-image:
    linear-gradient(180deg, rgba(10, 7, 10, 0.84), rgba(10, 7, 10, 0.96)),
    url("assets/images/footer-bg.png") !important;
  background-size: cover, cover !important;
  background-position: center top, center center !important;
  background-repeat: no-repeat, no-repeat !important;
  color: var(--kg-text-muted) !important;
  border-top: 1px solid var(--kg-line) !important;
  box-shadow: none !important;
}

#footer-in,
.footer-in,
#navi-footer,
.navi-footer,
#footer-bottom,
.footer-bottom,
.copyright,
#footer .widget,
.footer .widget {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#footer a,
.footer a,
.copyright a {
  color: var(--kg-text) !important;
}

#footer a:hover,
.footer a:hover,
.copyright a:hover {
  color: var(--kg-accent-soft) !important;
}

@media (max-width: 782px) {
  .admin-bar #header-container,
  .admin-bar .header-container {
    top: 46px;
  }
}

@media (max-width: 640px) {
  #header .logo a,
  .header .logo a,
  #header .site-name a,
  .header .site-name a,
  #header .site-name-text-link,
  .header .site-name-text-link {
    width: min(220px, 62vw);
    height: 50px;
    margin: 0;
    background-size: auto 32px;
  }

  #header .logo,
  .header .logo,
  #header .site-name,
  .header .site-name {
    min-height: 38px;
  }
}



@media (max-width: 768px) {
  #header-container,
  .header-container {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }

  .admin-bar #header-container,
  .admin-bar .header-container {
    top: 46px !important;
  }

  #header-container,
  .header-container,
  #header-container-in,
  .header-container-in,
  #header,
  .header,
  #header-in,
  .header-in,
  .fixed-header,
  .fixed-header .header,
  .fixed-header .header .header-in {
    height: auto !important;
    min-height: 50px !important;
  }

  #header-container-in,
  .header-container-in,
  #header,
  .header,
  #header-in,
  .header-in,
  .fixed-header .header .header-in {
    display: flex !important;
    align-items: center !important;
  }

  body {
    margin-top: 50px !important;
  }
}

#comment-area .comment-list .children {
  margin: 20px 0 0 28px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 122, 47, 0.35);
}

#comment-area .comment-list .children > li {
  position: relative;
  margin-top: 18px;
  list-style: none;
}

#comment-area .comment-list .children > li::before {
  content: "REPLY";
  position: absolute;
  top: -12px;
  left: -10px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 122, 47, 0.28);
  border-radius: 999px;
  background: rgba(255, 122, 47, 0.14);
  color: #ffd6b0;
  font-size: 11px;
  letter-spacing: 0.08em;
}

#comment-area .comment-list .children .comment-body {
  background: rgba(255, 122, 47, 0.05);
  border-color: rgba(255, 122, 47, 0.22);
}

#comment-area .comment-reply-link {
  border-color: rgba(255, 122, 47, 0.4);
  color: #ffbf8a;
}

#comment-area .comment-reply-link:hover {
  background: rgba(255, 122, 47, 0.12);
  color: #ffe0b7;
}

#cancel-comment-reply-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 122, 47, 0.24);
  border-radius: 999px;
  background: rgba(255, 122, 47, 0.08);
  color: #ffd6b0;
  font-size: 12px;
}

#cancel-comment-reply-link::before {
  content: "x";
}

@media (max-width: 640px) {
  #comment-area .comment-list .children {
    margin-left: 14px;
    padding-left: 12px;
  }

  #comment-area .comment-list .children > li::before {
    left: -8px;
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  #footer .wp-block-latest-comments__comment,
  .footer .wp-block-latest-comments__comment,
  #footer .wp-block-latest-comments__comment-excerpt,
  .footer .wp-block-latest-comments__comment-excerpt,
  #footer .recentcomments,
  .footer .recentcomments {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #f7efe9 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 12px 14px;
  }

  #footer .wp-block-latest-comments__comment *,
  .footer .wp-block-latest-comments__comment *,
  #footer .wp-block-latest-comments__comment-excerpt *,
  .footer .wp-block-latest-comments__comment-excerpt *,
  #footer .recentcomments *,
  .footer .recentcomments * {
    color: #f7efe9 !important;
  }

  #footer .wp-block-latest-comments__comment-author,
  .footer .wp-block-latest-comments__comment-author,
  #footer .comment-author-link,
  .footer .comment-author-link,
  #footer .recentcomments a,
  .footer .recentcomments a {
    color: #ffbf8a !important;
  }
}
@media (max-width: 768px) {
  .footer-widgets-mobile .recent-comment-link {
    color: inherit !important;
  }

  .footer-widgets-mobile .recent-comment {
    padding: 0;
    background: transparent !important;
    border: 0 !important;
  }

  .footer-widgets-mobile .recent-comment-content {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #f7efe9 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 10px 12px;
  }

  .footer-widgets-mobile .recent-comment-author,
  .footer-widgets-mobile .recent-comment-date,
  .footer-widgets-mobile .recent-comment-article,
  .footer-widgets-mobile .recent-comment-article a,
  .footer-widgets-mobile .recent-comment-link,
  .footer-widgets-mobile .recent-comment-link * {
    color: #f7efe9 !important;
  }

  .footer-widgets-mobile .recent-comment-author {
    color: #ffbf8a !important;
  }

  .footer-widgets-mobile .recent-comment-article {
    color: #ffd6b0 !important;
  }
}
