/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/blog/[slug]/blog-content.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.blog-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #18181b;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  scroll-margin-top: 100px;
}
.blog-content h2:first-child {
  margin-top: 0;
}
.blog-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #27272a;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.blog-content p {
  color: #52525b;
  line-height: 1.85;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}
.blog-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.25rem;
}
.blog-content ul li {
  position: relative;
  padding-left: 1.5rem;
  color: #52525b;
  line-height: 1.85;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}
.blog-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2269f9;
}
.blog-content strong {
  color: #18181b;
  font-weight: 600;
}
.blog-content code {
  background: rgba(34,105,249,0.08);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
  color: #2269f9;
}
.blog-content blockquote {
  border-left: 3px solid #2269f9;
  padding-left: 1.25rem;
  margin: 1.5rem 0;
  color: #52525b;
  font-style: italic;
}
.blog-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.5rem 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e4e4e7;
  font-size: 0.95rem;
}
.blog-content thead {
  background: #18181b;
}
.blog-content thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.85rem;
  color: #fff;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #27272a;
}
.blog-content thead th:first-child {
  border-top-left-radius: 11px;
}
.blog-content thead th:last-child {
  border-top-right-radius: 11px;
}
.blog-content tbody tr {
  transition: background 0.15s;
}
.blog-content tbody tr:nth-child(odd) {
  background: #fafafa;
}
.blog-content tbody tr:nth-child(even) {
  background: #fff;
}
.blog-content tbody tr:hover {
  background: #f0f4ff;
}
.blog-content tbody td {
  padding: 0.75rem 1rem;
  color: #3f3f46;
  border-bottom: 1px solid #f4f4f5;
  line-height: 1.5;
}
.blog-content tbody tr:last-child td {
  border-bottom: none;
}
.blog-content tbody td:nth-child(2) {
  color: #2269f9;
  font-weight: 600;
}
.blog-content tbody td:nth-child(3) {
  color: #71717a;
}
.blog-content ol {
  list-style: none;
  counter-reset: list-counter;
  padding: 0;
  margin-bottom: 1.25rem;
}
.blog-content ol li {
  position: relative;
  padding-left: 2rem;
  color: #52525b;
  line-height: 1.85;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  counter-increment: list-counter;
}
.blog-content ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #2269f9;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-content a {
  color: #2269f9;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s;
}
.blog-content a:hover {
  color: #1a4fd4;
}

