@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Open+Sans:wght@400;600&display=swap');

/* Custom CSS overrides for Hugo theme */

/* Custom color scheme - Green theme */
a {
  color: #163300;
}

a:hover {
  color: #8bd25f;
}

/* Navigation styling */
nav.navigation a {
  color: #163300;
}

nav.navigation a:hover {
  color: #8bd25f;
}

nav.navigation a.button {
  background: #163300;
}

@media (max-width: 700px) {
  nav.navigation a {
    color: #163300;
  }
}

/* Profile section */
.profile {
  margin: 20px auto 20px auto;
}

.profile .avatar {
  width: 119.5px;
  height: 72px;
}

.profile h1 {
  color: #06C03C;
}

.about-content {
  text-align: center;
  font-size: 16px;
}

/* Post list styling */
#list-page .title {
  color: #06C03C;
  font-size: 22px;
}

#list-page .title a {
  color: #06C03C;
}

#list-page .title a:hover {
  color: #8bd25f;
}

#list-page .summary {
  /* word-spacing: 0.05em; */
  /* font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: left; */

  margin-bottom: 12px;
}

/* Single post styling */
#single .title {
  color: #06C03C;
  margin-bottom: 12px !important;
}

@media (max-width: 700px) {
  #single .title {
    margin-top: 32px;
  }
}

/* Read more button styling */
.read-more {
  margin-top: 1em;
  margin-bottom: 32px;
}

.read-more a {
  font-weight: 600;
  font-size: 16px;
  color: #06C03C;;
  text-decoration: underline;
  margin-bottom: 32px;
  text-decoration-color: #06C03C;

}

.read-more a:hover {
  color: #8bd25f;
}

#single .author {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 300;
}

body {
  font-family: 'Open Sans', sans-serif;
}

time {
  display: none;
}

.split:nth-child(*) {
  background-color: red;
  /* display: none; */
}
div.tip span.split:first-of-type{
  display: none;
}

#list-page .summary, #single .content {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  text-align: left;
}

#single .content h1,
#single .content h2,
#single .content h3,
#single .content h4,
#single .content h5,
#single .content h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; /* Bold for headings */
  line-height: 1.2;
  margin-top: 2em;
  margin-bottom: 0.6em;
  color: #1a1a1a;
}

#single .content h1 { font-size: 2.5em; } /* Larger for main headings */
#single .content h2 { font-size: 2em; }
#single .content h3 { font-size: 1.6em; }
#single .content h4 { font-size: 1.3em; }

#single .content p {
  margin-bottom: 1.6em;
  word-spacing: 0.05em;
}

#single .content a {
  color: #06C03C;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

#single .content a:hover {
  color: #8bd25f;
  text-decoration-thickness: 2px;
}

#single .content ul,
#single .content ol {
  margin-bottom: 1.6em;
  padding-left: 1.8em;
}

#single .content li {
  margin-bottom: 0.6em;
  line-height: 1.6;
}

#single .content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2.5em auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#single .content pre {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 1.2em;
  margin: 1.8em 0;
  overflow-x: auto;
  font-size: 0.9em;
  line-height: 1.4;
}

#single .content blockquote {
  border-left: 4px solid #06C03C;
  margin: 2em 0;
  color: #666;
  font-style: italic;
  background-color: #f8f8f8a1;
  padding: 1px 0.5em;
  border-radius: 0 6px 6px 0;
}

#single .content strong {
  font-weight: 600;
  color: #1a1a1a;
}

#single .content em {
  font-style: italic;
  color: #555;
}

#single .tags a:hover {
  color: #8bd25f;
}

/* Archive page styling */
#archive .group .value .title a:hover {
  color: #8bd25f;
}

#archive .group .value .tags a:hover {
  color: #8bd25f;
}

/* Tags page styling */
#tags .tag a:hover {
  color: #8bd25f;
}