/* Common */
body {
  background-color: #fcfcfe;
  font-family: "Roboto", serif;
}
p {
  margin: 0 0 1rem;
  line-height: 1.8rem;
}
a:hover {
  text-decoration: none;
  color: #2563eb;
}
.card-shadow {
  box-shadow: 0px 5px 25px 0px rgba(114, 114, 255, .12);
}
img {
  max-width: 100%;
}
ol, ul {
  margin: 0 0 2rem;
}
ol li,
ul li {
  margin: 0 0 1rem;
  line-height: 1.8rem;
}

/* Header */
header {
  padding: 14px 0;
  margin: 0 0 20px;
  background: #FFF;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  border-bottom: 1px solid #e2e8f0;
}
header .container {
  padding: 0 28px;
}
header .logo strong {
  font-size: 20px;
}
header a {
  color: #000;
}
header ul {
  gap: 16px;
}
header ul li {
  margin: 0;
}
header ul li a {
  line-height: 40px;
  font-size: 16px;
  color: #111827;
}
header a.cta {
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  display: block;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
/* Home Page */
.spotlight {
  padding: 20px 0 30px;
}
.post-list a {
  color: #29294b;
}
.post-list .post img {
  border-radius: 16px;
  width: 100%;
  height: 197px;
  margin: 0 0 10px;
  object-fit: cover;
  object-position: center;
}
.post-meta {
  color: #696981;
}

/*.author a,*/
.post-meta .author a,
.post .post-meta .author,
.post .post-meta .author a,
.post-list .post .post-meta .author a {
  color: #2563eb;
  font-weight: 600;
}
.post-list .post h2 {
  font-size: 20px;
  line-height: 24px;
}
.post-list .post .excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #696981;
  line-height: 20px;
}
.featured-posts .post {
  border-radius: 16px;
  background: #FFF;
}
.featured-posts .post .post-details {
  padding: 25px 35px;
}
.featured-posts.post-list .post img {
  height: 411px;
}
.featured-posts.post-list .post h2 {
  font-size: 38px;
  line-height: 42px;
}
.featured-posts.post-list .post .excerpt p {
  font-size: 18px;
  line-height: 26px;
  -webkit-line-clamp: 3;
}

.top-posts.post-list .post {
  gap: 15px;
  border-bottom: 1px solid #CCC;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.top-posts.post-list .post:last-child {
  border: none;
}
.top-posts.post-list .post img {
  width: 100%;
  height: 197px;
  margin: 0 0 10px;
}
.top-posts.post-list .post .excerpt p {
  -webkit-line-clamp: 2;
  line-height: 20px;
}
.top-posts.post-list .post .post-meta {
  font-size: 14px;
  margin: 0 0 10px;
}
.top-posts.post-list .post h2 {
  font-size: 16px;
  line-height: 20px;
}

/* categories */
.categories {
  padding: 20px 0;
}
.tags {
  margin: 10px auto;
  width: 70%;
  text-align: center;
}
.tags a.tag {
  box-shadow: 0px 5px 25px 0px rgba(114, 114, 255, .12);
  display: inline-block;
  padding: .75rem 1.25rem .75rem 1.125rem;
  border-radius: 50px;
  margin: 10px;
}
.categories hr {
  margin: 3rem;
}

/* Post Page */
article h1 {
  font-size: 48px;
  margin: 0 0 20px;
}
article .post-meta {
  margin: 0 0 20px;
}
article img.wp-post-image {
  width: 70%;
  margin: 10px auto 30px;
  height: auto;
  border-radius: 16px;
}
.full-blog-post .top-posts.post-list .post img {
  height: 143px;
}

/* Category Page */
.category-info {
  margin: 10px 0 40px;
}
.category-info p {
  width: 70%;
  margin: 0;
  color: #696981;
}

/* Footer */
footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
footer p {
  margin: 0;
  font-size: 14px;
}
footer a {
  font-size: 14px;
  color: #4b5563;
  margin-left: 10px;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0 0 20px;
}

/* CTA */
section.cta {
  text-align: center;
  color: #FFF;
  padding: 80px 0;
  margin: 20px 0 0;
  background-image: linear-gradient(to right, rgb(37, 99, 235), rgb(79, 70, 229));
}
section.cta h2 {
  font-size: 36px;
  margin: 0 0 20px;
}
section.cta p {
  font-size: 20px;
  margin: 0 0 40px;
}
section.cta a.btn {
  font-size: 18px;
  line-height: 18px;
  padding: 15px 32px;
  color: #2563eb;
  font-weight: 500;
}