.fbt-premium-box {
    background: #141416;
    border: 1px solid #232627;
    border-radius: 12px;
    padding: 20px;
    margin: 25px 0;
    font-family: 'Cairo', 'Roboto', sans-serif;
    color: #ffffff;
    direction: rtl;
    text-align: right;
}

.fbt-delivery-card {
    display: flex;
    align-items: center;
    background: rgba(227, 27, 35, 0.08);
    border: 1px solid rgba(227, 27, 35, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.fbt-delivery-card .fbt-icon {
    font-size: 24px;
    margin-left: 15px;
}

.fbt-delivery-text {
    display: flex;
    flex-direction: column;
}

.fbt-delivery-text strong {
    color: #e31b23;
    font-size: 15px;
    margin-bottom: 3px;
}

.fbt-delivery-text span {
    font-size: 13px;
    color: #cccccc;
}

.fbt-highlight {
    color: #ffffff;
    font-weight: bold;
}

.fbt-trust-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-bottom: 1px solid #232627;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.fbt-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 11px;
    color: #aaaaaa;
}

.fbt-badge-icon {
    font-size: 20px;
    margin-bottom: 6px;
}

.fbt-payment-methods {
    display: flex;
    flex-direction: column;
}

.fbt-payment-title {
    font-size: 12px;
    color: #888888;
    margin-bottom: 10px;
}

.fbt-logos-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fbt-pay-logo {
    background: #1c1c1e;
    border: 1px solid #2c2c2e;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #e0e0e0;
}
