.losleben-star-text {
    padding: 80px 0;
    font-family: 'Quicksand', sans-serif;
}

.losleben-star-text .container {
    max-width: 1200px;
}

.losleben-star-text .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.losleben-star-text-image-col {
    flex: 1;
    min-width: 350px;
    position: relative;
}

.losleben-star-text-image-col img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.losleben-star-text-bubble {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: 160px;
    background: #F2AE8F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(242, 174, 143, 0.4);
    z-index: 10;
}

.losleben-star-text-content-col {
    flex: 1.5;
    min-width: 350px;
}

/* Fix für super kleine Überschrift */
section.losleben-star-text h2,
section.losleben-star-text .losleben-star-text-content-col h2 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
    color: #333 !important;
    font-weight: 400;
}

/* Falls Textfarbe via Gutenberg gewählt wurde (span, strong oder mark) */
section.losleben-star-text h2 span,
section.losleben-star-text h2 strong,
section.losleben-star-text h2 mark {
    font-size: inherit !important;
    line-height: inherit !important;
    background: transparent !important; /* Entfernt gelben Hintergrund von mark */
    padding: 0 !important;
    color: inherit; /* Nutzt die von Gutenberg gesetzte Inline-Farbe */
}

.losleben-star-text-wysiwyg {
    font-size: 18px;
    line-height: 1.6;
    color: #565656;
    margin-bottom: 40px;
}

.losleben-star-text-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.losleben-star-text-grid-item {
    flex: 0 0 calc(50% - 8px);
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border: 1px solid #F1DCB7;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.losleben-star-text-grid-item::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F1DCB7'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .losleben-star-text-bubble {
        right: 10px;
        width: 120px;
        height: 120px;
        font-size: 16px;
    }
    .losleben-star-text-grid-item {
        flex: 0 0 100%;
    }
}
