.mlp-confirm-wrapper {
    padding: 10px 0 30px 0;
}

.mlp-confirm-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.mlp-confirm-banner {
    background: #0073aa;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 24px;
}

.mlp-business-header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
}

.mlp-business-logo img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.mlp-business-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.mlp-business-address {
    color: #4b5563;
    font-size: 14px;
}

.mlp-confirm-section {
    margin-bottom: 20px;
}

.mlp-confirm-section-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.mlp-confirm-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mlp-confirm-pill {
    padding: 6px 12px;
    background: #e3f2fd;
    border-radius: 16px;
    font-size: 13px;
    display: inline-block;
}

.mlp-confirm-promo {
    margin-top: 12px;
    padding: 12px;
    background: #e3f2fd;
    border-radius: 6px;
}
