/*
Theme Name: reformleben Child
Template: Divi
Version: 1.0
Author: zoe Media
*/

/* Wissensseiten – Grundlayout */

.single-symptom .et_pb_section,
.single-stoffwechselthema .et_pb_section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.single-symptom .et_pb_row,
.single-stoffwechselthema .et_pb_row {
    max-width: 900px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.single-symptom h1,
.single-stoffwechselthema h1 {
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 24px;
}

.single-symptom h2,
.single-stoffwechselthema h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 56px;
    margin-bottom: 18px;
}

.single-symptom h3,
.single-stoffwechselthema h3,
.rl-tax-heading {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}

.single-symptom p,
.single-stoffwechselthema p {
    font-size: 18px;
    line-height: 1.75;
    max-width: 900px;
}

/* Taxonomie-Tags */

.rl-tax-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 6px 0 30px;
}

.rl-tax-tag {
    display: inline-block;
    padding: 7px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
    background: #ffffff;
}

.rl-tax-tag:hover {
    background: #f5f7fa;
    border-color: #4a7cff;
}

/* Verwandte Inhalte */

.rl-related-list {
    list-style: none !important;
    margin: 24px 0 0;
    padding: 0;
    max-width: 900px;
}

.rl-related-list li {
    list-style: none !important;
    margin-bottom: 14px;
    margin-left: 0;
    padding-left: 0;
}

.rl-related-list li::marker {
    display: none;
    content: "";
}

.rl-related-list a {
    display: block;
    padding: 18px 22px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none;
    color: #222222;
    transition: all 0.2s ease;
}

.rl-related-list a:hover {
    background: #f5f7fa;
    border-color: #4a7cff;
    transform: translateY(-2px);
}

.rl-related-list a::after {
    content: "→";
    float: right;
}