 /* Teaser Styles */
 .testbericht-teaser-section {
    margin: 0 auto 32px auto;
    text-align: center;
    border-radius: 30px;
    background: #121031;
    padding: 30px 30px;
}

.teaser-main-headline {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
    line-height: 1.3;
    margin-left: 30px;
    margin-right: 30px;
}

.teaser-main-headline .highlight {
    color: #69e4bb;
}
.trustbox {
    margin-left: 24px;
}

.teaser-card {
    background-color: #211F3F;
    border-radius: 24px;
    padding: 10px 40px 10px 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    overflow: visible;
    margin-bottom: 30px;
}

.team-image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: -40px;
    position: relative; /* Needed for mask-image context if applied directly, but here mask is on img */
}

.team-image-container img {
    height: 140px;
    width: auto;
    object-fit: contain;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.tested-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    line-height: 23px;
    margin: 0 100px 30px 100px;
}

.check-circle {
    width: 32px;
    height: 32px;
    background-color: #69e4bb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    flex-shrink: 0;
}

.fazit-label {
    color: #69e4bb;
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 17px;
}

.fazit-quote {
    color: #918EB5;
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    padding: 0 20px;
}

.fazit-quote p {
    margin-bottom: 0;
    display: inline;
}

.bonus-box-frame {
    border: 1px solid #69e4bb;
    border-radius: 16px;
    padding: 32px;
    background-color: #161431;
}

.bonus-label {
    color: #69e4bb;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.bonus-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.3;
}

.bonus-button {
    background-color: #69e4bb;
    color: #000;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s;
    width: 100%;
    max-width: 400px;
}

.bonus-button:hover {
    transform: scale(1.02);
    color: #000;
    text-decoration: none;
}
.bonus-box-frame {
    background:    rgba(18, 16, 49, 1);
    
}   

.news-content.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-height: 24px; */ /* Optional, depending on line-height */
}

.news-item {
    padding: 12px 0;
}
main.main2 {
margin-left: 24px;

}
.depot-vergleich-container .text-area {
    margin: 32px 0 0 0 !important;
}

@media (max-width: 768px) {
    .teaser-card {
        padding: 24px;
    }
    .teaser-main-headline {
        font-size: 24px;
    }
    .fazit-quote {
        padding: 0;
    }
    .tested-badge {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .tested-badge {

        margin: auto;
    }
    main.main2 {
        padding: 0px;
    }
}

.author-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.author-box h3 span {
    color: #69e4bb;
}
.author-box {
    border-radius: 30px;
    background: var(--surface) !important;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px 60px;
}
.author-content-section {
      color: #fff;
    border-radius: 10px;
    background: rgba(217, 217, 217, 0.1);
    padding: 16px 20px;
    margin-bottom: 20px;
}
.author-content-section-badge {
    border-radius: 5px;
    background: #343152;
    width: 191px;
    height: 28px;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
/* Author Content Section */
.author-content-section-inner {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}
.author-image  {
  flex: 0 0 64px;
}
.author-image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid #69e4bb;
}
.author-info {
  
}

.author-info h2 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 8px;
    color: #fff;
    padding: 16px 20px;
}

.author-info h4 {
    color: #FFF;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px; 
}
.author-info h2 span, .author-info h4 span {
    color: #69e4bb;
}
.author-info h4 span {
    font-weight: 400;
}

.author-title {
    color: #69e4bb;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.author-note {
    color: #918EB5;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 768px) {
    .author-content-section-inner  {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding-right: 0;
    }
    
    .author-info h2 {
        font-size: 22px;
    }
    
.author-box {
    padding: 20px 20px;
}
}