.blog-services-card {
  background: #ffffff;
  border: 1px solid #e6edf5;
  # border-radius: 16px;
  padding: 20px;
  font-family: inherit;
  margin-top: 24px;
}

.blog-services-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #123a63;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6edf5;
}

.blog-services-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-services-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.blog-services-item {
  display: flex;
  gap: 12px;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.blog-services-item:hover {
  background: #f4f8fc;
}

.blog-services-icon {
  width: 36px;
  height: 36px;
  background: #eef4fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #123a63;
  flex-shrink: 0;
}

.blog-services-title {
  display: block;
  font-size: 15px;
  color: #0b2540;
  line-height: 1.3;
}

.blog-services-description {
  display: block;
  font-size: 13px;
  color: #6b7c93;
  line-height: 1.3;
}

.blog-services-footer {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e6edf5;
  text-align: center;
  text-transform: uppercase;
}

.blog-services-cta {
  font-size: 13px;
  font-weight: 600;
  color: #123a63;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blog-services-cta:hover {
  color: #123a63;
  font-weight: 600;
  text-decoration: underline;
}
