/* Expert Column Content Styles */

/* Basic content styles */
.content p {
  margin-bottom: 2rem;
  line-height: 1.75;
  color: #555;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.content ul, .content ol {
  margin: 0.5rem 0 2rem;
  padding-left: 1.5rem;
  color: #555;
}

.content ul {
  list-style: disc;
}

.content li {
  margin-bottom: 0.5rem;
  line-height: 1.75;
  color: #555;
}

.content blockquote {
  background: #f8f8f8;
  padding: 2rem;
  margin: 2rem 0;
}

.content blockquote p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.content blockquote p:last-child {
  margin-bottom: 0;
}

/* WordPress Block Editor Classes */
.content .has-text-align-center {
  text-align: center;
}

.content .has-text-align-left {
  text-align: left;
}

.content .has-text-align-right {
  text-align: right;
}

/* Font sizes */
.content .has-small-font-size {
  font-size: 0.875rem;
}

.content .has-normal-font-size {
  font-size: 1rem;
}

.content .has-medium-font-size {
  font-size: 1.125rem;
}

.content .has-large-font-size {
  font-size: 1.5rem;
}

/* Background colors */
.content .has-background {
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0.25rem;
}

/* Text colors */
.content .has-vivid-red-color {
  color: #cf2e2e !important;
}

.content .has-white-color {
  color: #fff !important;
}

/* WordPress image blocks */
.content .wp-block-image {
  margin: 2rem 0;
}

.content .wp-block-image img {
  display: block;
  height: auto;
}

.content .wp-block-image.size-full img {
  width: 100%;
}

/* Separator */
.content hr.wp-block-separator {
  margin: 3rem 0;
  border: none;
  border-top: 2px solid #e0e0e0;
}

/* Strong emphasis */
.content strong {
  font-weight: 700;
}

/* Special paragraph styles */
.content p[style*="background:linear-gradient"] {
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0.5rem;
}

/* Link styles */
.content a {
  color: #4472c4;
  text-decoration: underline;
}

.content a:hover {
  text-decoration: none;
}

/* First paragraph after image */
.content .wp-block-image + p {
  margin-top: 2rem;
}

/* Nested color classes */
.content .has-text-color.has-link-color a {
  color: inherit;
}

/* Empty paragraphs (spacers) */
.content p:empty {
  margin-bottom: 1rem;
}
