/*
Theme Name: Bizkonto
Theme URI: https://bizkonto.de
Author: Biz Advisory LLC
Description: Custom bilingual WordPress theme for bizkonto.de.
Version: 0.1.6
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: bizkonto
*/

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-article__image {
  margin-top: 3rem;
}

.blog-article__image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.blog-article__content {
  max-width: 760px;
  padding-block: clamp(3rem, 6vw, 5rem);
  font-family: 'DM Sans', sans-serif;
  color: #1B2D4F;
  line-height: 1.75;
}

.blog-article__content h2,
.blog-article__content h3 {
  font-family: 'DM Serif Display', serif;
  line-height: 1.2;
  margin-top: 2rem;
}

.blog-article__content a {
  color: #C5A55A;
}
