.endb-bridge {
    margin: 32px 0;
    padding: 20px 24px;
    background: #f7f7f8;
    border: 1px solid #e2e2e4;
    border-radius: 6px;
}
.endb-bridge .endb-heading {
    margin: 0 0 8px;
    font-size: 1.15em;
}
.endb-bridge .endb-intro {
    margin: 0 0 16px;
    color: #555;
}
.endb-bridge .endb-discussion-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.endb-bridge .endb-discussion-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid #e2e2e4;
}
.endb-bridge .endb-discussion-list li:first-child {
    border-top: none;
}
.endb-bridge .endb-discussion-list a {
    font-weight: 600;
    text-decoration: none;
}
.endb-bridge .endb-discussion-list a:hover {
    text-decoration: underline;
}
.endb-bridge .endb-meta {
    flex-shrink: 0;
    font-size: 0.85em;
    color: #777;
}
.endb-bridge .endb-start-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #1e5eff;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}
.endb-bridge .endb-start-btn:hover {
    background: #164ad1;
    color: #fff;
}
