/* Payment methods — Bibahabd list (fits col-md-8 + sidebar) */
.bbd-pay {
    margin-bottom: 8px;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.bbd-pay__item {
    background: #fff;
    border: 1px solid var(--ps-green-border, #d4dd9d);
    padding: 14px 16px;
    margin-bottom: 12px;
    box-sizing: border-box;
    max-width: 100%;
}

.bbd-pay__name {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 800;
    color: #222;
    font-family: var(--ps-font, "Poppins", sans-serif);
    line-height: 1.35;
}

.bbd-pay__details {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #444;
}

.bbd-pay__empty {
    margin: 0;
    padding: 16px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--ps-green-border, #d4dd9d);
    color: #666;
    font-weight: 600;
}

@media (max-width: 767px) {
    .bbd-pay__item {
        padding: 12px;
    }

    .bbd-pay__name {
        font-size: 16px;
    }

    .bbd-pay__details {
        font-size: 13px;
    }
}
