.quote-course-select {
  color: #ffffff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 58px;
  padding-left: 0;
}

.quote-course-select option {
  color: #333333;
  background: #ffffff;
}

.blog-search-results {
  display: none;
  position: relative;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-top: -10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-search-results.is-visible {
  display: block;
}

.blog-search-item {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid #eeeeee;
  color: #333333;
}

.blog-search-item:hover {
  background: #f8f9fa;
}

.blog-search-thumb {
  width: 48px;
  height: 48px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.blog-search-item strong {
  display: block;
  font-size: 14px;
  color: #333333;
}

.blog-search-item small {
  display: block;
  font-size: 12px;
  color: #777777;
  line-height: 1.4;
}

.blog-search-empty {
  padding: 12px;
  color: #777777;
}


.tag-cloud-link {
  display: inline-block;
  margin-bottom: 6px;
}

.searchform input[type="search"] {
  width: 100%;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.blog-content p {
  margin-bottom: 1rem;
}

.blog-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}

.blog-content ul,
.blog-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.blog-content blockquote {
  border-left: 4px solid #B50C19;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
}