.daily-ritual-wrapper-0e1511e6 {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.daily-ritual-content-0e1511e6 {
    flex: 1;
    min-width: 300px;
    max-width: 100%;
    box-sizing: border-box;
    padding-right: 1rem;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.daily-ritual-headline-0e1511e6 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
    overflow-wrap: break-word;
}

.daily-ritual-body-0e1511e6 {
    font-size: 1.125rem;
    line-height: 1.6;
    overflow-wrap: break-word;
}

.daily-ritual-image-0e1511e6 {
    flex: 1;
    min-width: 300px;
    max-width: 100%;
}

.daily-ritual-image-0e1511e6 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .daily-ritual-wrapper-0e1511e6 {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .daily-ritual-content-0e1511e6 {
        padding-right: 0;
    }
}