.article--container{
    display: flex;
    column-gap: 70px; 
    flex-direction: row-reverse;
}
.article__content h2{
  font-size:1.7rem;
}
.article__content h3{
  font-size:1.5rem;
}
.article__content h4{
  font-size:1.3rem;
}
@media (max-width:500px){
  .article__content h2{
  font-size:1.5rem;
}
.article__content h3{
  font-size:1.3rem;
}
.article__content h4{
  font-size:1.1rem;
}
}

.article_content-card.nav {
    width: 25%;
}
.article_content-card {
    width: 75%;
      padding: 40px 0px;
}
.article__featured-image.element--border-radius {
    margin-bottom: 20px;
  margin-top:0px;
}
ul.list--nav {
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
span.list--nav-title {
    font-weight: 700;
}
a.site-nav__link.sidebar__nav-font.link-actv {
    color: #5A9C56;
    font-weight: 500;
}

a.back-to-start {
    width: 100%;
    display: flex;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px;
    padding-bottom: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.bestseller-promotion {
    margin-top: 10px;
}
header .article {
    text-align: left;
    margin-bottom: 20px;
}

.article--pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
}
.pagination_link{
    display: flex;
    align-items: center;
}

@media (max-width:767px){
  
.article--container {
flex-direction:column-reverse;
}
.article_content-card.nav {
    width: 100%;
    border-right: 0px solid #DDD;
    padding-right: 0px;
}
.article_content-card {
    width: 100%;
}
}





.sticky_nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.author-tag {
    display: flex;
    align-items: center;
    gap: 5px;
}
img.blog-item__author-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.blog-item__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.author-side-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f7f7f7;
    padding: 0 25px 25px 25px;
 border-radius:15px;
    margin-top: 35px;
}
.author-side-card p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
img.author-side-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: -35px;
}
span.author-side-name {
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
}
a.blog-back-link {
    font-size: 13px;
}
.rte.article h1 {
    margin-top: 15px;
}
.rte.article p {
    margin-bottom: 30px;
}

/* ===========================================
   RELATED POSTS - Sidebar Styling
   =========================================== */

.related-posts-card {
 background:#f7f7f7;
 padding:15px;
 border-radius:15px;
}

.related-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.related-post-item {
  transition: transform 0.2s ease;
}

.related-post-item:hover {
  transform: translateX(3px);
}

.related-post-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  padding: 8px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.related-post-link:hover {
  background: #f7fafc;
}

.related-post-thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  background: #edf2f7;
}

.related-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-post-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0; /* wichtig für text-overflow */
}

.related-post-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2d3748;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-post-date {
  font-size: 0.8rem;
  color: #a0aec0;
}

/* Mobile */
@media (max-width: 768px) {
  .related-post-thumb {
    width: 50px;
    height: 50px;
  }

  .related-post-title {
    font-size: 0.85rem;
  }
.article_content-card.nav {
    padding-top: 0;
}
}

/* Mobile */
@media (max-width: 480px) {
  .article_content-card .grid.grid--slider.grid-1.grid-lap-2.grid-tiny-1 {
    --visible-cols: 1 !important;
}
}