/**
 * Theme Name: Twenty Twenty-Five Child
 * Template:   twentytwentyfive
 */

.entry-content a {
    color: #207daf;
}

.bp-coins-stats {
    border-bottom: 1px solid rgba(0, 0, 0, 15%);
}

.bp-coins-stats__heading {
    font-weight: 700;
}

.bp-coins-stats__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 25px;
    background-color: rgba(0, 0, 0, 2%);
    border-radius: 50px;
    padding: 15px 35px 15px 15px;
}

.bp-coins-stats__item:not(:last-child) {
    margin-block-end: 15px;
}

.bp-coins-stats__image {
    display: block;
    width: 32px;
}

.bp-coins-stats__name {
    flex: 1;
    font-weight: 600;
}

.bp-coins-stats__list-item {
    line-height: 36px;
}