/* Batman Petrolspor Puan Durumu Widget */

.bppd-box {
    background: #ffffff;
    border: 1px solid rgba(166, 0, 0, .10);
    border-radius: 0 0 14px 14px;
    overflow: hidden;
}

.bppd-box.bppd-widget-content {
    border-top: 0;
    margin-top: -2px;
}

.bppd-shortcode-content {
    border-radius: 14px;
}

.bppd-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #a60000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    border-radius: 14px 14px 0 0;
}

.bppd-heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(120, 0, 0, .50);
    color: #ffd45a;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.bppd-league-name {
    padding: 8px 10px;
    background: #f8eeee;
    color: #8f0000;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid rgba(166, 0, 0, .14);
}

.bppd-table-wrap {
    width: 100%;
    overflow-x: auto;
    padding: 10px 10px 12px;
    background: #ffffff;
}

.bppd-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #222222;
    font-size: 13px;
}

.bppd-table th {
    padding: 7px 6px;
    background: #f7eeee;
    color: #8f0000;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid rgba(166, 0, 0, .16);
}

.bppd-table td {
    padding: 7px 6px;
    text-align: center;
    border-bottom: 1px solid rgba(166, 0, 0, .10);
    vertical-align: middle;
}

.bppd-table tbody tr:last-child td {
    border-bottom: 0;
}

.bppd-team {
    text-align: left !important;
    min-width: 145px;
}

.bppd-team strong {
    display: block;
    color: #1f1f1f;
    font-weight: 850;
    line-height: 1.18;
}

.bppd-rank {
    width: 32px;
    min-width: 32px;
}

.bppd-rank span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f3eeee;
    color: #8f0000;
    font-size: 11px;
    font-weight: 900;
}

.bppd-points {
    width: 36px;
    color: #a60000;
    font-weight: 900;
}

.bppd-target-team td {
    background: #fff3d6 !important;
}

.bppd-target-team .bppd-team strong {
    color: #a60000;
}

.bppd-target-team .bppd-rank span {
    background: #a60000;
    color: #ffffff;
}

.bppd-promotion:not(.bppd-target-team) .bppd-rank span {
    background: #0f8a3a;
    color: #ffffff;
}

.bppd-relegation:not(.bppd-target-team) .bppd-rank span {
    background: #a60000;
    color: #ffffff;
}

.bppd-error,
.bppd-admin-note {
    padding: 10px 12px;
    color: #9b0000;
    font-weight: 700;
}

.bppd-admin-note {
    padding-bottom: 0;
    font-size: 11.5px;
    color: #666666;
    background: #fff8e8;
}

@media (max-width: 767.98px) {
    .bppd-table-wrap {
        padding: 8px 8px 10px;
    }

    .bppd-table {
        font-size: 12px;
    }

    .bppd-table th,
    .bppd-table td {
        padding: 6px 5px;
    }

    .bppd-team {
        min-width: 132px;
    }
}
