/* Start custom CSS */<!-- Blogbeitrag: Schnarchen & Atemaussetzer - Von Sarah | Besser Schlafen jetzt -->

<style>

.bsj-article h2 {
    color: #2d9ba8;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
}
.bsj-article h3 {
    color: #2d9ba8;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 2rem 0 0.8rem;
}
.bsj-article p {
    margin-bottom: 1rem;
    color: #444;
}
.bsj-article ul {
    margin: 1rem 0 1.5rem 1.5rem;
}
.bsj-article li {
    margin-bottom: 0.6rem;
    color: #444;
}
.bsj-article li strong {
    color: #333;
}
.bsj-highlight-box {
    background: linear-gradient(135deg, #e8f4f5 0%, #d5eef0 100%);
    border: 2px solid #2d9ba8;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 2.5rem 0;
}
.bsj-highlight-box-title {
    color: #2d9ba8;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}
.bsj-highlight-box p {
    margin-bottom: 0;
    color: #333;
}
.bsj-emphasis {
    color: #2d9ba8;
    font-style: italic;
}
.bsj-hashtags {
    color: #2d9ba8;
    font-size: 0.9rem;
    margin-top: 2.5rem;
}
.bsj-share-cta {
    font-style: italic;
    color: #666;
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}
.bsj-info-box {
    background: #f0f7ff;
    border-left: 4px solid #2d9ba8;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0;
}
.bsj-info-box-title {
    color: #2d9ba8;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.bsj-warning-box {
    background: #fff5f5;
    border: 1px solid #e8c4c4;
    border-radius: 8px;
    padding: 1.2rem 1.5rem;
    margin: 1.5rem 0;
}
.bsj-warning-box-title {
    color: #c44;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.bsj-danger-box {
    background: linear-gradient(135deg, #ffe5e5 0%, #ffd5d5 100%);
    border: 2px solid #c44;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0;
}
.bsj-danger-box-title {
    color: #a33;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}
.bsj-comparison-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 1.5rem 0;
}
.bsj-comparison-card {
    border-radius: 12px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}
.bsj-comparison-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}
.bsj-comparison-card.harmlos {
    background: #f0fff5;
}
.bsj-comparison-card.harmlos::before {
    background: linear-gradient(90deg, #2a9d5c, #3dbf6f);
}
.bsj-comparison-card.gefaehrlich {
    background: #fff5f5;
}
.bsj-comparison-card.gefaehrlich::before {
    background: linear-gradient(90deg, #c44, #e05555);
}
.bsj-comparison-card-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.bsj-comparison-card.harmlos .bsj-comparison-card-title {
    color: #2a9d5c;
}
.bsj-comparison-card.gefaehrlich .bsj-comparison-card-title {
    color: #c44;
}
.bsj-comparison-card ul {
    margin: 0;
    padding-left: 1.2rem;
}
.bsj-comparison-card li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}
.bsj-anatomy-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0;
}
.bsj-anatomy-title {
    color: #2d9ba8;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}
.bsj-anatomy-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.bsj-anatomy-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.bsj-anatomy-number {
    background: linear-gradient(135deg, #2d9ba8, #3dbdc9);
    color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}
.bsj-anatomy-content {
    flex: 1;
}
.bsj-anatomy-content strong {
    color: #2d9ba8;
}
.bsj-severity-scale {
    margin: 1.5rem 0;
}
.bsj-severity-title {
    color: #2d9ba8;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}
.bsj-severity-bar {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    height: 3rem;
}
.bsj-severity-segment {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    text-align: center;
    padding: 0.5rem;
}
.bsj-severity-segment.leicht {
    background: #7bc77b;
    flex: 1;
}
.bsj-severity-segment.mittel {
    background: #e6a700;
    flex: 1;
}
.bsj-severity-segment.schwer {
    background: #e05555;
    flex: 1;
}
.bsj-severity-labels {
    display: flex;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #666;
}
.bsj-severity-labels span {
    flex: 1;
    text-align: center;
}
.bsj-risk-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}
.bsj-risk-item {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 1.2rem;
    text-align: center;
    transition: transform 0.2s;
}
.bsj-risk-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.bsj-risk-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.bsj-risk-title {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
}
.bsj-treatment-tabs {
    margin: 1.5rem 0;
}
.bsj-treatment-category {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
}
.bsj-treatment-header {
    background: linear-gradient(135deg, #2d9ba8, #3dbdc9);
    color: #fff;
    padding: 1rem 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.bsj-treatment-header-icon {
    font-size: 1.3rem;
}
.bsj-treatment-content {
    padding: 1.2rem 1.5rem;
}
.bsj-treatment-content ul {
    margin: 0;
}
.bsj-treatment-content li {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed #eee;
}
.bsj-treatment-content li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.bsj-partner-box {
    background: linear-gradient(135deg, #f5f0ff 0%, #ebe0ff 100%);
    border: 2px solid #9b7bc7;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0;
}
.bsj-partner-box-title {
    color: #7b5ba7;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}
.bsj-test-checklist {
    background: #fffbf0;
    border: 2px solid #e6c200;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0;
}
.bsj-test-checklist-title {
    color: #997a00;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.bsj-test-checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bsj-test-checklist li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.6rem;
}
.bsj-test-checklist li::before {
    content: "□";
    position: absolute;
    left: 0;
    color: #997a00;
    font-size: 1.2rem;
}
.bsj-stat-highlight {
    background: linear-gradient(135deg, #2d9ba8, #3dbdc9);
    color: #fff;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0;
    text-align: center;
}
.bsj-stat-number {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.bsj-stat-text {
    font-size: 1.1rem;
    opacity: 0.95;
}
@media (max-width: 600px) {
    .bsj-comparison-cards {
        grid-template-columns: 1fr;
    }
    .bsj-risk-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bsj-severity-segment {
        font-size: 0.7rem;
    }
}
</style>/* End custom CSS */