section[ceots__sites="post-header"] {
  padding: 4rem 2rem 2rem;
  background-color: #87ceeb /* Skyblue background */;
}
.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
div[ceots__sites="post-meta"] {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
span[ceots__sites="post__category"] {
  display: inline-block;
  background-color: #00f /* Blue */;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
span[ceots__sites="post__date"],
span[ceots__sites="post__author"] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
}
h1[ceots__sites="post__title"] {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #00f /* Blue */;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #000;
}
@media screen and (max-width: 767px) {
  h1[ceots__sites="post__title"] {
    font-size: 2rem;
  }
}
div[ceots__sites="post__featured-image"] {
  margin-bottom: -4rem;
  position: relative;
  z-index: 1;
}
div[ceots__sites="post__featured-image"] img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
section[ceots__sites="post-content"] {
  padding: 6rem 2rem 4rem;
  background-color: #fff;
}
article[ceots__sites="post__article"] {
  margin-bottom: 3rem;
}
article[ceots__sites="post__article"] p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #333;
}
article[ceots__sites="post__article"] h2 {
  font-size: 2rem;
  color: #00f /* Blue */;
  margin: 2.5rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #87ceeb /* Skyblue */;
}
article[ceots__sites="post__article"] h3 {
  font-size: 1.5rem;
  color: #00f /* Blue */;
  margin: 2rem 0 1rem;
}
article[ceots__sites="post__article"] ul,
article[ceots__sites="post__article"] ol {
  margin: 1.5rem 0 1.5rem 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
}
article[ceots__sites="post__article"] li {
  margin-bottom: 0.5rem;
}
article[ceots__sites="post__article"] blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background-color: #f8f9fa;
  border-left: 4px solid #00f /* Blue */;
  font-style: italic;
}
article[ceots__sites="post__article"] blockquote p {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #555;
}
article[ceots__sites="post__article"] blockquote cite {
  font-size: 0.9rem;
  color: #666;
  font-style: normal;
}
article[ceots__sites="post__article"] figure {
  margin: 2rem 0;
  text-align: center;
}
article[ceots__sites="post__article"] figure img {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
article[ceots__sites="post__article"] figcaption {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}
article[ceots__sites="post__article"] a {
  color: #00f /* Blue */;
  text-decoration: none;
  border-bottom: 1px dotted #00f /* Blue */;
  transition: border-bottom 0.3s ease, color 0.3s ease;
}
article[ceots__sites="post__article"] a:hover {
  color: #00c;
  border-bottom: 1px solid #00c;
}
div[ceots__sites="post__cta"] {
  margin: 3rem 0;
  padding: 2rem;
  background-color: #87ceeb /* Skyblue background */;
  border-radius: 4px;
  text-align: center;
}
div[ceots__sites="post__cta"] p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
div[ceots__sites="post__cta"] a[ceots__sites="button button--primary"] {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: #00f /* Blue */;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
div[ceots__sites="post__cta"] a[ceots__sites="button button--primary"]:hover {
  background-color: #0000e6;
}
div[ceots__sites="post__author-bio"] {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  div[ceots__sites="post__author-bio"] {
    flex-direction: column;
    gap: 1rem;
  }
}
div[ceots__sites="author__avatar"] {
  flex-shrink: 0;
}
div[ceots__sites="author__avatar"] img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
div[ceots__sites="author__content"] h3 {
  margin-bottom: 0.5rem;
  color: #00f /* Blue */;
}
div[ceots__sites="author__content"] p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
div[ceots__sites="author__social"] {
  display: flex;
  gap: 1rem;
}
div[ceots__sites="author__social"] a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #00f /* Blue */;
  color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
div[ceots__sites="author__social"] a:hover {
  background-color: #0000e6;
}
div[ceots__sites="post__share"] {
  margin-bottom: 3rem;
  text-align: center;
}
div[ceots__sites="post__share"] h3 {
  margin-bottom: 1.5rem;
  color: #00f /* Blue */;
}
div[ceots__sites="share__buttons"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
a[ceots__sites="share__button"] {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease;
}
a[ceots__sites="share__button"]:hover {
  transform: translateY(-3px);
}
a[ceots__sites="share__button"] i {
  margin-right: 0.5rem;
}
a[ceots__sites="share__button twitter"] {
  background-color: #1da1f2;
}
a[ceots__sites="share__button facebook"] {
  background-color: #1877f2;
}
a[ceots__sites="share__button linkedin"] {
  background-color: #0077b5;
}
a[ceots__sites="share__button email"] {
  background-color: #333;
}
div[ceots__sites="related-posts"] {
  margin-bottom: 3rem;
}
div[ceots__sites="related-posts"] h3 {
  margin-bottom: 1.5rem;
  color: #00f /* Blue */;
  text-align: center;
}
div[ceots__sites="related-posts__grid"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  div[ceots__sites="related-posts__grid"] {
    grid-template-columns: 1fr;
  }
}
article[ceots__sites="related-post"] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
article[ceots__sites="related-post"]:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
div[ceots__sites="related-post__image"] {
  height: 150px;
  overflow: hidden;
}
div[ceots__sites="related-post__image"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
article[ceots__sites="related-post"]:hover div[ceots__sites="related-post__image"] img {
  transform: scale(1.05);
}
div[ceots__sites="related-post__content"] {
  padding: 1rem;
}
div[ceots__sites="related-post__content"] h4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
}
div[ceots__sites="related-post__content"] h4 a {
  color: #00f /* Blue */;
  text-decoration: none;
}
div[ceots__sites="related-post__content"] h4 a:hover {
  text-decoration: underline;
}
div[ceots__sites="related-post__meta"] {
  font-size: 0.8rem;
  color: #666;
}
section[ceots__sites="newsletter"] {
  padding: 4rem 2rem;
  background-color: #87ceeb /* Skyblue background */;
}
div[ceots__sites="newsletter__container"] {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
div[ceots__sites="newsletter__content"] {
  margin-bottom: 2rem;
}
h2[ceots__sites="newsletter__title"] {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #00f /* Blue */;
}
p[ceots__sites="newsletter__text"] {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
form[ceots__sites="newsletter__form"] {
  max-width: 500px;
  margin: 0 auto;
}
div[ceots__sites="newsletter__input-group"] {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  div[ceots__sites="newsletter__input-group"] {
    flex-direction: column;
    border-radius: 0;
  }
}
input[ceots__sites="newsletter__input"] {
  flex-grow: 1;
  padding: 1rem;
  border: 2px solid #c0c0c0;
  border-right: 0;
  font-size: 1rem;
  outline: none;
}
@media screen and (max-width: 767px) {
  input[ceots__sites="newsletter__input"] {
    border-right: 2px solid #c0c0c0;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
  }
}
button[ceots__sites="newsletter__submit"] {
  padding: 1rem 2rem;
  background-color: #00f /* Blue */;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  button[ceots__sites="newsletter__submit"] {
    border-radius: 0 0 4px 4px;
  }
}
button[ceots__sites="newsletter__submit"]:hover {
  background-color: #0000e6;
}
section[ceots__sites="cta"] {
  padding: 5rem 2rem;
  background-color: #00f /* Blue header background */;
  color: #fff;
  text-align: center;
}
section[ceots__sites="cta"] h2[ceots__sites="cta__title"] {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="cta"] h2[ceots__sites="cta__title"] {
    font-size: 2rem;
  }
}
section[ceots__sites="cta"] p[ceots__sites="cta__text"] {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="cta"] p[ceots__sites="cta__text"] {
    font-size: 1rem;
  }
}
section[ceots__sites="cta"] a[ceots__sites="cta__button"] {
  background-color: #fff;
  color: #00f /* Blue header background */;
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
  margin-bottom: 2rem;
}
section[ceots__sites="cta"] a[ceots__sites="cta__button"]:hover {
  background-color: #e6e6e6;
}
