.elementor-787 .elementor-element.elementor-element-851b3a2{--display:flex;}@media(min-width:768px){.elementor-787 .elementor-element.elementor-element-851b3a2{--content-width:900px;}}/* Start custom CSS */.bsj-article-meta {
    color: #888;
    font-style: italic;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.bsj-article-intro {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.bsj-article h1 {
    color: #1a3a4a;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.8rem 0;
    line-height: 1.3;
}

.bsj-article h1 + h2 {
    color: #555;
    font-size: 1.15rem;
    font-weight: 400;
    margin: 0 0 2rem 0;
    line-height: 1.5;
}

.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;
}

/* Neues Badge für 2025 */
.bsj-new-badge {
    background: linear-gradient(135deg, #2d9ba8, #3dbdc9);
    color: #fff;
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* Körpertyp-Karten */
.bsj-bodytype-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.2rem;
    margin: 2rem 0;
}

.bsj-bodytype-card {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    position: relative;
}

.bsj-bodytype-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    border-color: #2d9ba8;
}

.bsj-bodytype-icon {
    font-size: 4rem;
    margin-bottom: 0.8rem;
    display: block;
}

.bsj-bodytype-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d9ba8;
    margin-bottom: 0.5rem;
}

.bsj-bodytype-desc {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.bsj-bodytype-traits {
    font-size: 0.8rem;
    color: #888;
    background: #f5f5f5;
    padding: 0.5rem;
    border-radius: 6px;
}

/* Detail-Karten für jeden Körpertyp */
.bsj-type-detail-card {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 5px solid #2d9ba8;
}

.bsj-type-detail-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.bsj-type-detail-icon {
    font-size: 3.5rem;
}

.bsj-type-detail-info {
    flex: 1;
    min-width: 200px;
}

.bsj-type-detail-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d9ba8;
    margin: 0 0 0.3rem 0;
}

.bsj-type-detail-subtitle {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

.bsj-type-recommendations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}

.bsj-recommendation-box {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
}

.bsj-recommendation-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bsj-recommendation-title.good { color: #2a9d5c; }
.bsj-recommendation-title.limited { color: #e6a700; }

.bsj-recommendation-text {
    font-size: 0.85rem;
    color: #555;
    margin: 0;
}

/* Vergleichstabelle */
.bsj-comparison-table-wrapper {
    overflow-x: auto;
    margin: 1.5rem 0;
}

.bsj-comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.bsj-comparison-table th {
    background: linear-gradient(135deg, #2d9ba8, #3dbdc9);
    color: #fff;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
}

.bsj-comparison-table td {
    padding: 1rem;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
}

.bsj-comparison-table tr:nth-child(even) {
    background: #f9f9f9;
}

.bsj-comparison-table tr:hover {
    background: #f0f7ff;
}

.bsj-check-good {
    color: #2a9d5c;
    font-weight: bold;
}

.bsj-check-ok {
    color: #e6a700;
}

.bsj-check-bad {
    color: #c44;
}

/* Quiz-Bereich */
.bsj-quiz-container {
    background: linear-gradient(135deg, #2d9ba8 0%, #3dbdc9 100%);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
    color: #fff;
}

.bsj-quiz-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.bsj-quiz-step {
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 1.2rem;
    margin-bottom: 1rem;
}

.bsj-quiz-step-number {
    background: rgba(255,255,255,0.3);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 0.8rem;
}

.bsj-quiz-step-text {
    font-size: 0.95rem;
}

/* Schlafposition-Infos */
.bsj-position-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}

.bsj-position-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.2s;
}

.bsj-position-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.bsj-position-icon {
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
}

.bsj-position-name {
    font-weight: 700;
    color: #2d9ba8;
    margin-bottom: 0.5rem;
}

.bsj-position-desc {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

/* Matratzentypen */
.bsj-mattress-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}

.bsj-mattress-type {
    background: linear-gradient(135deg, #f8f9fa, #fff);
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
}

.bsj-mattress-type-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.bsj-mattress-type-name {
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.bsj-mattress-type-desc {
    font-size: 0.8rem;
    color: #666;
    margin: 0;
}

/* Tipps-Box */
.bsj-tips-numbered {
    counter-reset: tip;
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
}

.bsj-tips-numbered li {
    counter-increment: tip;
    position: relative;
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #ddd;
}

.bsj-tips-numbered li:last-child {
    border-bottom: none;
}

.bsj-tips-numbered li::before {
    content: counter(tip);
    position: absolute;
    left: 0;
    top: 0;
    width: 2.2rem;
    height: 2.2rem;
    background: linear-gradient(135deg, #2d9ba8, #3dbdc9);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* Testsieger-Box */
.bsj-testsieger-box {
    background: linear-gradient(135deg, #fff9e6 0%, #ffecb3 100%);
    border: 2px solid #f9a825;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0;
}

.bsj-testsieger-title {
    color: #f57f17;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bsj-testsieger-item {
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 0.8rem;
}

.bsj-testsieger-item:last-child {
    margin-bottom: 0;
}

.bsj-testsieger-name {
    font-weight: 600;
    color: #333;
}

.bsj-testsieger-note {
    color: #2a9d5c;
    font-weight: 700;
}

.bsj-testsieger-info {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.3rem;
}

@media (max-width: 768px) {
    .bsj-bodytype-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bsj-type-recommendations {
        grid-template-columns: 1fr;
    }
    .bsj-position-grid {
        grid-template-columns: 1fr;
    }
    .bsj-mattress-types {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .bsj-bodytype-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */