.eald-btp-section {
    background: #ffffff;
    color: #2f2f2f;
    padding: clamp(2rem, 4vw, 3.2rem) 1rem;
}

.eald-btp-container {
    width: min(980px, 94vw);
    margin: 0 auto;
}

.eald-btp-title-row {
    width: 100%;
    text-align: left;
}

.eald-btp-title {
    margin: 0 0 1rem 0;
    color: #2c2f35;
    font-size: clamp(1.9rem, 2.7vw, 2.8rem);
    text-align: left;
}

.eald-btp-title .eald-hero-live-word {
    color: #13b884;
    font-style: italic;
}

.eald-btp-title .eald-hero-title-line {
    display: block;
}

.eald-btp-container .eald-slot-target .eald-hero-title-line {
    display: block;
}

.eald-btp-container .eald-slot-target .eald-hero-live-word {
    color: #13b884;
    font-style: italic;
}

.eald-btp-container p {
    margin: 0 0 1rem 0;
    color: #31343b;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.5;
    hyphens: auto;
    -webkit-hyphens: auto;
    text-wrap: pretty;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-btp-section {
    background: #1f232a;
    color: #e5e7eb;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-btp-title {
    color: #f3f4f6;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-btp-container p {
    color: #d1d5db;
}

.eald-btp-image-wrap {
    float: left;
    clear: left;
    width: min(56%, 580px);
    margin: clamp(1rem, 4vh, 2.5rem) 1.5rem 1rem 0;
}

.eald-btp-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
    padding: 0;
}

.eald-slot-target {
    position: relative;
}

.eald-slot-marker {
    display: inline-block;
    margin-bottom: 0.35rem;
    border: 1px dashed #f7cf62;
    background: rgba(20, 26, 35, 0.66);
    color: #f7cf62;
    border-radius: 6px;
    font-size: 0.68rem;
    letter-spacing: 0.01em;
    padding: 0.1rem 0.35rem;
}

.eald-btp-body::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 900px) {
    .eald-btp-image-wrap {
        float: none;
        width: 100%;
        margin: 0 0 1rem 0;
    }
}
